public interface ColumnMetadata
Modifier and Type | Method and Description |
---|---|
DataType |
getDataType()
Returns the data type of the column.
|
java.lang.String |
getName()
Returns the name of the column.
|
java.lang.String |
getNamespaceName()
Returns the namespace name of the table.
|
java.lang.String |
getTableName()
Returns the table name of the column.
|
boolean |
isEncrypted()
Returns whether the column is encrypted.
|
java.lang.String getNamespaceName()
java.lang.String getTableName()
java.lang.String getName()
DataType getDataType()
boolean isEncrypted()