Interface OpenLogReplicatorProtocol.ColumnOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpenLogReplicatorProtocol.Column,OpenLogReplicatorProtocol.Column.Builder
- Enclosing class:
- OpenLogReplicatorProtocol
public static interface OpenLogReplicatorProtocol.ColumnOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 length = 3;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;booleanbool nullable = 6;intint32 precision = 4;intgetScale()int32 scale = 5;getType().OpenLogReplicator.pb.ColumnType type = 2;int.OpenLogReplicator.pb.ColumnType type = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getTypeValue
int getTypeValue().OpenLogReplicator.pb.ColumnType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
OpenLogReplicatorProtocol.ColumnType getType().OpenLogReplicator.pb.ColumnType type = 2;- Returns:
- The type.
-
getLength
int getLength()int32 length = 3;- Returns:
- The length.
-
getPrecision
int getPrecision()int32 precision = 4;- Returns:
- The precision.
-
getScale
int getScale()int32 scale = 5;- Returns:
- The scale.
-
getNullable
boolean getNullable()bool nullable = 6;- Returns:
- The nullable.
-