public class ColumnNamingContextImpl extends Object implements ColumnNamingContext
| Constructor and Description |
|---|
ColumnNamingContextImpl(int columnIndex) |
ColumnNamingContextImpl(Table table,
String intrinsicColumnName,
int columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex()
Gets the index of the column being named.
|
String |
getIntrinsicColumnName()
Gets the intrinsic column name, if this is defined in the datastore
itself.
|
Table |
getTable()
Gets the
Table that the column is to pertain to. |
public ColumnNamingContextImpl(Table table, String intrinsicColumnName, int columnIndex)
table - intrinsicColumnName - columnIndex - public ColumnNamingContextImpl(int columnIndex)
columnIndex - public int getColumnIndex()
ColumnNamingContextgetColumnIndex in interface ColumnNamingContextpublic Table getTable()
ColumnNamingContextTable that the column is to pertain to. If the table is
not yet available then this may return null.getTable in interface ColumnNamingContextpublic String getIntrinsicColumnName()
ColumnNamingContextgetIntrinsicColumnName in interface ColumnNamingContextCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.