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 Type
    Method
    Description
    int
    int32 length = 3;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    boolean
    bool nullable = 6;
    int
    int32 precision = 4;
    int
    int32 scale = 5;
    .OpenLogReplicator.pb.ColumnType type = 2;
    int
    .OpenLogReplicator.pb.ColumnType type = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .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.