Uses of Interface
nzilbb.sql.ConnectionFactory
-
Packages that use ConnectionFactory Package Description nzilbb.ag.automation These are classes and interfaces for supporting automated annotation modules.nzilbb.ag.automation.example.theworks An example annotator implementation for kickstarting development of a new annotator, which uses all possible features, including configuration web-apps.nzilbb.sql.derby Implementation for providing connections to Derby databases.nzilbb.sql.mysql Implementation for providing connections to MySQL databases, and translation of MySQL-oriented SQL. -
-
Uses of ConnectionFactory in nzilbb.ag.automation
Methods in nzilbb.ag.automation with parameters of type ConnectionFactory Modifier and Type Method Description void
Annotator. setRdbConnectionFactory(ConnectionFactory db)
Sets the information required for connecting to the relational database. -
Uses of ConnectionFactory in nzilbb.ag.automation.example.theworks
Methods in nzilbb.ag.automation.example.theworks with parameters of type ConnectionFactory Modifier and Type Method Description void
TheWorksExample. setRdbConnectionFactory(ConnectionFactory db)
Sets the information required for connecting to the relational database. -
Uses of ConnectionFactory in nzilbb.sql.derby
Classes in nzilbb.sql.derby that implement ConnectionFactory Modifier and Type Class Description class
DerbyConnectionFactory
A factory for supplying connections to Derby file-based databases. -
Uses of ConnectionFactory in nzilbb.sql.mysql
Classes in nzilbb.sql.mysql that implement ConnectionFactory Modifier and Type Class Description class
MySQLConnectionFactory
A factory for supplying connections to MySQL databases.
-