scriptella.driver.mssql
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.jdbc.GenericDriver
scriptella.driver.mssql.Driver
- All Implemented Interfaces:
- scriptella.spi.ScriptellaDriver
public class Driver
- extends scriptella.jdbc.GenericDriver
Scriptella Adapter for Microsoft SQL Server database JDBC driver.
This driver looks in classpath for the following drivers(in search order) :
- Microsoft JDBC Driver for MS SQL Server 2005 -
com.microsoft.sqlserver.jdbc.SQLServerDriver
- Microsoft JDBC Driver for MS SQL Server 2000 -
com.microsoft.jdbc.sqlserver.SQLServerDriver
- jTDS JDBC Driver for Microsoft SQL Server -
net.sourceforge.jtds.jdbc.Driver
For configuration details and examples see overview page.
- Version:
- 1.0
- Author:
- Kirill Volgin
| Methods inherited from class scriptella.jdbc.GenericDriver |
connect, connect, getConnection, loadDrivers |
| Methods inherited from class scriptella.spi.AbstractScriptellaDriver |
getScriptellaTitle, getScriptellaVersion, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MSSQL_2005_DRIVER_NAME
public static final java.lang.String MSSQL_2005_DRIVER_NAME
- See Also:
- Constant Field Values
MSSQL_2000_DRIVER_NAME
public static final java.lang.String MSSQL_2000_DRIVER_NAME
- See Also:
- Constant Field Values
MSSQL_TDS_DRIVER_NAME
public static final java.lang.String MSSQL_TDS_DRIVER_NAME
- See Also:
- Constant Field Values
Driver
public Driver()
Copyright © Copyright 2006-2009 The Scriptella Project Team.