Uses of Class
fj.control.db.Connector
-
Packages that use Connector Package Description fj.control.db Abstractions for JDBC connections. -
-
Uses of Connector in fj.control.db
Fields in fj.control.db declared as Connector Modifier and Type Field Description private ConnectorDbState. pcMethods in fj.control.db that return Connector Modifier and Type Method Description static ConnectorDbState. driverManager(java.lang.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 Connector Modifier and Type Method Description static DbStateDbState. reader(Connector pc)Returns a new reader that reads the database via the given Connector.static DbStateDbState. writer(Connector pc)Returns a new writer that writes the database via the given Connector.Constructors in fj.control.db with parameters of type Connector Constructor Description DbState(Connector pc, DB<Unit> terminal)
-