org.apache.tuscany.das.rdb.impl
Class ConnectionImpl
java.lang.Object
org.apache.tuscany.das.rdb.impl.ConnectionImpl
public class ConnectionImpl
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionImpl
public ConnectionImpl(java.sql.Connection connection)
getJDBCConnection
public java.sql.Connection getJDBCConnection()
getGeneratedKeysSupported
public java.lang.String getGeneratedKeysSupported()
setGeneratedKeysSupported
public void setGeneratedKeysSupported(java.lang.String useGetGeneratedKeys)
isGeneratedKeysSupported
public boolean isGeneratedKeysSupported()
cleanUp
public void cleanUp()
errorCleanUp
public void errorCleanUp()
prepareStatement
public java.sql.PreparedStatement prepareStatement(java.lang.String queryString,
java.lang.String[] returnKeys)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
preparePagedStatement
public java.sql.PreparedStatement preparePagedStatement(java.lang.String queryString)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
setManageTransactions
public void setManageTransactions(boolean manageTransactions)
prepareCall
public java.sql.CallableStatement prepareCall(java.lang.String queryString)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2007 Apache Software Foundation. All Rights Reserved.