Package | Description |
---|---|
org.axiondb.jdbc |
JDBC implementations.
|
Modifier and Type | Method and Description |
---|---|
protected AxionConnection |
BaseAxionStatement.getAxionConnection() |
Constructor and Description |
---|
AxionDatabaseMetaData(AxionConnection conn,
Database db) |
AxionPreparedStatement(AxionConnection conn,
java.lang.String sql) |
AxionPreparedStatement(AxionConnection conn,
java.lang.String sql,
int resultSetType,
int resultSetConcurrency) |
AxionStatement(AxionConnection conn) |
AxionStatement(AxionConnection conn,
int resultSetType,
int resultSetConcurrency) |
BaseAxionStatement(AxionConnection conn) |