Uses of Package
nzilbb.sql.mysql
-
Packages that use nzilbb.sql.mysql Package Description nzilbb.sql Factory interface for providing access to relational database connections.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. -
Classes in nzilbb.sql.mysql used by nzilbb.sql Class Description MySQLTranslator Object that translates statements designed for MySQL's flavour of SQL to the flavour used by the graph service. -
Classes in nzilbb.sql.mysql used by nzilbb.sql.derby Class Description MySQLTranslator Object that translates statements designed for MySQL's flavour of SQL to the flavour used by the graph service.VanillaSQLTranslator Object that translates statements designed for MySQL's flavour of SQL to standard SQL. -
Classes in nzilbb.sql.mysql used by nzilbb.sql.mysql Class Description MySQLConnectionFactory A factory for supplying connections to MySQL databases.MySQLTranslator Object that translates statements designed for MySQL's flavour of SQL to the flavour used by the graph service.