This DatabaseHandler is used when you do not have a database
installed.
author: Jon S. Stevens author: Brett McLaughlin version: $Id: DBNone.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. exception: 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. exception: SQLException - No Statement could be created or executed.
Methods inherited from org.apache.torque.adapter.AbstractDBAdapter