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

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$
Author:
Gonzalo Diethelm

Fields inherited from class org.apache.turbine.util.db.adapter.DB
DB_CONNECTION, DB_PASS, DB_USER, JDBCDriver, LIMIT_STYLE_MYSQL, LIMIT_STYLE_NONE, LIMIT_STYLE_POSTGRES, LIMIT_STYLE_SYBASE
 
Constructor Summary
DBMSSQL()
           
 
Methods inherited from class org.apache.turbine.util.db.adapter.DBSybase
getIdSqlForAutoIncrement, getLimitStyle, getSequenceSql, getStringDelimiter, ignoreCase, lockTable, supportsNativeLimit, toUpperCase, unlockTable
 
Methods inherited from class org.apache.turbine.util.db.adapter.DB
escapeText, getConnection, getConnectionPoolDataSource, getJDBCDriver, 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

public DBMSSQL()


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.