Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier |
ColumnIdentifier.getCanonicalIdentifier() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
RowDecorator.get(ColumnIdentifier colid)
Returns the value of the specified column.
|
boolean |
Table.hasColumn(ColumnIdentifier id)
Indicate whether the
ColumnIdentifier references a column in this table |
Modifier and Type | Method and Description |
---|---|
boolean |
TransactableTableImpl.hasColumn(ColumnIdentifier id) |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier |
CreateIndexCommand.getColumn(int i) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
TableView.hasColumn(ColumnIdentifier id) |
boolean |
ExternalDatabaseTable.hasColumn(ColumnIdentifier id) |
boolean |
ExternalAxionDBTable.hasColumn(ColumnIdentifier id) |
boolean |
BaseTable.hasColumn(ColumnIdentifier id) |
Modifier and Type | Method and Description |
---|---|
Selectable |
ResolveSelectableVisitor.visit(ColumnIdentifier column,
java.util.List selected,
TableIdentifier[] tables) |
boolean |
MaskSelectablesForTablesVisitor.visit(ColumnIdentifier col,
TableIdentifier[] tables) |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier |
AxionSqlParser.SqlColumnRef() |
ColumnIdentifier |
AxionSqlParser.SqlNextValueFor() |