Package scriptella.driver.postgresql
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.jdbc.GenericDriver
scriptella.driver.postgresql.Driver
- All Implemented Interfaces:
ScriptellaDriver
Scriptella Adapter for PostgreSQL database.
For configuration details and examples see overview page. NOTE: Problems during migration from/to Oracle(and DB2) RDBMS could be occurred due to not supported Bit/Boolean data types equality by Postgre SQL DB
- 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
-
POSTGRESQL_DRIVER_NAME
- See Also:
-
-
Constructor Details
-
Driver
public Driver()
-