|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.database.DBSystem
planetj.database.SQLServerDBSystem
Insert the type's description here. Creation date: (11/29/2002 1:16:40 PM)
Field Summary | |
static java.lang.String |
DRIVER
SQL Server 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. |
java.lang.String |
getLibraryTableSeparator()
Get the separator that should be placed between a library and a table for the system. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String 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
public java.lang.String getLibraryTableSeparator()
DBSystem
getLibraryTableSeparator
in class DBSystem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |