Interface PgProto.DatumMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PgProto.DatumMessage, PgProto.DatumMessage.Builder
Enclosing class:
PgProto

public static interface PgProto.DatumMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasColumnName

      boolean hasColumnName()
      optional string column_name = 1;
      Returns:
      Whether the columnName field is set.
    • getColumnName

      String getColumnName()
      optional string column_name = 1;
      Returns:
      The columnName.
    • getColumnNameBytes

      com.google.protobuf.ByteString getColumnNameBytes()
      optional string column_name = 1;
      Returns:
      The bytes for columnName.
    • hasColumnType

      boolean hasColumnType()
      optional int64 column_type = 2;
      Returns:
      Whether the columnType field is set.
    • getColumnType

      long getColumnType()
      optional int64 column_type = 2;
      Returns:
      The columnType.
    • hasDatumInt32

      boolean hasDatumInt32()
      int32 datum_int32 = 3;
      Returns:
      Whether the datumInt32 field is set.
    • getDatumInt32

      int getDatumInt32()
      int32 datum_int32 = 3;
      Returns:
      The datumInt32.
    • hasDatumInt64

      boolean hasDatumInt64()
      int64 datum_int64 = 4;
      Returns:
      Whether the datumInt64 field is set.
    • getDatumInt64

      long getDatumInt64()
      int64 datum_int64 = 4;
      Returns:
      The datumInt64.
    • hasDatumFloat

      boolean hasDatumFloat()
      float datum_float = 5;
      Returns:
      Whether the datumFloat field is set.
    • getDatumFloat

      float getDatumFloat()
      float datum_float = 5;
      Returns:
      The datumFloat.
    • hasDatumDouble

      boolean hasDatumDouble()
      double datum_double = 6;
      Returns:
      Whether the datumDouble field is set.
    • getDatumDouble

      double getDatumDouble()
      double datum_double = 6;
      Returns:
      The datumDouble.
    • hasDatumBool

      boolean hasDatumBool()
      bool datum_bool = 7;
      Returns:
      Whether the datumBool field is set.
    • getDatumBool

      boolean getDatumBool()
      bool datum_bool = 7;
      Returns:
      The datumBool.
    • hasDatumString

      boolean hasDatumString()
      string datum_string = 8;
      Returns:
      Whether the datumString field is set.
    • getDatumString

      String getDatumString()
      string datum_string = 8;
      Returns:
      The datumString.
    • getDatumStringBytes

      com.google.protobuf.ByteString getDatumStringBytes()
      string datum_string = 8;
      Returns:
      The bytes for datumString.
    • hasDatumBytes

      boolean hasDatumBytes()
      bytes datum_bytes = 9;
      Returns:
      Whether the datumBytes field is set.
    • getDatumBytes

      com.google.protobuf.ByteString getDatumBytes()
      bytes datum_bytes = 9;
      Returns:
      The datumBytes.
    • hasDatumPoint

      boolean hasDatumPoint()
      .decoderbufs.Point datum_point = 10;
      Returns:
      Whether the datumPoint field is set.
    • getDatumPoint

      PgProto.Point getDatumPoint()
      .decoderbufs.Point datum_point = 10;
      Returns:
      The datumPoint.
    • getDatumPointOrBuilder

      PgProto.PointOrBuilder getDatumPointOrBuilder()
      .decoderbufs.Point datum_point = 10;
    • hasDatumMissing

      boolean hasDatumMissing()
      bool datum_missing = 11;
      Returns:
      Whether the datumMissing field is set.
    • getDatumMissing

      boolean getDatumMissing()
      bool datum_missing = 11;
      Returns:
      The datumMissing.
    • getDatumCase