Package com.gpudb.protocol
Class ExecuteSqlResponse.Info
java.lang.Object
com.gpudb.protocol.ExecuteSqlResponse.Info
Enclosing class:
A set of string constants for the
ExecuteSqlResponse parameter info.
Additional information.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringNumber of records without final limits applied.static final StringList of tables, comma-separated, in addition to thepagingTable, created as result of the query.
Field Details
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: