Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.impl
Class ConnectionImpl

java.lang.Object
  extended by org.apache.tuscany.das.rdb.impl.ConnectionImpl

public class ConnectionImpl
extends java.lang.Object


Constructor Summary
ConnectionImpl(java.sql.Connection connection)
           
 
Method Summary
 void cleanUp()
           
 void errorCleanUp()
           
 java.sql.Connection getJDBCConnection()
           
 java.sql.CallableStatement prepareCall(QueryString queryString)
           
 java.sql.PreparedStatement preparePagedStatement(QueryString queryString)
           
 java.sql.PreparedStatement prepareStatement(QueryString queryString)
           
 void setManageTransactions(boolean manageTransactions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionImpl

public ConnectionImpl(java.sql.Connection connection)
Method Detail

getJDBCConnection

public java.sql.Connection getJDBCConnection()

cleanUp

public void cleanUp()

errorCleanUp

public void errorCleanUp()

prepareStatement

public java.sql.PreparedStatement prepareStatement(QueryString queryString)
                                            throws java.sql.SQLException
Throws:
java.sql.SQLException

preparePagedStatement

public java.sql.PreparedStatement preparePagedStatement(QueryString queryString)
                                                 throws java.sql.SQLException
Throws:
java.sql.SQLException

setManageTransactions

public void setManageTransactions(boolean manageTransactions)

prepareCall

public java.sql.CallableStatement prepareCall(QueryString queryString)
                                       throws java.sql.SQLException
Throws:
java.sql.SQLException

Tuscany DAS for Relational Databases

-