org.apache.tuscany.das.rdb.impl
Class ConnectionImpl
java.lang.Object
org.apache.tuscany.das.rdb.impl.ConnectionImpl
public class ConnectionImpl
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionImpl
public ConnectionImpl(Connection connection)
getJDBCConnection
public Connection getJDBCConnection()
cleanUp
public void cleanUp()
errorCleanUp
public void errorCleanUp()
prepareStatement
public PreparedStatement prepareStatement(QueryString queryString)
throws SQLException
- Throws:
SQLException
preparePagedStatement
public PreparedStatement preparePagedStatement(QueryString queryString)
throws SQLException
- Throws:
SQLException
setManageTransactions
public void setManageTransactions(boolean manageTransactions)
prepareCall
public CallableStatement prepareCall(QueryString queryString)
throws SQLException
- Throws:
SQLException
-