|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.database.DBSystem
planetj.database.DB2DBSystem
Insert the type's description here. Creation date: (11/29/2002 1:17:00 PM)
Field Summary | |
static java.lang.String |
LOCAL_DRIVER
Local db2 driver |
static java.lang.String |
REMOTE_DRIVER
Remote db2 driver |
Method Summary | |
java.lang.Object |
correctDatabaseObject(java.lang.Object object,
int datatype)
Returns an object of the appropriate type for insertion into the database. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String REMOTE_DRIVER
public static final java.lang.String LOCAL_DRIVER
Method Detail |
public java.lang.Object correctDatabaseObject(java.lang.Object object, int datatype)
correctDatabaseObject
in class DBSystem
object
- The object to be inserted into the databasedatatype
- The datatype of the database field
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |