Package nzilbb.sql.mysql
Implementation for providing connections to
MySQL databases, and translation of MySQL-oriented SQL.
- Author:
- Robert Fromont robert.fromont@canterbury.ac.nz
-
Class Summary 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.VanillaSQLTranslator Object that translates statements designed for MySQL's flavour of SQL to standard SQL.