Package com.ocient.jdbc.proto
Enum ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
java.lang.Object
java.lang.Enum<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall>
com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall>,java.lang.constant.Constable
- Enclosing class:
- ClientWireProtocol.FetchSystemMetadata
public static enum ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall extends Enum<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description GET_COLUMN_PRIVILEGESGET_COLUMN_PRIVILEGES = 16;GET_COLUMNSGET_COLUMNS = 3;GET_DATABASE_MAJOR_VERSIONintsGET_DATABASE_MINOR_VERSIONGET_DATABASE_MINOR_VERSION = 13;GET_DATABASE_PRODUCT_VERSIONGET_DATABASE_PRODUCT_VERSION = 11;GET_INDEX_INFOGET_INDEX_INFO = 4;GET_NUMERIC_FUNCTIONSGET_NUMERIC_FUNCTIONS = 7;GET_SCHEMASResultSetsGET_SQL_KEYWORDSstringsGET_STRING_FUNCTIONSGET_STRING_FUNCTIONS = 8;GET_SYSTEM_FUNCTIONSGET_SYSTEM_FUNCTIONS = 10;GET_SYSTEM_TABLESGET_SYSTEM_TABLES = 14;GET_TABLE_PRIVILEGESGET_TABLE_PRIVILEGES = 15;GET_TABLESGET_TABLES = 2;GET_TIME_DATE_FUNCTIONSGET_TIME_DATE_FUNCTIONS = 9;GET_TYPE_INFOGET_TYPE_INFO = 5;GET_VIEWSGET_VIEWS = 25;INVALIDINVALID = 0;UNRECOGNIZED -
Field Summary
Fields Modifier and Type Field Description static intGET_COLUMN_PRIVILEGES_VALUEGET_COLUMN_PRIVILEGES = 16;static intGET_COLUMNS_VALUEGET_COLUMNS = 3;static intGET_DATABASE_MAJOR_VERSION_VALUEintsstatic intGET_DATABASE_MINOR_VERSION_VALUEGET_DATABASE_MINOR_VERSION = 13;static intGET_DATABASE_PRODUCT_VERSION_VALUEGET_DATABASE_PRODUCT_VERSION = 11;static intGET_INDEX_INFO_VALUEGET_INDEX_INFO = 4;static intGET_NUMERIC_FUNCTIONS_VALUEGET_NUMERIC_FUNCTIONS = 7;static intGET_SCHEMAS_VALUEResultSetsstatic intGET_SQL_KEYWORDS_VALUEstringsstatic intGET_STRING_FUNCTIONS_VALUEGET_STRING_FUNCTIONS = 8;static intGET_SYSTEM_FUNCTIONS_VALUEGET_SYSTEM_FUNCTIONS = 10;static intGET_SYSTEM_TABLES_VALUEGET_SYSTEM_TABLES = 14;static intGET_TABLE_PRIVILEGES_VALUEGET_TABLE_PRIVILEGES = 15;static intGET_TABLES_VALUEGET_TABLES = 2;static intGET_TIME_DATE_FUNCTIONS_VALUEGET_TIME_DATE_FUNCTIONS = 9;static intGET_TYPE_INFO_VALUEGET_TYPE_INFO = 5;static intGET_VIEWS_VALUEGET_VIEWS = 25;static intINVALID_VALUEINVALID = 0; -
Method Summary
Modifier and Type Method Description static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall>internalGetValueMap()static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallvalueOf(int value)Deprecated.static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallvalueOf(String name)Returns the enum constant of this type with the specified name.static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INVALID
INVALID = 0; -
GET_SCHEMAS
ResultSets
GET_SCHEMAS = 1; -
GET_TABLES
GET_TABLES = 2; -
GET_SYSTEM_TABLES
GET_SYSTEM_TABLES = 14; -
GET_TABLE_PRIVILEGES
GET_TABLE_PRIVILEGES = 15; -
GET_COLUMN_PRIVILEGES
GET_COLUMN_PRIVILEGES = 16; -
GET_VIEWS
GET_VIEWS = 25; -
GET_COLUMNS
GET_COLUMNS = 3; -
GET_INDEX_INFO
GET_INDEX_INFO = 4; -
GET_TYPE_INFO
GET_TYPE_INFO = 5; -
GET_SQL_KEYWORDS
strings
GET_SQL_KEYWORDS = 6; -
GET_NUMERIC_FUNCTIONS
GET_NUMERIC_FUNCTIONS = 7; -
GET_STRING_FUNCTIONS
GET_STRING_FUNCTIONS = 8; -
GET_TIME_DATE_FUNCTIONS
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_TIME_DATE_FUNCTIONSGET_TIME_DATE_FUNCTIONS = 9; -
GET_SYSTEM_FUNCTIONS
GET_SYSTEM_FUNCTIONS = 10; -
GET_DATABASE_PRODUCT_VERSION
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_DATABASE_PRODUCT_VERSIONGET_DATABASE_PRODUCT_VERSION = 11; -
GET_DATABASE_MAJOR_VERSION
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_DATABASE_MAJOR_VERSIONints
GET_DATABASE_MAJOR_VERSION = 12; -
GET_DATABASE_MINOR_VERSION
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_DATABASE_MINOR_VERSIONGET_DATABASE_MINOR_VERSION = 13; -
UNRECOGNIZED
-
-
Field Details
-
INVALID_VALUE
public static final int INVALID_VALUEINVALID = 0;- See Also:
- Constant Field Values
-
GET_SCHEMAS_VALUE
public static final int GET_SCHEMAS_VALUEResultSets
GET_SCHEMAS = 1;- See Also:
- Constant Field Values
-
GET_TABLES_VALUE
public static final int GET_TABLES_VALUEGET_TABLES = 2;- See Also:
- Constant Field Values
-
GET_SYSTEM_TABLES_VALUE
public static final int GET_SYSTEM_TABLES_VALUEGET_SYSTEM_TABLES = 14;- See Also:
- Constant Field Values
-
GET_TABLE_PRIVILEGES_VALUE
public static final int GET_TABLE_PRIVILEGES_VALUEGET_TABLE_PRIVILEGES = 15;- See Also:
- Constant Field Values
-
GET_COLUMN_PRIVILEGES_VALUE
public static final int GET_COLUMN_PRIVILEGES_VALUEGET_COLUMN_PRIVILEGES = 16;- See Also:
- Constant Field Values
-
GET_VIEWS_VALUE
public static final int GET_VIEWS_VALUEGET_VIEWS = 25;- See Also:
- Constant Field Values
-
GET_COLUMNS_VALUE
public static final int GET_COLUMNS_VALUEGET_COLUMNS = 3;- See Also:
- Constant Field Values
-
GET_INDEX_INFO_VALUE
public static final int GET_INDEX_INFO_VALUEGET_INDEX_INFO = 4;- See Also:
- Constant Field Values
-
GET_TYPE_INFO_VALUE
public static final int GET_TYPE_INFO_VALUEGET_TYPE_INFO = 5;- See Also:
- Constant Field Values
-
GET_SQL_KEYWORDS_VALUE
public static final int GET_SQL_KEYWORDS_VALUEstrings
GET_SQL_KEYWORDS = 6;- See Also:
- Constant Field Values
-
GET_NUMERIC_FUNCTIONS_VALUE
public static final int GET_NUMERIC_FUNCTIONS_VALUEGET_NUMERIC_FUNCTIONS = 7;- See Also:
- Constant Field Values
-
GET_STRING_FUNCTIONS_VALUE
public static final int GET_STRING_FUNCTIONS_VALUEGET_STRING_FUNCTIONS = 8;- See Also:
- Constant Field Values
-
GET_TIME_DATE_FUNCTIONS_VALUE
public static final int GET_TIME_DATE_FUNCTIONS_VALUEGET_TIME_DATE_FUNCTIONS = 9;- See Also:
- Constant Field Values
-
GET_SYSTEM_FUNCTIONS_VALUE
public static final int GET_SYSTEM_FUNCTIONS_VALUEGET_SYSTEM_FUNCTIONS = 10;- See Also:
- Constant Field Values
-
GET_DATABASE_PRODUCT_VERSION_VALUE
public static final int GET_DATABASE_PRODUCT_VERSION_VALUEGET_DATABASE_PRODUCT_VERSION = 11;- See Also:
- Constant Field Values
-
GET_DATABASE_MAJOR_VERSION_VALUE
public static final int GET_DATABASE_MAJOR_VERSION_VALUEints
GET_DATABASE_MAJOR_VERSION = 12;- See Also:
- Constant Field Values
-
GET_DATABASE_MINOR_VERSION_VALUE
public static final int GET_DATABASE_MINOR_VERSION_VALUEGET_DATABASE_MINOR_VERSION = 13;- See Also:
- Constant Field Values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall valueOf(int value)Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-