Uses of Class
fj.control.db.Connector
Packages that use Connector
-
Uses of Connector in fj.control.db
Fields in fj.control.db declared as ConnectorMethods in fj.control.db that return ConnectorModifier and TypeMethodDescriptionstatic Connector
DbState.driverManager
(String url) A simple connector (the default) that gets connections to the given database URL from the driver manager.Methods in fj.control.db with parameters of type ConnectorModifier and TypeMethodDescriptionstatic DbState
Returns a new reader that reads the database via the given Connector.static DbState
Returns a new writer that writes the database via the given Connector.Constructors in fj.control.db with parameters of type Connector