Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
G
M
N
P
Q
R
S
T
U
C
close()
- Method in class de.bezier.data.sql.
SQL
Close the database connection
connect()
- Method in class de.bezier.data.sql.
SQL
Open the database connection with the parameters given in the contructor.
connection
- Variable in class de.bezier.data.sql.
SQL
D
database
- Variable in class de.bezier.data.sql.
SQL
de.bezier.data.sql
- package de.bezier.data.sql
dispose()
- Method in class de.bezier.data.sql.
SQL
Callback function for PApplet.registerDispose()
driver
- Variable in class de.bezier.data.sql.
SQL
E
execute(String)
- Method in class de.bezier.data.sql.
SQL
Execute a SQL command on the open database connection.
G
getBigDecimal(String)
- Method in class de.bezier.data.sql.
SQL
Read a java.math.BigDecimal value from the specified field.
getBigDecimal(int)
- Method in class de.bezier.data.sql.
SQL
getBoolean(String)
- Method in class de.bezier.data.sql.
SQL
Read a boolean value from the specified field.
getBoolean(int)
- Method in class de.bezier.data.sql.
SQL
getDate(String)
- Method in class de.bezier.data.sql.
SQL
Read a java.sql.Date value from the specified field.
getDate(int)
- Method in class de.bezier.data.sql.
SQL
getDouble(String)
- Method in class de.bezier.data.sql.
SQL
Read a double value from the specified field.
getDouble(int)
- Method in class de.bezier.data.sql.
SQL
getFloat(String)
- Method in class de.bezier.data.sql.
SQL
Read a float value from the specified field.
getFloat(int)
- Method in class de.bezier.data.sql.
SQL
getInt(String)
- Method in class de.bezier.data.sql.
SQL
Read an integer value from the specified field.
getInt(int)
- Method in class de.bezier.data.sql.
SQL
getLong(String)
- Method in class de.bezier.data.sql.
SQL
Read a long value from the specified field.
getLong(int)
- Method in class de.bezier.data.sql.
SQL
getObject(String)
- Method in class de.bezier.data.sql.
SQL
Read a value from the specified field to hav it returned as an object.
getObject(int)
- Method in class de.bezier.data.sql.
SQL
getString(String)
- Method in class de.bezier.data.sql.
SQL
Read a String value from the specified field.
getString(int)
- Method in class de.bezier.data.sql.
SQL
getTime(String)
- Method in class de.bezier.data.sql.
SQL
Read a java.sql.Time value from the specified field.
getTime(int)
- Method in class de.bezier.data.sql.
SQL
getTimestamp(String)
- Method in class de.bezier.data.sql.
SQL
Read a java.sql.Timestamp value from the specified field.
getTimestamp(int)
- Method in class de.bezier.data.sql.
SQL
M
MySQL
- Class in
de.bezier.data.sql
MySQL wrapper for SQL library for Processing 1.0
MySQL(PApplet, String)
- Constructor for class de.bezier.data.sql.
MySQL
MySQL(PApplet, String, String, String, String)
- Constructor for class de.bezier.data.sql.
MySQL
Creates a new MySQL connection.
N
next()
- Method in class de.bezier.data.sql.
SQL
Check if more results (rows) are available.
P
PostgreSQL
- Class in
de.bezier.data.sql
PostgreSQL wrapper for SQL library for Processing 1.0
PostgreSQL(PApplet, String)
- Constructor for class de.bezier.data.sql.
PostgreSQL
PostgreSQL(PApplet, String, String, String, String)
- Constructor for class de.bezier.data.sql.
PostgreSQL
Creates a new PostgreSQL connection.
previousQuery
- Variable in class de.bezier.data.sql.
SQL
Q
query(String)
- Method in class de.bezier.data.sql.
SQL
Issue a query on the open database connection
R
result
- Variable in class de.bezier.data.sql.
SQL
S
server
- Variable in class de.bezier.data.sql.
SQL
SQL
- Class in
de.bezier.data.sql
SQL library for Processing 1.0 see: http://www.mysql.com/products/connector/j/ http://java.sun.com/products/jdbc/ http://www.toxi.co.uk/blog/2007/07/using-javadb-and-db4o-in-processing.htm http://www.tom-carden.co.uk/2007/07/30/a-quick-note-on-using-sqlite-in-processing/
SQL()
- Constructor for class de.bezier.data.sql.
SQL
Do not use this contructor.
SQL(PApplet, String)
- Constructor for class de.bezier.data.sql.
SQL
You should not directly use the SQL.class instead use the classes for your database type.
SQL(PApplet, String, String, String, String)
- Constructor for class de.bezier.data.sql.
SQL
You should not directly use the SQL.class instead use the classes for your database type.
SQLite
- Class in
de.bezier.data.sql
SQLite wrapper for SQL library for Processing 1.0
SQLite(PApplet, String)
- Constructor for class de.bezier.data.sql.
SQLite
Creates a new SQLite connection.
SQLite(PApplet, String, String, String, String)
- Constructor for class de.bezier.data.sql.
SQLite
Creates a new SQLite connection, same as SQLite( PApplet, String )
statement
- Variable in class de.bezier.data.sql.
SQL
T
type
- Variable in class de.bezier.data.sql.
SQL
U
url
- Variable in class de.bezier.data.sql.
SQL
user
- Variable in class de.bezier.data.sql.
SQL
C
D
E
G
M
N
P
Q
R
S
T
U
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
processing library SQLibrary by Florian Jenett. (c) 2005 - 2009