public class MySQL extends SQL
A wrapper around some of sun's java.sql.* classes and the "com.mysql.jdbc.Driver" driver by mysql.com (GPL).
see: - http://www.mysql.com/products/connector/j/ - http://java.sun.com/products/jdbc/Constructor and Description |
---|
MySQL(processing.core.PApplet _papplet,
java.lang.String _database) |
MySQL(processing.core.PApplet _papplet,
java.lang.String _server,
java.lang.String _database,
java.lang.String _user,
java.lang.String _pass)
Creates a new MySQL connection.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getTableNames()
Get names of available tables in active database,
needs to be implemented per db adapter.
|
close, connect, dispose, escape, execute, execute, getBigDecimal, getBigDecimal, getBlob, getBlob, getBoolean, getBoolean, getColumnNames, getConnection, getDate, getDate, getDebug, getDouble, getDouble, getDriverVersion, getFloat, getFloat, getInt, getInt, getLong, getLong, getNameMapper, getObject, getObject, getString, getString, getTime, getTime, getTimestamp, getTimestamp, insertUpdateInDatabase, nameToGetter, nameToSetter, next, query, query, registerTableNameForClass, saveToDatabase, saveToDatabase, setDebug, setFromRow, setNameMapper
public MySQL(processing.core.PApplet _papplet, java.lang.String _database)
public MySQL(processing.core.PApplet _papplet, java.lang.String _server, java.lang.String _database, java.lang.String _user, java.lang.String _pass)
_papplet
- Normally you'd pass "this" in for your sketch_server
- The server running the database, try "localhost"_database
- Name of the database_user
- Username for that database_pass
- Password for userpublic java.lang.String[] getTableNames()
SQL
getTableNames
in class SQL
Processing library BezierSQLib (formerly SQLibrary) by Florian Jenett. (c) 2005 - 2023