Class SqlJetIndexedColumn
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetIndexedColumn
- All Implemented Interfaces:
ISqlJetIndexedColumn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetTableColumn(ISqlJetColumnDef tableColumn) toString()
-
Constructor Details
-
SqlJetIndexedColumn
public SqlJetIndexedColumn(org.antlr.runtime.tree.CommonTree ast)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceISqlJetIndexedColumn
-
getCollation
- Specified by:
getCollationin interfaceISqlJetIndexedColumn
-
getSortingOrder
- Specified by:
getSortingOrderin interfaceISqlJetIndexedColumn
-
toString
-
setTableColumn
- Parameters:
tableColumn- the tableColumn to set
-
getTableColumn
- Specified by:
getTableColumnin interfaceISqlJetIndexedColumn- Returns:
- the tableColumn
-