Package ch.ivyteam.db.jdbc
package ch.ivyteam.db.jdbc
The class
DatabaseProduct contains
multiple constants which identifies database products
The class JdbcDriver can be used to get
a list of known or installed jdbc drivers.
The class ConnectionConfigurator can be used to configure a database connection of a
certain JdbcDriver.
The class DatabaseScript can be
used to execute a database script.
The class DatabaseServer can be
used to create and drop database.
The class DatabaseUtil contains many
useful methods for database programmers.-
ClassesClassDescriptionHolds the configuration of a jdbc database connection.