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 DbState
DbState. reader(Connector pc)
Returns a new reader that reads the database via the given Connector.static DbState
DbState. reader(java.lang.String url)
Creates a database state reader given a connection URL.static DbState
DbState. writer(Connector pc)
Returns a new writer that writes the database via the given Connector.static DbState
DbState. writer(java.lang.String url)
Creates a database state writer given a connection URL.
-