Uses of Class
fj.control.db.DbState
-
Packages that use DbState Package Description fj.control.db Abstractions for JDBC connections. -
-
Uses of DbState in fj.control.db
Methods in fj.control.db that return DbState Modifier and Type Method Description static DbStateDbState. reader(Connector pc)Returns a new reader that reads the database via the given Connector.static DbStateDbState. reader(java.lang.String url)Creates a database state reader given a connection URL.static DbStateDbState. writer(Connector pc)Returns a new writer that writes the database via the given Connector.static DbStateDbState. writer(java.lang.String url)Creates a database state writer given a connection URL.
-