| |
|
| java.lang.Object org.apache.torque.adapter.AbstractDBAdapter org.apache.torque.adapter.DBOdbc
DBOdbc | public class DBOdbc extends AbstractDBAdapter (Code) | | This is used to connect to ODBC Bridged databases on Win32
Platforms.
author: Cameron Riley version: $Id: DBOdbc.java 473821 2006-11-11 22:37:25Z tv $ |
Constructor Summary | |
protected | DBOdbc() Empty constructor. |
DBOdbc | protected DBOdbc()(Code) | | Empty constructor.
|
ignoreCase | public String ignoreCase(String in)(Code) | | This method is used to ignore case.
Parameters: in - The string whose case to ignore. The string in a case that can be ignored. |
lockTable | public void lockTable(Connection con, String table) throws SQLException(Code) | | Locks the specified table.
Access does not implement this.
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. |
toUpperCase | public String toUpperCase(String in)(Code) | | This method is used to ignore case.
Parameters: in - The string to transform to upper case. The upper case string. |
unlockTable | public void unlockTable(Connection con, String table) throws SQLException(Code) | | Unlocks the specified table.
Access does not implement this.
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. |
|
|
|