|
|||||||||
| Home >> All >> org >> ydp >> [ db overview ] | PREV NEXT | ||||||||
B
- browse(int, int, char) - Static method in class org.ydp.db.Database
- Composes an SQL statement to find all files beginning with letter.
C
- close() - Static method in class org.ydp.db.Database
- Closes the connection with the database.
- con - Static variable in class org.ydp.db.Database
- connect() - Method in class org.ydp.db.Database
- connectionURL - Static variable in class org.ydp.db.Database
- create() - Static method in class org.ydp.db.Database
- Composes and sends an SQL statement to create the database.
D
- Database - class org.ydp.db.Database.
- Database(String) - Constructor for class org.ydp.db.Database
- Class constructor specifying the name of the database
- Database() - Constructor for class org.ydp.db.Database
- db_name - Static variable in class org.ydp.db.Database
- delete(String) - Static method in class org.ydp.db.Database
- Composes and sends an SQL statement to delete the file specified.
- driverName - Static variable in class org.ydp.db.Database
F
G
- getInfo(String) - Static method in class org.ydp.db.Database
- Composes an SQL statement to find all fields relating to a particular filename.
I
- insert(Vector) - Static method in class org.ydp.db.Database
- Composes and sends an SQL statement to insert items into the database
M
- main(String[]) - Static method in class org.ydp.db.Database
- Main method used only for internal test purposes
O
- org.ydp.db - package org.ydp.db
P
Q
- query(int, int, Vector, Vector) - Static method in class org.ydp.db.Database
- Composes and sends an SQL statement to query the database
R
S
- setConnectionURL(String) - Method in class org.ydp.db.Database
- setDBName(String) - Method in class org.ydp.db.Database
- setPass(String) - Method in class org.ydp.db.Database
- setUser(String) - Method in class org.ydp.db.Database
- setup() - Static method in class org.ydp.db.Database
- sqlStatement - Static variable in class org.ydp.db.Database
- stmt - Static variable in class org.ydp.db.Database
U
- update(Vector) - Static method in class org.ydp.db.Database
- Composes and sends an SQL statement to update record indicated by values[0]
- user - Static variable in class org.ydp.db.Database
B C D F G I M O P Q R S U
|
|||||||||
| Home >> All >> org >> ydp >> [ db overview ] | PREV NEXT | ||||||||