org.apache.torque.adapter
Class DBMSSQL
java.lang.Object
org.apache.torque.adapter.AbstractDBAdapter
org.apache.torque.adapter.DBSybase
org.apache.torque.adapter.DBMSSQL
- All Implemented Interfaces:
- Serializable, DB, IDMethod
public class DBMSSQL
- extends DBSybase
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/
- Version:
- $Id: DBMSSQL.java 475418 2006-11-15 21:02:50Z tfischer $
- Author:
- Gonzalo Diethelm
- See Also:
- Serialized Form
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBMSSQL
protected DBMSSQL()
- Empty constructor.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.