public interface ColumnDefinition
ResultSet
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Returns the name of the column.
|
DataType |
getDataType()
Returns the data type of the column.
|
java.util.Optional<java.lang.String> |
getNamespaceName()
Returns the name of the namespace of the table.
|
java.util.Optional<java.lang.String> |
getTableName()
Returns the name of the table of the column.
|
java.util.Optional<java.lang.String> getNamespaceName()
java.util.Optional<java.lang.String> getTableName()
java.lang.String getColumnName()
DataType getDataType()