|
||||||||||
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.OracleJDBCAdapter
public class OracleJDBCAdapter
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 | |
---|---|
OracleJDBCAdapter()
|
Method Summary | |
---|---|
protected byte[] |
getBinaryData(java.sql.ResultSet rs,
int index)
|
void |
setStatements(Statements statements)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OracleJDBCAdapter()
Method Detail |
---|
public void setStatements(Statements statements)
setStatements
in interface JDBCAdapter
setStatements
in class DefaultJDBCAdapter
protected byte[] getBinaryData(java.sql.ResultSet rs, int index) throws java.sql.SQLException
getBinaryData
in class DefaultJDBCAdapter
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |