|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.adapter.AbstractDBAdapter
org.apache.torque.adapter.DBSybase
org.apache.torque.adapter.DBMSSQL
This is used to connect to a MSSQL database. For now, this class simply extends the adaptor for Sybase. You can use one of several commercial JDBC drivers; the one I use is: i-net SPRINTA(tm) 2000 Driver Version 3.03 for MS SQL Server http://www.inetsoftware.de/
Field Summary |
Fields inherited from interface org.apache.torque.adapter.DB |
ADAPTER_KEY, DRIVER_KEY, LIMIT_STYLE_DB2, LIMIT_STYLE_MYSQL, LIMIT_STYLE_NONE, LIMIT_STYLE_ORACLE, LIMIT_STYLE_POSTGRES, LIMIT_STYLE_SYBASE |
Fields inherited from interface org.apache.torque.adapter.IDMethod |
AUTO_INCREMENT, ID_BROKER, NATIVE, NO_ID_METHOD, SEQUENCE |
Constructor Summary | |
protected |
DBMSSQL()
Empty constructor. |
Methods inherited from class org.apache.torque.adapter.DBSybase |
escapeText, generateLimits, getDateString, getIDMethodSQL, getIDMethodType, getLimitStyle, ignoreCase, lockTable, supportsNativeLimit, toUpperCase, unlockTable, useEscapeClauseForLike |
Methods inherited from class org.apache.torque.adapter.AbstractDBAdapter |
getBooleanString, getStringDelimiter, ignoreCaseInOrderBy, supportsNativeOffset, useIlike |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DBMSSQL()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |