Org.crusoe.jdbc
Public class
JDBCACCESSMANAGER
Extends java.lang.Object
JDBC-ODBC Bridge IS Used to Connect Datebase.
Method Summarystatic voidclose (java.sql.Connection conn) Close a Connection Object.static voidclose (java.sql.PreparedStatement stmt) Close a PreparedStatement Object.static voidclose (java.sql.ResultSet rs) Close a ResulttSet Object.static voidclose (java .sql.Statement st) Close a Statement Object. java.sql.ConnectiongetConnection () This method is called when you need a connection to the datebase. static JDBCAccessManagergetPool () This method is called when you need the connection pool.static intgetRow (java .sql.ResultSet rs) This method is called when you want to know the row number of ResultSet Object. java.lang.StringgetStatus () This method describes the status of the connection pool.static voidinit (java.lang.String ODBC_NAME, java .lang.String odbc_user, java.lang.string odbc_pa.lang.string odbc_password, int maxconnectionnum, int minunicunnectionnum, int Timeoutnum) This Method Is Called When THE Connection Pool Is Fir St IITILED. VoidreleaseConnection (java.sql.connection conn) this method isn't needed.