This code should be used for a Weblogic database pool.
author: Jon S. Stevens author: Brett McLaughlin version: $Id: DBWeblogic.java 473821 2006-11-11 22:37:25Z tv $
Locks the specified table.
Parameters: con - The JDBC connection to use. Parameters: table - The name of the table to lock. throws: SQLException - No Statement could be created or executed.
Unlocks the specified table.
Parameters: con - The JDBC connection to use. Parameters: table - The name of the table to unlock. throws: SQLException - No Statement could be created or executed.
Methods inherited from org.apache.torque.adapter.AbstractDBAdapter