Package scriptella.driver.mysql
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.jdbc.GenericDriver
scriptella.driver.mysql.Driver
- All Implemented Interfaces:
ScriptellaDriver
Scriptella Adapter for MySQL database.
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
-
MYSQL_DRIVER_NAME
- See Also:
-
-
Constructor Details
-
Driver
public Driver()
-