org.objectweb.jonas.dbm
Class JonasOracleXAConnection
org.objectweb.jonas.dbm.JonasOracleXAConnection
- public class JonasOracleXAConnection
To compile this class, you must have the classes12.zip file
from Oracle (driver JDBC 2.0 with Oracle 8.1.6 version),
and add the current file to the build mechanism (Makefile)
Field Summary |
javax.transaction.TransactionManager |
transactionManager
|
javax.transaction.Transaction |
tx
|
transactionManager
public javax.transaction.TransactionManager transactionManager
tx
public javax.transaction.Transaction tx
setTransactionManager
public void setTransactionManager(javax.transaction.TransactionManager tm)
prepareStatement
public java.sql.PreparedStatement prepareStatement(java.lang.String sql)
throws java.sql.SQLException
prepareStatement
public java.sql.PreparedStatement prepareStatement(java.lang.String sql,
int resultSetType,
int resultSetConcurrency)
throws java.sql.SQLException
createStatement
public java.sql.Statement createStatement()
setAutoCommit
public void setAutoCommit(boolean autoCommit)
throws java.sql.SQLException
_prepareStatement
public java.sql.PreparedStatement _prepareStatement(java.lang.String sql)
throws java.sql.SQLException
_prepareStatement
public java.sql.PreparedStatement _prepareStatement(java.lang.String sql,
int resultSetType,
int resultSetConcurrency)
throws java.sql.SQLException