Package com.gpudb.protocol
Class RawExecuteSqlResponse.Info
- java.lang.Object
-
- com.gpudb.protocol.RawExecuteSqlResponse.Info
-
- Enclosing class:
- RawExecuteSqlResponse
public static final class RawExecuteSqlResponse.Info extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOUNTNumber of records without final limits appliedstatic StringRESULT_TABLE_LISTList of tables, comma-separated, in addition to thepagingTable, created as result of the query.
-
-
-
Field Detail
-
COUNT
public static final String COUNT
Number of records without final limits applied- See Also:
- Constant Field Values
-
RESULT_TABLE_LIST
public static final String RESULT_TABLE_LIST
List of tables, comma-separated, in addition to thepagingTable, created as result of the query. These should be cleared by the caller when they are done querying.- See Also:
- Constant Field Values
-
-