org.apache.turbine.util.db.adapter
Class DBMSSQL

java.lang.Object
  |
  +--org.apache.turbine.util.db.adapter.DB
        |
        +--org.apache.turbine.util.db.adapter.DBSybase
              |
              +--org.apache.turbine.util.db.adapter.DBMSSQL
All Implemented Interfaces:
IDMethod, java.io.Serializable
Direct Known Subclasses:
DBMSSQL7

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,v 1.2 2001/08/20 02:49:31 brekke Exp $
Author:
Gonzalo Diethelm, Daniel Rall
See Also:
Serialized Form

Fields inherited from class org.apache.turbine.util.db.adapter.DB
DB_CONNECTION, DB_PASS, DB_USER, JDBCDriver, LIMIT_STYLE_MSSQL7, LIMIT_STYLE_MYSQL, LIMIT_STYLE_NONE, LIMIT_STYLE_POSTGRES, LIMIT_STYLE_SYBASE
 
Fields inherited from interface org.apache.turbine.util.db.map.IDMethod
AUTO_INCREMENT, AUTOINCREMENT, ID_BROKER, IDBROKERTABLE, NATIVE, NO_ID_METHOD, SEQUENCE
 
Constructor Summary
protected DBMSSQL()
          Empty constructor.
 
Methods inherited from class org.apache.turbine.util.db.adapter.DBSybase
getIDMethodSQL, getIDMethodType, getLimitStyle, getStringDelimiter, ignoreCase, lockTable, supportsNativeLimit, toUpperCase, unlockTable
 
Methods inherited from class org.apache.turbine.util.db.adapter.DB
escapeText, getConnection, getConnectionPoolDataSource, getDateString, getIdSqlForAutoIncrement, getJDBCDriver, getSequenceSql, ignoreCaseInOrderBy, init, objectDataNeedsTrans, setJDBCDriver, supportsNativeOffset
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DBMSSQL

protected DBMSSQL()
Empty constructor.


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