Enum OpenLogReplicatorProtocol.ColumnType
java.lang.Object
java.lang.Enum<OpenLogReplicatorProtocol.ColumnType>
io.debezium.connector.oracle.proto.OpenLogReplicatorProtocol.ColumnType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OpenLogReplicatorProtocol.ColumnType>
- Enclosing class:
- OpenLogReplicatorProtocol
public static enum OpenLogReplicatorProtocol.ColumnType
extends Enum<OpenLogReplicatorProtocol.ColumnType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
OpenLogReplicator.pb.ColumnType-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription10110011396, NCHAR112, NCLOB121831828242, FLOAT2369180231181UNKNOWN = 0;2081 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int101static final int100static final int113static final int96, NCHARstatic final int112, NCLOBstatic final int12private static final com.google.protobuf.Internal.EnumLiteMap<OpenLogReplicatorProtocol.ColumnType>static final int183static final int182static final int24static final int8static final int2, FLOATstatic final int23static final int69static final int180static final int231static final int181static final intUNKNOWN = 0;static final int208private final intprivate static final OpenLogReplicatorProtocol.ColumnType[]static final int1 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<OpenLogReplicatorProtocol.ColumnType>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static OpenLogReplicatorProtocol.ColumnType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
UNKNOWN = 0; -
VARCHAR2
1
VARCHAR2 = 1; -
NUMBER
2, FLOAT
NUMBER = 2; -
LONG
8
LONG = 3; -
DATE
12
DATE = 4; -
RAW
23
RAW = 5; -
LONG_RAW
24
LONG_RAW = 6; -
ROWID
69
ROWID = 7; -
CHAR
96, NCHAR
CHAR = 8; -
BINARY_FLOAT
100
BINARY_FLOAT = 9; -
BINARY_DOUBLE
101
BINARY_DOUBLE = 10; -
CLOB
112, NCLOB
CLOB = 11; -
BLOB
113
BLOB = 12; -
TIMESTAMP
180
TIMESTAMP = 13; -
TIMESTAMP_WITH_TZ
181
TIMESTAMP_WITH_TZ = 14; -
INTERVAL_YEAR_TO_MONTH
182
INTERVAL_YEAR_TO_MONTH = 15; -
INTERVAL_DAY_TO_SECOND
183
INTERVAL_DAY_TO_SECOND = 16; -
UROWID
208
UROWID = 17; -
TIMESTAMP_WITH_LOCAL_TZ
231
TIMESTAMP_WITH_LOCAL_TZ = 18; -
UNRECOGNIZED
-
-
Field Details
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUNKNOWN = 0;- See Also:
-
VARCHAR2_VALUE
public static final int VARCHAR2_VALUE1
VARCHAR2 = 1;- See Also:
-
NUMBER_VALUE
public static final int NUMBER_VALUE2, FLOAT
NUMBER = 2;- See Also:
-
LONG_VALUE
public static final int LONG_VALUE8
LONG = 3;- See Also:
-
DATE_VALUE
public static final int DATE_VALUE12
DATE = 4;- See Also:
-
RAW_VALUE
public static final int RAW_VALUE23
RAW = 5;- See Also:
-
LONG_RAW_VALUE
public static final int LONG_RAW_VALUE24
LONG_RAW = 6;- See Also:
-
ROWID_VALUE
public static final int ROWID_VALUE69
ROWID = 7;- See Also:
-
CHAR_VALUE
public static final int CHAR_VALUE96, NCHAR
CHAR = 8;- See Also:
-
BINARY_FLOAT_VALUE
public static final int BINARY_FLOAT_VALUE100
BINARY_FLOAT = 9;- See Also:
-
BINARY_DOUBLE_VALUE
public static final int BINARY_DOUBLE_VALUE101
BINARY_DOUBLE = 10;- See Also:
-
CLOB_VALUE
public static final int CLOB_VALUE112, NCLOB
CLOB = 11;- See Also:
-
BLOB_VALUE
public static final int BLOB_VALUE113
BLOB = 12;- See Also:
-
TIMESTAMP_VALUE
public static final int TIMESTAMP_VALUE180
TIMESTAMP = 13;- See Also:
-
TIMESTAMP_WITH_TZ_VALUE
public static final int TIMESTAMP_WITH_TZ_VALUE181
TIMESTAMP_WITH_TZ = 14;- See Also:
-
INTERVAL_YEAR_TO_MONTH_VALUE
public static final int INTERVAL_YEAR_TO_MONTH_VALUE182
INTERVAL_YEAR_TO_MONTH = 15;- See Also:
-
INTERVAL_DAY_TO_SECOND_VALUE
public static final int INTERVAL_DAY_TO_SECOND_VALUE183
INTERVAL_DAY_TO_SECOND = 16;- See Also:
-
UROWID_VALUE
public static final int UROWID_VALUE208
UROWID = 17;- See Also:
-
TIMESTAMP_WITH_LOCAL_TZ_VALUE
public static final int TIMESTAMP_WITH_LOCAL_TZ_VALUE231
TIMESTAMP_WITH_LOCAL_TZ = 18;- See Also:
-
internalValueMap
private static final com.google.protobuf.Internal.EnumLiteMap<OpenLogReplicatorProtocol.ColumnType> internalValueMap -
VALUES
-
value
private final int value
-
-
Constructor Details
-
ColumnType
private ColumnType(int value)
-
-
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.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
- 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<OpenLogReplicatorProtocol.ColumnType> 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 OpenLogReplicatorProtocol.ColumnType 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
-