Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C D F G I M O P Q R S U

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

fields - Static variable in class org.ydp.db.Database
 

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

pass - Static variable in class org.ydp.db.Database
 

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

rs - Static variable in class org.ydp.db.Database
 

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