view src/main/java/nl/cwi/monetdb/mcl/protocol/TableResultHeaders.java @ 63:6325594f01af embedded

Lots of cleaning, but still a long way to go.
author Pedro Ferreira <pedro.ferreira@monetdbsolutions.com>
date Wed, 30 Nov 2016 18:16:31 +0100 (2016-11-30)
parents
children 7307caacc2d5
line wrap: on
line source
package nl.cwi.monetdb.mcl.protocol;

/**
 * Created by ferreira on 11/30/16.
 */
public enum TableResultHeaders {
    UNKNOWN,
    NAME,
    LENGTH,
    TABLE,
    TYPE
}