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 voidAnnotator. 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 voidTheWorksExample. 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 classDerbyConnectionFactoryA 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 classMySQLConnectionFactoryA factory for supplying connections to MySQL databases.
-