Skip to main content

Class ExecuteSqlResponse.Info

java.lang.Object
com.gpudb.protocol.ExecuteSqlResponse.Info
Enclosing class:

public static final class ExecuteSqlResponse.Info extends Object
A set of string constants for the ExecuteSqlResponse parameter info.

Additional information.

  • Field Details

    • COUNT

      public static final String COUNT
      Number of records without final limits applied.
    • RESULT_TABLE_LIST

      public static final String RESULT_TABLE_LIST
      List of tables, comma-separated, in addition to the pagingTable, created as result of the query. These should be cleared by the caller when they are done querying.