|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter
org.apache.activemq.store.jdbc.adapter.BytesJDBCAdapter
org.apache.activemq.store.jdbc.adapter.PostgresqlJDBCAdapter
public class PostgresqlJDBCAdapter
Implements all the default JDBC operations that are used by the JDBCPersistenceAdapter.
Subclassing is encouraged to override the default implementation of methods to account for differences in JDBC Driver implementations. The JDBCAdapter inserts and extracts BLOB data using the getBytes()/setBytes() operations. The databases/JDBC drivers that use this adapter are:
Field Summary |
---|
Fields inherited from class org.apache.activemq.store.jdbc.adapter.DefaultJDBCAdapter |
---|
batchStatments, statements |
Constructor Summary | |
---|---|
PostgresqlJDBCAdapter()
|
Method Summary | |
---|---|
void |
setStatements(Statements statements)
|
Methods inherited from class org.apache.activemq.store.jdbc.adapter.BytesJDBCAdapter |
---|
getBinaryData, setBinaryData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostgresqlJDBCAdapter()
Method Detail |
---|
public void setStatements(Statements statements)
setStatements
in interface JDBCAdapter
setStatements
in class DefaultJDBCAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |