org.apache.torque.adapter
Class DBMSSQL

java.lang.Object
  extended by org.apache.torque.adapter.AbstractDBAdapter
      extended by org.apache.torque.adapter.DBSybase
          extended by org.apache.torque.adapter.DBMSSQL
All Implemented Interfaces:
java.io.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

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.
 
Method Summary
 
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, getFunctionClass, getStringDelimiter, ignoreCaseInOrderBy, supportsNativeOffset, useIlike
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBMSSQL

protected DBMSSQL()
Empty constructor.



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.