Package com.gpudb.protocol
Class ClearTablesRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ClearTablesRequest.Options
-
- Enclosing class:
- ClearTablesRequest
public static final class ClearTablesRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringNO_ERROR_IF_NOT_EXISTSIfTRUEand if a table specified intableNamesdoes not exist no error is returned.static StringTRUE
-
-
-
Field Detail
-
NO_ERROR_IF_NOT_EXISTS
public static final String NO_ERROR_IF_NOT_EXISTS
IfTRUEand if a table specified intableNamesdoes not exist no error is returned. IfFALSEand if a table specified intableNamesdoes not exist then an error is returned. 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
-
-