Method Summary |
|
public void | closeJDBCConnection() Closes the connection.
If you forget to close the connection, next open should throw
DDLException. |
public DDLCommand | createCommand(String commandName) Creates command identified by commandName. |
public Map | getCommandProperties(String command) Returns properties of command.
This description should be used for formatting commands, it contains
available information for DatabaseSpecification. |
public DBConnection | getConnection() |
public Connection | getJDBCConnection() |
public DatabaseMetaData | getMetaData() |
public String | getMetaDataAdaptorClassName() |
public Map | getProperties() Returns all database properties.
It contains all command properties. |
public DatabaseSpecificationFactory | getSpecificationFactory() |
public String | getType(int sqltype) Returns DBType where maps specified java type. |
public Connection | openJDBCConnection() |
public void | setMetaDataAdaptorClassName(String name) |
public void | setSpecificationFactory(DatabaseSpecificationFactory fac) |