org.biomage.tools.helpers
Class JDBCConnection2
java.lang.Object
org.biomage.tools.helpers.JDBCConnection2
public class JDBCConnection2
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCConnection2
public JDBCConnection2()
getBroker
public static DbConnectionBroker getBroker()
sendRequest
public void sendRequest(java.lang.String sqlStr)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
sendRequest2
public void sendRequest2(java.lang.String sqlStr)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getRs
public java.sql.ResultSet getRs()
getConnection
public java.sql.Connection getConnection()
getTransactionConnection
public java.sql.Connection getTransactionConnection()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
releaseConnection
public void releaseConnection()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
closeRequest
public void closeRequest()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getMaxRowSpan
public int getMaxRowSpan()
getSchemaName
public static java.lang.String getSchemaName()