| Package | Description |
|---|---|
| org.axiondb |
Core interfaces, identifiers, and exceptions.
|
| org.axiondb.engine.commands |
AxionCommand implementations. |
| org.axiondb.jdbc |
JDBC implementations.
|
| Modifier and Type | Method and Description |
|---|---|
AxionResultSet |
AxionCommand.executeQuery(Database db)
Executes an SQL statement that returns a single read-only
ResultSet object such as a SELECT statement. |
AxionResultSet |
AxionCommand.executeQuery(Database db,
boolean isReadOnly)
Execute an SQL statement that returns a single
ResultSet object
with the given read-only state. |
| Modifier and Type | Method and Description |
|---|---|
protected AxionResultSet |
BaseAxionStatement.getCurrentResultSet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseAxionStatement.setCurrentResultSet(AxionResultSet rset) |