org.biomage.tools.helpers
Class JDBCConnection2

java.lang.Object
  extended by org.biomage.tools.helpers.JDBCConnection2

public class JDBCConnection2
extends java.lang.Object


Constructor Summary
JDBCConnection2()
           
 
Method Summary
 void closeRequest()
           
static DbConnectionBroker getBroker()
           
 java.sql.Connection getConnection()
           
 int getMaxRowSpan()
           
 java.sql.ResultSet getRs()
           
static java.lang.String getSchemaName()
           
 java.sql.Connection getTransactionConnection()
           
 void releaseConnection()
           
 void sendRequest(java.lang.String sqlStr)
           
 void sendRequest2(java.lang.String sqlStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCConnection2

public JDBCConnection2()
Method Detail

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()