public static interface Common.ColumnMetaDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoIncrement()
bool auto_increment = 2; |
boolean |
getCaseSensitive()
bool case_sensitive = 3; |
String |
getCatalogName()
string catalog_name = 15; |
com.google.protobuf.ByteString |
getCatalogNameBytes()
string catalog_name = 15; |
String |
getColumnClassName()
string column_class_name = 19; |
com.google.protobuf.ByteString |
getColumnClassNameBytes()
string column_class_name = 19; |
String |
getColumnName()
string column_name = 10; |
com.google.protobuf.ByteString |
getColumnNameBytes()
string column_name = 10; |
boolean |
getCurrency()
bool currency = 5; |
boolean |
getDefinitelyWritable()
bool definitely_writable = 18; |
int |
getDisplaySize()
uint32 display_size = 8; |
String |
getLabel()
string label = 9; |
com.google.protobuf.ByteString |
getLabelBytes()
string label = 9; |
int |
getNullable()
uint32 nullable = 6; |
int |
getOrdinal()
uint32 ordinal = 1; |
int |
getPrecision()
uint32 precision = 12; |
boolean |
getReadOnly()
bool read_only = 16; |
int |
getScale()
uint32 scale = 13; |
String |
getSchemaName()
string schema_name = 11; |
com.google.protobuf.ByteString |
getSchemaNameBytes()
string schema_name = 11; |
boolean |
getSearchable()
bool searchable = 4; |
boolean |
getSigned()
bool signed = 7; |
String |
getTableName()
string table_name = 14; |
com.google.protobuf.ByteString |
getTableNameBytes()
string table_name = 14; |
Common.AvaticaType |
getType()
.AvaticaType type = 20; |
Common.AvaticaTypeOrBuilder |
getTypeOrBuilder()
.AvaticaType type = 20; |
boolean |
getWritable()
bool writable = 17; |
boolean |
hasType()
.AvaticaType type = 20; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getOrdinal()
uint32 ordinal = 1;boolean getAutoIncrement()
bool auto_increment = 2;boolean getCaseSensitive()
bool case_sensitive = 3;boolean getSearchable()
bool searchable = 4;boolean getCurrency()
bool currency = 5;int getNullable()
uint32 nullable = 6;boolean getSigned()
bool signed = 7;int getDisplaySize()
uint32 display_size = 8;String getLabel()
string label = 9;com.google.protobuf.ByteString getLabelBytes()
string label = 9;String getColumnName()
string column_name = 10;com.google.protobuf.ByteString getColumnNameBytes()
string column_name = 10;String getSchemaName()
string schema_name = 11;com.google.protobuf.ByteString getSchemaNameBytes()
string schema_name = 11;int getPrecision()
uint32 precision = 12;int getScale()
uint32 scale = 13;String getTableName()
string table_name = 14;com.google.protobuf.ByteString getTableNameBytes()
string table_name = 14;String getCatalogName()
string catalog_name = 15;com.google.protobuf.ByteString getCatalogNameBytes()
string catalog_name = 15;boolean getReadOnly()
bool read_only = 16;boolean getWritable()
bool writable = 17;boolean getDefinitelyWritable()
bool definitely_writable = 18;String getColumnClassName()
string column_class_name = 19;com.google.protobuf.ByteString getColumnClassNameBytes()
string column_class_name = 19;boolean hasType()
.AvaticaType type = 20;Common.AvaticaType getType()
.AvaticaType type = 20;Common.AvaticaTypeOrBuilder getTypeOrBuilder()
.AvaticaType type = 20;Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.