public interface OracleColumnOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Column name.
|
com.google.protobuf.ByteString |
getColumnBytes()
Column name.
|
String |
getDataType()
The Oracle data type.
|
com.google.protobuf.ByteString |
getDataTypeBytes()
The Oracle data type.
|
String |
getEncoding()
Column encoding.
|
com.google.protobuf.ByteString |
getEncodingBytes()
Column encoding.
|
int |
getLength()
Column length.
|
boolean |
getNullable()
Whether or not the column can accept a null value.
|
int |
getOrdinalPosition()
The ordinal position of the column in the table.
|
int |
getPrecision()
Column precision.
|
boolean |
getPrimaryKey()
Whether or not the column represents a primary key.
|
int |
getScale()
Column scale.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getColumn()
Column name.
string column = 1;com.google.protobuf.ByteString getColumnBytes()
Column name.
string column = 1;String getDataType()
The Oracle data type.
string data_type = 2;com.google.protobuf.ByteString getDataTypeBytes()
The Oracle data type.
string data_type = 2;int getLength()
Column length.
int32 length = 3;int getPrecision()
Column precision.
int32 precision = 4;int getScale()
Column scale.
int32 scale = 5;String getEncoding()
Column encoding.
string encoding = 6;com.google.protobuf.ByteString getEncodingBytes()
Column encoding.
string encoding = 6;boolean getPrimaryKey()
Whether or not the column represents a primary key.
bool primary_key = 7;boolean getNullable()
Whether or not the column can accept a null value.
bool nullable = 8;int getOrdinalPosition()
The ordinal position of the column in the table.
int32 ordinal_position = 9;Copyright © 2022 Google LLC. All rights reserved.