Uses of Class
com.invirgance.convirgance.jdbc.AutomaticDriver
Packages that use AutomaticDriver
Package
Description
Provides classes that represent different database schema objects.
-
Uses of AutomaticDriver in com.invirgance.convirgance.jdbc
Methods in com.invirgance.convirgance.jdbc that return AutomaticDriverModifier and TypeMethodDescriptionAutomaticDrivers.AutomaticDriverBuilder.build()
StoredConnection.getDriver()
Returns the driver (AutomaticDriver) in use.static AutomaticDriver
AutomaticDrivers.getDriverByName
(String name) static AutomaticDriver
AutomaticDrivers.getDriverByURL
(String url) Methods in com.invirgance.convirgance.jdbc that return types with arguments of type AutomaticDriverModifier and TypeMethodDescriptionAutomaticDrivers.iterator()
static Iterable
<AutomaticDriver> AutomaticDrivers.list()
-
Uses of AutomaticDriver in com.invirgance.convirgance.jdbc.schema
Methods in com.invirgance.convirgance.jdbc.schema that return AutomaticDriverModifier and TypeMethodDescriptionDatabaseSchemaLayout.getDriver()
Returns the driver whose configuration was used to create this.Constructors in com.invirgance.convirgance.jdbc.schema with parameters of type AutomaticDriverModifierConstructorDescriptionDatabaseSchemaLayout
(AutomaticDriver driver, DataSource source) Creates a new DataBaseSchemaLayout using the drivers configuration.