repeated .exec.user.ResultColumnMetadata columns = 1;
repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.ResultColumnMetadata.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
UserProtos.ResultColumnMetadata.Builder.clear()
whether the designated column is automatically incremented.
Whether column's case matters for collations and comparisons.
Designated column's catalog name.
A fully-qualified name of the Java class whose instances are created
if the method ResultSet.getObject is called to retrieve
a value from the column.
Data type in string format.
Maximum number of characters required to display data from the column.
UserProtos.ResultColumnMetadata.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Is the column an aliased column.
Is the data type a currency type? For JDBC only.
optional bool is_nullable = 7;
UserProtos.ResultColumnMetadata.Builder.clearLabel()
Column label name for display or print purposes.
UserProtos.ResultColumnMetadata.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
For numeric data, this is the maximum precision.
UserProtos.ResultColumnMetadata.Builder.clearScale()
Column's number of digits to right of the decimal point.
Designated column's schema name.
optional .exec.user.ColumnSearchability searchability = 13;
Indicates whether values in the designated column are signed numbers.
whether the column can be used in ORDER BY clause
Designated column's table name.
UserProtos.ResultColumnMetadata.Builder.clone()
repeated .exec.user.ResultColumnMetadata columns = 1;
UserProtos.ResultColumnMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
UserProtos.ResultColumnMetadata.Builder.mergeFrom(com.google.protobuf.Message other)
UserProtos.ResultColumnMetadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
UserProtos.ResultColumnMetadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
SchemaUserProtos.ResultColumnMetadata.BuilderSchema.newMessage()
whether the designated column is automatically incremented.
Whether column's case matters for collations and comparisons.
Designated column's catalog name.
UserProtos.ResultColumnMetadata.Builder.setCatalogNameBytes(com.google.protobuf.ByteString value)
Designated column's catalog name.
A fully-qualified name of the Java class whose instances are created
if the method ResultSet.getObject is called to retrieve
a value from the column.
UserProtos.ResultColumnMetadata.Builder.setClassNameBytes(com.google.protobuf.ByteString value)
A fully-qualified name of the Java class whose instances are created
if the method ResultSet.getObject is called to retrieve
a value from the column.
UserProtos.ResultColumnMetadata.Builder.setColumnNameBytes(com.google.protobuf.ByteString value)
Data type in string format.
UserProtos.ResultColumnMetadata.Builder.setDataTypeBytes(com.google.protobuf.ByteString value)
Data type in string format.
Maximum number of characters required to display data from the column.
UserProtos.ResultColumnMetadata.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
UserProtos.ResultColumnMetadata.Builder.setIsAliased(boolean value)
Is the column an aliased column.
UserProtos.ResultColumnMetadata.Builder.setIsCurrency(boolean value)
Is the data type a currency type? For JDBC only.
UserProtos.ResultColumnMetadata.Builder.setIsNullable(boolean value)
optional bool is_nullable = 7;
Column label name for display or print purposes.
UserProtos.ResultColumnMetadata.Builder.setLabelBytes(com.google.protobuf.ByteString value)
Column label name for display or print purposes.
UserProtos.ResultColumnMetadata.Builder.setPrecision(int value)
For numeric data, this is the maximum precision.
UserProtos.ResultColumnMetadata.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
UserProtos.ResultColumnMetadata.Builder.setScale(int value)
Column's number of digits to right of the decimal point.
Designated column's schema name.
UserProtos.ResultColumnMetadata.Builder.setSchemaNameBytes(com.google.protobuf.ByteString value)
Designated column's schema name.
optional .exec.user.ColumnSearchability searchability = 13;
UserProtos.ResultColumnMetadata.Builder.setSigned(boolean value)
Indicates whether values in the designated column are signed numbers.
UserProtos.ResultColumnMetadata.Builder.setSortable(boolean value)
whether the column can be used in ORDER BY clause
Designated column's table name.
UserProtos.ResultColumnMetadata.Builder.setTableNameBytes(com.google.protobuf.ByteString value)
Designated column's table name.
UserProtos.ResultColumnMetadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)