Interface Common.ColumnMetaDataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Common.ColumnMetaData, Common.ColumnMetaData.Builder
    Enclosing class:
    Common

    public static interface Common.ColumnMetaDataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getOrdinal

        int getOrdinal()
        uint32 ordinal = 1;
      • getAutoIncrement

        boolean getAutoIncrement()
        bool auto_increment = 2;
      • getCaseSensitive

        boolean getCaseSensitive()
        bool case_sensitive = 3;
      • getSearchable

        boolean getSearchable()
        bool searchable = 4;
      • getCurrency

        boolean getCurrency()
        bool currency = 5;
      • getNullable

        int getNullable()
        uint32 nullable = 6;
      • getSigned

        boolean getSigned()
        bool signed = 7;
      • getDisplaySize

        int getDisplaySize()
        uint32 display_size = 8;
      • getLabel

        java.lang.String getLabel()
        string label = 9;
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        string label = 9;
      • getColumnName

        java.lang.String getColumnName()
        string column_name = 10;
      • getColumnNameBytes

        com.google.protobuf.ByteString getColumnNameBytes()
        string column_name = 10;
      • getSchemaName

        java.lang.String getSchemaName()
        string schema_name = 11;
      • getSchemaNameBytes

        com.google.protobuf.ByteString getSchemaNameBytes()
        string schema_name = 11;
      • getPrecision

        int getPrecision()
        uint32 precision = 12;
      • getScale

        int getScale()
        uint32 scale = 13;
      • getTableName

        java.lang.String getTableName()
        string table_name = 14;
      • getTableNameBytes

        com.google.protobuf.ByteString getTableNameBytes()
        string table_name = 14;
      • getCatalogName

        java.lang.String getCatalogName()
        string catalog_name = 15;
      • getCatalogNameBytes

        com.google.protobuf.ByteString getCatalogNameBytes()
        string catalog_name = 15;
      • getReadOnly

        boolean getReadOnly()
        bool read_only = 16;
      • getWritable

        boolean getWritable()
        bool writable = 17;
      • getDefinitelyWritable

        boolean getDefinitelyWritable()
        bool definitely_writable = 18;
      • getColumnClassName

        java.lang.String getColumnClassName()
        string column_class_name = 19;
      • getColumnClassNameBytes

        com.google.protobuf.ByteString getColumnClassNameBytes()
        string column_class_name = 19;
      • hasType

        boolean hasType()
        .AvaticaType type = 20;