public static final class Common.ColumnMetaData extends com.google.protobuf.GeneratedMessageV3 implements Common.ColumnMetaDataOrBuilder
ColumnMetaData| Modifier and Type | Class and Description |
|---|---|
static class |
Common.ColumnMetaData.Builder
Protobuf type
ColumnMetaData |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier | Constructor and Description |
|---|---|
private |
ColumnMetaData() |
private |
ColumnMetaData(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
ColumnMetaData(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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; |
static Common.ColumnMetaData |
getDefaultInstance() |
Common.ColumnMetaData |
getDefaultInstanceForType() |
boolean |
getDefinitelyWritable()
bool definitely_writable = 18; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<Common.ColumnMetaData> |
getParserForType() |
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; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
getWritable()
bool writable = 17; |
int |
hashCode() |
boolean |
hasType()
.AvaticaType type = 20; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Common.ColumnMetaData.Builder |
newBuilder() |
static Common.ColumnMetaData.Builder |
newBuilder(Common.ColumnMetaData prototype) |
Common.ColumnMetaData.Builder |
newBuilderForType() |
protected Common.ColumnMetaData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Common.ColumnMetaData |
parseDelimitedFrom(InputStream input) |
static Common.ColumnMetaData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnMetaData |
parseFrom(byte[] data) |
static Common.ColumnMetaData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnMetaData |
parseFrom(ByteBuffer data) |
static Common.ColumnMetaData |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnMetaData |
parseFrom(com.google.protobuf.ByteString data) |
static Common.ColumnMetaData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnMetaData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Common.ColumnMetaData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Common.ColumnMetaData |
parseFrom(InputStream input) |
static Common.ColumnMetaData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Common.ColumnMetaData> |
parser() |
Common.ColumnMetaData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ORDINAL_FIELD_NUMBER
private int ordinal_
public static final int AUTO_INCREMENT_FIELD_NUMBER
private boolean autoIncrement_
public static final int CASE_SENSITIVE_FIELD_NUMBER
private boolean caseSensitive_
public static final int SEARCHABLE_FIELD_NUMBER
private boolean searchable_
public static final int CURRENCY_FIELD_NUMBER
private boolean currency_
public static final int NULLABLE_FIELD_NUMBER
private int nullable_
public static final int SIGNED_FIELD_NUMBER
private boolean signed_
public static final int DISPLAY_SIZE_FIELD_NUMBER
private int displaySize_
public static final int LABEL_FIELD_NUMBER
private volatile Object label_
public static final int COLUMN_NAME_FIELD_NUMBER
private volatile Object columnName_
public static final int SCHEMA_NAME_FIELD_NUMBER
private volatile Object schemaName_
public static final int PRECISION_FIELD_NUMBER
private int precision_
public static final int SCALE_FIELD_NUMBER
private int scale_
public static final int TABLE_NAME_FIELD_NUMBER
private volatile Object tableName_
public static final int CATALOG_NAME_FIELD_NUMBER
private volatile Object catalogName_
public static final int READ_ONLY_FIELD_NUMBER
private boolean readOnly_
public static final int WRITABLE_FIELD_NUMBER
private boolean writable_
public static final int DEFINITELY_WRITABLE_FIELD_NUMBER
private boolean definitelyWritable_
public static final int COLUMN_CLASS_NAME_FIELD_NUMBER
private volatile Object columnClassName_
public static final int TYPE_FIELD_NUMBER
private Common.AvaticaType type_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final Common.ColumnMetaData DEFAULT_INSTANCE
private static final com.google.protobuf.Parser<Common.ColumnMetaData> PARSER
private ColumnMetaData(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
private ColumnMetaData()
private ColumnMetaData(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getOrdinal()
uint32 ordinal = 1;getOrdinal in interface Common.ColumnMetaDataOrBuilderpublic boolean getAutoIncrement()
bool auto_increment = 2;getAutoIncrement in interface Common.ColumnMetaDataOrBuilderpublic boolean getCaseSensitive()
bool case_sensitive = 3;getCaseSensitive in interface Common.ColumnMetaDataOrBuilderpublic boolean getSearchable()
bool searchable = 4;getSearchable in interface Common.ColumnMetaDataOrBuilderpublic boolean getCurrency()
bool currency = 5;getCurrency in interface Common.ColumnMetaDataOrBuilderpublic int getNullable()
uint32 nullable = 6;getNullable in interface Common.ColumnMetaDataOrBuilderpublic boolean getSigned()
bool signed = 7;getSigned in interface Common.ColumnMetaDataOrBuilderpublic int getDisplaySize()
uint32 display_size = 8;getDisplaySize in interface Common.ColumnMetaDataOrBuilderpublic String getLabel()
string label = 9;getLabel in interface Common.ColumnMetaDataOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
string label = 9;getLabelBytes in interface Common.ColumnMetaDataOrBuilderpublic String getColumnName()
string column_name = 10;getColumnName in interface Common.ColumnMetaDataOrBuilderpublic com.google.protobuf.ByteString getColumnNameBytes()
string column_name = 10;getColumnNameBytes in interface Common.ColumnMetaDataOrBuilderpublic String getSchemaName()
string schema_name = 11;getSchemaName in interface Common.ColumnMetaDataOrBuilderpublic com.google.protobuf.ByteString getSchemaNameBytes()
string schema_name = 11;getSchemaNameBytes in interface Common.ColumnMetaDataOrBuilderpublic int getPrecision()
uint32 precision = 12;getPrecision in interface Common.ColumnMetaDataOrBuilderpublic int getScale()
uint32 scale = 13;getScale in interface Common.ColumnMetaDataOrBuilderpublic String getTableName()
string table_name = 14;getTableName in interface Common.ColumnMetaDataOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
string table_name = 14;getTableNameBytes in interface Common.ColumnMetaDataOrBuilderpublic String getCatalogName()
string catalog_name = 15;getCatalogName in interface Common.ColumnMetaDataOrBuilderpublic com.google.protobuf.ByteString getCatalogNameBytes()
string catalog_name = 15;getCatalogNameBytes in interface Common.ColumnMetaDataOrBuilderpublic boolean getReadOnly()
bool read_only = 16;getReadOnly in interface Common.ColumnMetaDataOrBuilderpublic boolean getWritable()
bool writable = 17;getWritable in interface Common.ColumnMetaDataOrBuilderpublic boolean getDefinitelyWritable()
bool definitely_writable = 18;getDefinitelyWritable in interface Common.ColumnMetaDataOrBuilderpublic String getColumnClassName()
string column_class_name = 19;getColumnClassName in interface Common.ColumnMetaDataOrBuilderpublic com.google.protobuf.ByteString getColumnClassNameBytes()
string column_class_name = 19;getColumnClassNameBytes in interface Common.ColumnMetaDataOrBuilderpublic boolean hasType()
.AvaticaType type = 20;hasType in interface Common.ColumnMetaDataOrBuilderpublic Common.AvaticaType getType()
.AvaticaType type = 20;getType in interface Common.ColumnMetaDataOrBuilderpublic Common.AvaticaTypeOrBuilder getTypeOrBuilder()
.AvaticaType type = 20;getTypeOrBuilder in interface Common.ColumnMetaDataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Common.ColumnMetaData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnMetaData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnMetaData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnMetaData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnMetaData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnMetaData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Common.ColumnMetaData parseFrom(InputStream input) throws IOException
IOExceptionpublic static Common.ColumnMetaData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.ColumnMetaData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Common.ColumnMetaData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Common.ColumnMetaData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Common.ColumnMetaData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Common.ColumnMetaData.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Common.ColumnMetaData.Builder newBuilder()
public static Common.ColumnMetaData.Builder newBuilder(Common.ColumnMetaData prototype)
public Common.ColumnMetaData.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Common.ColumnMetaData.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Common.ColumnMetaData getDefaultInstance()
public static com.google.protobuf.Parser<Common.ColumnMetaData> parser()
public com.google.protobuf.Parser<Common.ColumnMetaData> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Common.ColumnMetaData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.