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>
- Enclosing class:
- ClientWireProtocol.FetchSystemMetadata
public static enum ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall extends Enum<ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumxg.cmdcomp.FetchSystemMetadata.SystemMetadataCall
-
-
Enum Constant Summary
Enum Constants Enum Constant Description 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_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_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_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
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 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 Detail
-
INVALID
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall INVALID
INVALID = 0;
-
GET_SCHEMAS
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_SCHEMAS
ResultSets
GET_SCHEMAS = 1;
-
GET_TABLES
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_TABLES
GET_TABLES = 2;
-
GET_SYSTEM_TABLES
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_SYSTEM_TABLES
GET_SYSTEM_TABLES = 14;
-
GET_VIEWS
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_VIEWS
GET_VIEWS = 25;
-
GET_COLUMNS
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_COLUMNS
GET_COLUMNS = 3;
-
GET_INDEX_INFO
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_INDEX_INFO
GET_INDEX_INFO = 4;
-
GET_TYPE_INFO
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_TYPE_INFO
GET_TYPE_INFO = 5;
-
GET_SQL_KEYWORDS
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_SQL_KEYWORDS
strings
GET_SQL_KEYWORDS = 6;
-
GET_NUMERIC_FUNCTIONS
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_NUMERIC_FUNCTIONS
GET_NUMERIC_FUNCTIONS = 7;
-
GET_STRING_FUNCTIONS
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_STRING_FUNCTIONS
GET_STRING_FUNCTIONS = 8;
-
GET_TIME_DATE_FUNCTIONS
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_TIME_DATE_FUNCTIONS
GET_TIME_DATE_FUNCTIONS = 9;
-
GET_SYSTEM_FUNCTIONS
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_SYSTEM_FUNCTIONS
GET_SYSTEM_FUNCTIONS = 10;
-
GET_DATABASE_PRODUCT_VERSION
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_DATABASE_PRODUCT_VERSION
GET_DATABASE_PRODUCT_VERSION = 11;
-
GET_DATABASE_MAJOR_VERSION
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_DATABASE_MAJOR_VERSION
ints
GET_DATABASE_MAJOR_VERSION = 12;
-
GET_DATABASE_MINOR_VERSION
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall GET_DATABASE_MINOR_VERSION
GET_DATABASE_MINOR_VERSION = 13;
-
UNRECOGNIZED
public static final ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall UNRECOGNIZED
-
-
Field Detail
-
INVALID_VALUE
public static final int INVALID_VALUE
INVALID = 0;- See Also:
- Constant Field Values
-
GET_SCHEMAS_VALUE
public static final int GET_SCHEMAS_VALUE
ResultSets
GET_SCHEMAS = 1;- See Also:
- Constant Field Values
-
GET_TABLES_VALUE
public static final int GET_TABLES_VALUE
GET_TABLES = 2;- See Also:
- Constant Field Values
-
GET_SYSTEM_TABLES_VALUE
public static final int GET_SYSTEM_TABLES_VALUE
GET_SYSTEM_TABLES = 14;- See Also:
- Constant Field Values
-
GET_VIEWS_VALUE
public static final int GET_VIEWS_VALUE
GET_VIEWS = 25;- See Also:
- Constant Field Values
-
GET_COLUMNS_VALUE
public static final int GET_COLUMNS_VALUE
GET_COLUMNS = 3;- See Also:
- Constant Field Values
-
GET_INDEX_INFO_VALUE
public static final int GET_INDEX_INFO_VALUE
GET_INDEX_INFO = 4;- See Also:
- Constant Field Values
-
GET_TYPE_INFO_VALUE
public static final int GET_TYPE_INFO_VALUE
GET_TYPE_INFO = 5;- See Also:
- Constant Field Values
-
GET_SQL_KEYWORDS_VALUE
public static final int GET_SQL_KEYWORDS_VALUE
strings
GET_SQL_KEYWORDS = 6;- See Also:
- Constant Field Values
-
GET_NUMERIC_FUNCTIONS_VALUE
public static final int GET_NUMERIC_FUNCTIONS_VALUE
GET_NUMERIC_FUNCTIONS = 7;- See Also:
- Constant Field Values
-
GET_STRING_FUNCTIONS_VALUE
public static final int GET_STRING_FUNCTIONS_VALUE
GET_STRING_FUNCTIONS = 8;- See Also:
- Constant Field Values
-
GET_TIME_DATE_FUNCTIONS_VALUE
public static final int GET_TIME_DATE_FUNCTIONS_VALUE
GET_TIME_DATE_FUNCTIONS = 9;- See Also:
- Constant Field Values
-
GET_SYSTEM_FUNCTIONS_VALUE
public static final int GET_SYSTEM_FUNCTIONS_VALUE
GET_SYSTEM_FUNCTIONS = 10;- See Also:
- Constant Field Values
-
GET_DATABASE_PRODUCT_VERSION_VALUE
public static final int GET_DATABASE_PRODUCT_VERSION_VALUE
GET_DATABASE_PRODUCT_VERSION = 11;- See Also:
- Constant Field Values
-
GET_DATABASE_MAJOR_VERSION_VALUE
public static final int GET_DATABASE_MAJOR_VERSION_VALUE
ints
GET_DATABASE_MAJOR_VERSION = 12;- See Also:
- Constant Field Values
-
GET_DATABASE_MINOR_VERSION_VALUE
public static final int GET_DATABASE_MINOR_VERSION_VALUE
GET_DATABASE_MINOR_VERSION = 13;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall c : ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall valueOf(String name)
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
public static ClientWireProtocol.FetchSystemMetadata.SystemMetadataCall forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
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
-
-