Package com.gpudb.protocol
Class RawExecuteSqlResponse.HasMoreRecords
- java.lang.Object
-
- com.gpudb.protocol.RawExecuteSqlResponse.HasMoreRecords
-
- Enclosing class:
- RawExecuteSqlResponse
public static final class RawExecuteSqlResponse.HasMoreRecords extends Object
A set of string constants for theRawExecuteSqlResponseparameterhasMoreRecords.Too many records. Returned a partial set.
-
-
Field Detail
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-