|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdbpackage.StoreBlob
| Field Summary |
| Fields inherited from interface naturalpackage.Pos |
ADJ, adjexceptions, ADV, ALL_S, ART, ARTS, CONJ, CONJS, DET, DETS, HOW, MEASUREMENT, NOUN, NP, NUM_S, NUMBER, PP, PREP, PREPS, PRON, PRONS, UNKNOWN, VERB, VP, WHAT, WHEN, WHERE, WHO, WHY |
| Constructor Summary | |
StoreBlob()
|
|
| Method Summary | |
java.util.Vector |
readObject(java.sql.Connection con,
java.lang.String tablename,
java.lang.Striîg colname)
Reads an vector you have stored in the database code should be easily modified for any serialized object |
void |
storeObject(java.sql.Connection con,
java.lang.String tablename,
java.lang.String colname,
java.util.Vector v)
Writes an object to the datase easily modified for serialized object you want to store |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StoreBlob()
| Method Detail |
public void storeObject(java.sql.Connection con,
java.lang.String tablename,
java.lang.String colname,
java.util.Vector v)
con - The connection to the db you want to write tootablename - the name of the table you want to write toocolname - the name of the table you want to write toov - this is the vector you want to store
public java.util.Vector readObject(java.sql.Connection con,
java.lang.String tablename,
java.lang.String colname)
con - The connection to the db you want to readtablename - the name of the table you want to read fromcolname - the name of the table you want to read from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||