Package com.gpudb.protocol
Class ShowTableRequest.Options
java.lang.Object
com.gpudb.protocol.ShowTableRequest.Options
Enclosing class:
A set of string constants for the
ShowTableRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringInclude view dependencies in the output.static final Stringstatic final StringIfTRUEthen the table sizes will wait for read lock before returning.static final StringIfTRUEthen data about the last read, write, alter and create will be returned.static final StringIfTRUEthen the number of records in each table, along with a cumulative count, will be returned; blank, otherwise.static final StringIfTRUEthen column info (memory usage, etc) will be returned.static final StringIfTRUEthen the number of records in each table, along with a cumulative count, will be returned; blank, otherwise.static final Stringstatic final StringInclude materialized views using this table as a source in the output.static final Stringstatic final StringIfTRUEthen the response will not populate the additional_info field.static final StringIfTRUEthen the table list will not include tables from SYS_TEMP and other system temporary schemas.static final String
Field Details
GET_CACHED_SIZES
IfTRUEthen the number of records in each table, along with a cumulative count, will be returned; blank, otherwise. This version will return the sizes cached at rank 0, which may be stale if there is a multihead insert occurring. Supported values:The default value isFALSE.See Also:SHOW_CHILDREN
IftableNameis a schema, thenTRUEwill return information about the tables and views in the schema, andFALSEwill return information about the schema itself. IftableNameis a table or view,SHOW_CHILDRENmust beFALSE. IftableNameis empty, thenSHOW_CHILDRENmust beTRUE. Supported values:The default value isTRUE.See Also: