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. 
 | 
boolean | 
isStatic()
Whether this column is a static 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.public boolean isStatic()
Copyright © 2012–2015. All rights reserved.