|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnIdentifier | |
|---|---|
| org.axiondb | Core interfaces, identifiers, and exceptions. |
| org.axiondb.engine | Core database machinery. |
| org.axiondb.engine.commands | AxionCommand implementations. |
| org.axiondb.engine.tables | |
| org.axiondb.engine.visitors | |
| org.axiondb.parser | SQL parser interface and implementation classes. |
| Uses of ColumnIdentifier in org.axiondb |
|---|
| Methods in org.axiondb that return ColumnIdentifier | |
|---|---|
ColumnIdentifier |
ColumnIdentifier.getCanonicalIdentifier()
|
| Methods in org.axiondb with parameters of type ColumnIdentifier | |
|---|---|
java.lang.Object |
RowDecorator.get(ColumnIdentifier colid)
Returns the value of the specified column. |
boolean |
Table.hasColumn(ColumnIdentifier id)
Indicate whether the ColumnIdentifierreferences a column in this table |
| Uses of ColumnIdentifier in org.axiondb.engine |
|---|
| Methods in org.axiondb.engine with parameters of type ColumnIdentifier | |
|---|---|
boolean |
TransactableTableImpl.hasColumn(ColumnIdentifier id)
|
| Uses of ColumnIdentifier in org.axiondb.engine.commands |
|---|
| Methods in org.axiondb.engine.commands that return ColumnIdentifier | |
|---|---|
ColumnIdentifier |
CreateIndexCommand.getColumn(int i)
|
| Methods in org.axiondb.engine.commands with parameters of type ColumnIdentifier | |
|---|---|
void |
UpdateCommand.addColumn(ColumnIdentifier col)
|
void |
CreateIndexCommand.addColumn(ColumnIdentifier col)
|
void |
UpsertCommand.addUpdateColumn(ColumnIdentifier col)
|
protected java.lang.Object |
BaseAxionCommand.attemptToConvertValue(java.lang.Object val,
DataType type,
ColumnIdentifier colid)
|
| Uses of ColumnIdentifier in org.axiondb.engine.tables |
|---|
| Methods in org.axiondb.engine.tables with parameters of type ColumnIdentifier | |
|---|---|
boolean |
BaseTable.hasColumn(ColumnIdentifier id)
|
boolean |
ExternalAxionDBTable.hasColumn(ColumnIdentifier id)
|
boolean |
TableView.hasColumn(ColumnIdentifier id)
|
boolean |
ExternalDatabaseTable.hasColumn(ColumnIdentifier id)
|
| Uses of ColumnIdentifier in org.axiondb.engine.visitors |
|---|
| Methods in org.axiondb.engine.visitors with parameters of type ColumnIdentifier | |
|---|---|
Selectable |
ResolveSelectableVisitor.visit(ColumnIdentifier column,
java.util.List selected,
TableIdentifier[] tables)
|
boolean |
MaskSelectablesForTablesVisitor.visit(ColumnIdentifier col,
TableIdentifier[] tables)
|
| Uses of ColumnIdentifier in org.axiondb.parser |
|---|
| Methods in org.axiondb.parser that return ColumnIdentifier | |
|---|---|
ColumnIdentifier |
AxionSqlParser.SqlColumnRef()
|
ColumnIdentifier |
AxionSqlParser.SqlNextValueFor()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||