Package scriptella.driver.mssql
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.jdbc.GenericDriver
scriptella.driver.mssql.Driver
- All Implemented Interfaces:
ScriptellaDriver
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scriptella.jdbc.GenericDriver
connect, connect, getConnection, loadDriversMethods inherited from class scriptella.spi.AbstractScriptellaDriver
getScriptellaTitle, getScriptellaVersion, toString
-
Field Details
-
MSSQL_2005_DRIVER_NAME
- See Also:
-
MSSQL_2000_DRIVER_NAME
- See Also:
-
MSSQL_TDS_DRIVER_NAME
- See Also:
-
-
Constructor Details
-
Driver
public Driver()
-