Package | Description |
---|---|
org.axiondb |
Core interfaces, identifiers, and exceptions.
|
org.axiondb.engine.commands |
AxionCommand implementations. |
org.axiondb.engine.rowiterators |
RowIterator implementations. |
org.axiondb.parser |
SQL parser interface and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BindVariable
A
Literal that can be bound via PreparedStatement methods. |
Modifier and Type | Method and Description |
---|---|
Literal |
AxionQueryContext.getLimit() |
Literal |
AxionQueryContext.getOffset() |
Modifier and Type | Method and Description |
---|---|
void |
RemountCommand.setDirectory(Literal dir) |
void |
AxionQueryContext.setLimit(Literal limit) |
void |
AxionQueryContext.setOffset(Literal offset) |
Constructor and Description |
---|
LimitingRowIterator(RowIterator iter,
Literal limit,
Literal offset) |
Modifier and Type | Method and Description |
---|---|
Literal |
AxionSqlParser.SqlLiteral() |
Literal |
AxionSqlParser.SqlLiteralOrBindVar() |
Literal |
AxionSqlParser.SqlNumericLiteralOrBindVar() |
Literal |
AxionSqlParser.SqlSelectLimit() |
Literal |
AxionSqlParser.SqlSelectOffset() |