|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.adapter.DB
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 class org.apache.torque.adapter.DB |
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. |
Method Summary | |
boolean |
supportsNativeLimit()
This method is used to chek whether the database natively supports limiting the size of the resultset. |
Methods inherited from class org.apache.torque.adapter.DBSybase |
getDateString, getIDMethodSQL, getIDMethodType, getLimitStyle, ignoreCase, lockTable, toUpperCase, unlockTable |
Methods inherited from class org.apache.torque.adapter.DB |
escapeText, getBooleanString, getStringDelimiter, ignoreCaseInOrderBy, supportsNativeOffset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected DBMSSQL()
Method Detail |
public boolean supportsNativeLimit()
supportsNativeLimit
in class DBSybase
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |