Package com.gpudb.protocol
Class FilterByStringRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.FilterByStringRequest.Options
-
- Enclosing class:
- FilterByStringRequest
public static final class FilterByStringRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCASE_SENSITIVEIfFALSEthen string filtering will ignore case.static StringCOLLECTION_NAME[DEPRECATED--please specify the containing schema for the view as part ofviewNameand useGPUdb.createSchemato create the schema if non-existent] Name of a schema for the newly created view.static StringCREATE_TEMP_TABLEstatic StringFALSEstatic StringTRUE
-
-
-
Field Detail
-
CREATE_TEMP_TABLE
public static final String CREATE_TEMP_TABLE
IfTRUE, a unique temporary table name will be generated in the sys_temp schema and used in place ofviewName. This is always allowed even if the caller does not have permission to create tables. The generated name is returned inQUALIFIED_VIEW_NAME. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
COLLECTION_NAME
public static final String COLLECTION_NAME
[DEPRECATED--please specify the containing schema for the view as part ofviewNameand useGPUdb.createSchemato create the schema if non-existent] Name of a schema for the newly created view. If the schema is non-existent, it will be automatically created.- See Also:
- Constant Field Values
-
-