Package org.apache.calcite.avatica.proto
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAutoIncrement()bool auto_increment = 2;booleangetCaseSensitive()bool case_sensitive = 3;java.lang.StringgetCatalogName()string catalog_name = 15;com.google.protobuf.ByteStringgetCatalogNameBytes()string catalog_name = 15;java.lang.StringgetColumnClassName()string column_class_name = 19;com.google.protobuf.ByteStringgetColumnClassNameBytes()string column_class_name = 19;java.lang.StringgetColumnName()string column_name = 10;com.google.protobuf.ByteStringgetColumnNameBytes()string column_name = 10;booleangetCurrency()bool currency = 5;booleangetDefinitelyWritable()bool definitely_writable = 18;intgetDisplaySize()uint32 display_size = 8;java.lang.StringgetLabel()string label = 9;com.google.protobuf.ByteStringgetLabelBytes()string label = 9;intgetNullable()uint32 nullable = 6;intgetOrdinal()uint32 ordinal = 1;intgetPrecision()uint32 precision = 12;booleangetReadOnly()bool read_only = 16;intgetScale()uint32 scale = 13;java.lang.StringgetSchemaName()string schema_name = 11;com.google.protobuf.ByteStringgetSchemaNameBytes()string schema_name = 11;booleangetSearchable()bool searchable = 4;booleangetSigned()bool signed = 7;java.lang.StringgetTableName()string table_name = 14;com.google.protobuf.ByteStringgetTableNameBytes()string table_name = 14;Common.AvaticaTypegetType().AvaticaType type = 20;Common.AvaticaTypeOrBuildergetTypeOrBuilder().AvaticaType type = 20;booleangetWritable()bool writable = 17;booleanhasType().AvaticaType type = 20;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getType
Common.AvaticaType getType()
.AvaticaType type = 20;
-
getTypeOrBuilder
Common.AvaticaTypeOrBuilder getTypeOrBuilder()
.AvaticaType type = 20;
-
-