public class ColumnMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ColumnMetadata.IndexMetadata
Metadata on a column index.
|
Modifier and Type | Method and Description |
---|---|
ColumnMetadata.IndexMetadata |
getIndex()
Returns the indexing metadata on this column if the column is indexed.
|
String |
getName()
Returns the name of the column.
|
TableMetadata |
getTable()
Returns the metadata of the table this column is part of.
|
DataType |
getType()
Returns the type of the column.
|
String |
toString() |
public String getName()
public TableMetadata getTable()
TableMetadata
for the table this column is part of.public DataType getType()
public ColumnMetadata.IndexMetadata getIndex()
null
otherwise.Copyright © 2014. All Rights Reserved.