Documentation generated by XL CLAIRE v3.3.37 at Fri, 17 Nov 2006
| categories Connecting a mySQL database |
The Mysql module is a driver module for the Db interface. It relies the popular mysqlclient library and provide a database connector for mySQL.
| categories | Connecting a mySQL database | normal dispatch | Mysql method |
equivalent to mySql!(dbName,"","","").
| categories | Connecting a mySQL database | normal dispatch | Mysql method |
equivalent to mySql!(dbName,address,"","").
| categories | Connecting a mySQL database | normal dispatch | Mysql method |
equivalent to mySql!(dbName,address,user,"").
| categories | Connecting a mySQL database | normal dispatch | Mysql method |
Db/mySql!(dbName, address, user, password) return a new Database instance connected to a remote mySQL database.