public class PostgreSQL extends SQL
This is a wrapper around some of sun's java.sql.* classes and the "org.postgresql.Driver" driver by postgresql.org (BSD).
see:Constructor and Description |
---|
PostgreSQL(processing.core.PApplet _papplet,
java.lang.String _database) |
PostgreSQL(processing.core.PApplet _papplet,
java.lang.String _server,
java.lang.String _database,
java.lang.String _user,
java.lang.String _pass)
Creates a new PostgreSQL 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 PostgreSQL(processing.core.PApplet _papplet, java.lang.String _database)
public PostgreSQL(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