Package | Description |
---|---|
org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
org.apache.activemq.store.jdbc.adapter |
Implements database/driver apapters to compensate for the
wide differences in the BLOB handing of JDBC drivers.
|
org.apache.activemq.store.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
Modifier and Type | Field and Description |
---|---|
protected Statements |
DefaultDatabaseLocker.statements |
Modifier and Type | Method and Description |
---|---|
Statements |
JDBCPersistenceAdapter.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPersistenceAdapter.setStatements(Statements statements) |
void |
JDBCAdapter.setStatements(Statements statementProvider) |
Modifier and Type | Field and Description |
---|---|
protected Statements |
DefaultJDBCAdapter.statements |
Modifier and Type | Method and Description |
---|---|
Statements |
DefaultJDBCAdapter.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
SybaseJDBCAdapter.setStatements(Statements statements) |
void |
OracleJDBCAdapter.setStatements(Statements statements) |
void |
DefaultJDBCAdapter.setStatements(Statements statements) |
void |
TransactJDBCAdapter.setStatements(Statements statements) |
void |
PostgresqlJDBCAdapter.setStatements(Statements statements) |
void |
MaxDBJDBCAdapter.setStatements(Statements statements) |
void |
InformixJDBCAdapter.setStatements(Statements statements) |
void |
MySqlJDBCAdapter.setStatements(Statements statements) |
void |
OracleBlobJDBCAdapter.setStatements(Statements statements) |
void |
AxionJDBCAdapter.setStatements(Statements statements) |
void |
HsqldbJDBCAdapter.setStatements(Statements statements) |
void |
DB2JDBCAdapter.setStatements(Statements statements) |
void |
ImageBasedJDBCAdaptor.setStatements(Statements statements) |
Modifier and Type | Method and Description |
---|---|
Statements |
JournalPersistenceAdapterFactory.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
JournalPersistenceAdapterFactory.setStatements(Statements statements) |
Copyright © 2005–2015. All rights reserved.