This is used to connect to Hypersonic SQL databases.
http://axion.tigris.org author: Martin Poeschl version: $Id: DBAxion.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