Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javatools.db.DbConnection

Uses of DbConnection in javatools.db
 

Methods in javatools.db that return DbConnection
 DbConnection DbDatabase.getThreadConnection()
          Get a DbConnection that will be associated with this Thread.
 DbConnection DbDatabase.getExistingThreadConnection()
          Get a DbConnection that will be associated with this Thread, but only if one exists already.
 DbConnection DbDatabase.getNewConnection()
          Return a brand new DbConnection.
 

Methods in javatools.db with parameters of type DbConnection
 int DbUpdater.execute(DbConnection dbcon)
          Execute this delete command on a specific connection.
 int DbSequence.next(DbConnection dbcon)
          Returns the next value, with a specific connection.
 void DbSelector.executeToResultSet(DbConnection dbcon)
          Execute and get a JDBC ResultSet.
 DbTable DbSelector.execute(DbConnection dbcon)
          Execute and return a DbTable.
 int DbInserter.execute(DbConnection dbcon)
          Execute this command on a specific connection.
 int DbDeleter.execute(DbConnection dbcon)
          Execute this delete command on a specific connection.
(package private)  void DbDatabase.notifyClose(DbConnection con)
          Notify the DbDatabase that one of its connections has closed.