public class HsqlConnection extends JdbcConnection
For configuration details and examples see overview page.
AbstractConnection.StatementCounter| Modifier and Type | Field and Description |
|---|---|
static String |
SHUTDOWN_ON_EXIT
True if SHUTDOWN command should be executed before last connection closed.
|
AUTOCOMMIT_KEY, AUTOCOMMIT_SIZE_KEY, autocommitSize, FLUSH_BEFORE_QUERY, flushBeforeQuery, keepformat, KEEPFORMAT_KEY, separator, separatorSingleLine, STATEMENT_BATCH_SIZE, STATEMENT_CACHE_KEY, STATEMENT_FETCH_SIZE, STATEMENT_SEPARATOR_KEY, STATEMENT_SEPARATOR_SINGLELINE_KEY, statementBatchSize, statementCacheSize, statementFetchSize, TRANSACTION_ISOLATION_KEY, TRANSACTION_ISOLATION_READ_COMMITTED, TRANSACTION_ISOLATION_READ_UNCOMMITTED, TRANSACTION_ISOLATION_REPEATABLE_READ, TRANSACTION_ISOLATION_SERIALIZABLEcounter| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
init(ConnectionParameters parameters) |
commit, executeQuery, executeScript, flush, getNativeConnection, initDialectIdentifier, newStatementCache, rollback, toStringgetDialectIdentifier, getExecutedStatementsCount, isReadonly, setDialectIdentifierpublic static final String SHUTDOWN_ON_EXIT
protected void init(ConnectionParameters parameters)
init in class JdbcConnectionpublic void close()
close in interface Connectionclose in class JdbcConnectionCopyright © 2006–2019. All rights reserved.