Package com.ocient.jdbc.proto
Enum Class ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
java.lang.Object
java.lang.Enum<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall>
com.ocient.jdbc.proto.ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
- All Implemented Interfaces:
Internal.EnumLite,ProtocolMessageEnum,Serializable,Comparable<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall>,Constable
- Enclosing class:
- ClientWireProtocol.FetchSystemMetadata
public static enum ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall
extends Enum<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall>
implements ProtocolMessageEnum
Protobuf enum
xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionGET_COLUMN_PRIVILEGES = 16;GET_COLUMNS = 3;intsGET_DATABASE_MINOR_VERSION = 13;GET_DATABASE_PRODUCT_VERSION = 11;GET_INDEX_INFO = 4;GET_NUMERIC_FUNCTIONS = 7;ResultSetsstringsGET_STRING_FUNCTIONS = 8;GET_SYSTEM_FUNCTIONS = 10;GET_SYSTEM_TABLES = 14;GET_TABLE_PRIVILEGES = 15;GET_TABLES = 2;GET_TIME_DATE_FUNCTIONS = 9;GET_TYPE_INFO = 5;GET_VIEWS = 25;INVALID = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGET_COLUMN_PRIVILEGES = 16;static final intGET_COLUMNS = 3;static final intintsstatic final intGET_DATABASE_MINOR_VERSION = 13;static final intGET_DATABASE_PRODUCT_VERSION = 11;static final intGET_INDEX_INFO = 4;static final intGET_NUMERIC_FUNCTIONS = 7;static final intResultSetsstatic final intstringsstatic final intGET_STRING_FUNCTIONS = 8;static final intGET_SYSTEM_FUNCTIONS = 10;static final intGET_SYSTEM_TABLES = 14;static final intGET_TABLE_PRIVILEGES = 15;static final intGET_TABLES = 2;static final intGET_TIME_DATE_FUNCTIONS = 9;static final intGET_TYPE_INFO = 5;static final intGET_VIEWS = 25;static final intINVALID = 0; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final Descriptors.EnumDescriptorReturn the enum type's descriptor, which contains information about each defined value, etc.final intReturn the value's numeric value as defined in the .proto file.Return the value's descriptor, which contains information such as value name, number, and type.valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, 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:
-
GET_SCHEMAS_VALUE
public static final int GET_SCHEMAS_VALUEResultSets
GET_SCHEMAS = 1;- See Also:
-
GET_TABLES_VALUE
public static final int GET_TABLES_VALUEGET_TABLES = 2;- See Also:
-
GET_SYSTEM_TABLES_VALUE
public static final int GET_SYSTEM_TABLES_VALUEGET_SYSTEM_TABLES = 14;- See Also:
-
GET_TABLE_PRIVILEGES_VALUE
public static final int GET_TABLE_PRIVILEGES_VALUEGET_TABLE_PRIVILEGES = 15;- See Also:
-
GET_COLUMN_PRIVILEGES_VALUE
public static final int GET_COLUMN_PRIVILEGES_VALUEGET_COLUMN_PRIVILEGES = 16;- See Also:
-
GET_VIEWS_VALUE
public static final int GET_VIEWS_VALUEGET_VIEWS = 25;- See Also:
-
GET_COLUMNS_VALUE
public static final int GET_COLUMNS_VALUEGET_COLUMNS = 3;- See Also:
-
GET_INDEX_INFO_VALUE
public static final int GET_INDEX_INFO_VALUEGET_INDEX_INFO = 4;- See Also:
-
GET_TYPE_INFO_VALUE
public static final int GET_TYPE_INFO_VALUEGET_TYPE_INFO = 5;- See Also:
-
GET_SQL_KEYWORDS_VALUE
public static final int GET_SQL_KEYWORDS_VALUEstrings
GET_SQL_KEYWORDS = 6;- See Also:
-
GET_NUMERIC_FUNCTIONS_VALUE
public static final int GET_NUMERIC_FUNCTIONS_VALUEGET_NUMERIC_FUNCTIONS = 7;- See Also:
-
GET_STRING_FUNCTIONS_VALUE
public static final int GET_STRING_FUNCTIONS_VALUEGET_STRING_FUNCTIONS = 8;- See Also:
-
GET_TIME_DATE_FUNCTIONS_VALUE
public static final int GET_TIME_DATE_FUNCTIONS_VALUEGET_TIME_DATE_FUNCTIONS = 9;- See Also:
-
GET_SYSTEM_FUNCTIONS_VALUE
public static final int GET_SYSTEM_FUNCTIONS_VALUEGET_SYSTEM_FUNCTIONS = 10;- See Also:
-
GET_DATABASE_PRODUCT_VERSION_VALUE
public static final int GET_DATABASE_PRODUCT_VERSION_VALUEGET_DATABASE_PRODUCT_VERSION = 11;- See Also:
-
GET_DATABASE_MAJOR_VERSION_VALUE
public static final int GET_DATABASE_MAJOR_VERSION_VALUEints
GET_DATABASE_MAJOR_VERSION = 12;- See Also:
-
GET_DATABASE_MINOR_VERSION_VALUE
public static final int GET_DATABASE_MINOR_VERSION_VALUEGET_DATABASE_MINOR_VERSION = 13;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()Description copied from interface:ProtocolMessageEnumReturn the value's numeric value as defined in the .proto file.- Specified by:
getNumberin interfaceInternal.EnumLite- Specified by:
getNumberin interfaceProtocolMessageEnum
-
valueOf
@Deprecated public static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static Internal.EnumLiteMap<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall> internalGetValueMap() -
getValueDescriptor
Description copied from interface:ProtocolMessageEnumReturn the value's descriptor, which contains information such as value name, number, and type.- Specified by:
getValueDescriptorin interfaceProtocolMessageEnum
-
getDescriptorForType
Description copied from interface:ProtocolMessageEnumReturn the enum type's descriptor, which contains information about each defined value, etc.- Specified by:
getDescriptorForTypein interfaceProtocolMessageEnum
-
getDescriptor
-
valueOf
public static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall valueOf(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-