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.
Uses the current Microsoft JDBC Driver for SQL Server,
com.microsoft.sqlserver.jdbc.SQLServerDriver.
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_DRIVER_NAME
- See Also:
-
MSSQL_2005_DRIVER_NAME
Deprecated.UseMSSQL_DRIVER_NAME. The Microsoft driver class represented by this constant remains current.- See Also:
-
-
Constructor Details
-
Driver
public Driver()
-
MSSQL_DRIVER_NAME.