com.irisel.oms.dbh
Class DbhPointbase

java.lang.Object
  extended by com.irisel.oms.dbh.Dbh
      extended by com.irisel.oms.dbh.DbhPointbase
All Implemented Interfaces:
DBHandler

public class DbhPointbase
extends Dbh


Field Summary
 
Fields inherited from class com.irisel.oms.dbh.Dbh
KEY_FETCH_SIZE
 
Method Summary
 void close()
          For data source-based implementations that need to return the connection to a pool after each operation.
 void connect(java.lang.String url)
           
 java.lang.String makeURL(java.lang.String host, java.lang.String port, java.lang.String db, java.lang.String user, java.lang.String pass)
          Constructs URL following the format accepted by the corresponding JDBC driver
 
Methods inherited from class com.irisel.oms.dbh.Dbh
begin, commit, connect, connect, connect, disconnect, execute, execute, executeQuery, executeQuery, executeQuery, executeUpdate, executeUpdate, finalize, getBlob, getConnection, getDatabaseMetaData, getDbName, getDbPasswd, getDbUser, getHost, getPort, getSchema, getTableNames, getTables, isConnected, loadDriver, reconnect, ResultSetToText, ResultSetToVector, rollback, saveBlob, setDbName, setDbPasswd, setDbUser, setHost, setPort, setSchema, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

makeURL

public java.lang.String makeURL(java.lang.String host,
                                java.lang.String port,
                                java.lang.String db,
                                java.lang.String user,
                                java.lang.String pass)
Description copied from class: Dbh
Constructs URL following the format accepted by the corresponding JDBC driver

Specified by:
makeURL in class Dbh

connect

public void connect(java.lang.String url)
             throws ConnectionException
Specified by:
connect in interface DBHandler
Specified by:
connect in class Dbh
Throws:
ConnectionException

close

public void close()
Description copied from class: Dbh
For data source-based implementations that need to return the connection to a pool after each operation.

Specified by:
close in interface DBHandler
Specified by:
close in class Dbh