|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DBWizardFactory is responsible for creating and editing Database Objects.
Method Summary | |
boolean |
canCreateDBObject(Context ctx,
Database db,
int dbObjectType)
Whether this DBWizardFactory will be able to create a new dabtabase object of a specific type in a specific context. |
boolean |
canEditDBObject(Context ctx,
Database db,
DBObject object)
Whether this DBWizardFactory will be able to edit an existing dabtabase object of a specific type in a specific context. |
boolean |
createDBObject(Context ctx,
Database db,
int dbObjectType)
Creates a new dabtabase object of a specific type in a specific context. |
boolean |
editDBObject(Context ctx,
Database db,
DBObject object)
Edits an existing dabtabase object of a specific type in a specific context. |
Method Detail |
public boolean canCreateDBObject(Context ctx, Database db, int dbObjectType)
ctx
- The context of the current selectiondb
- The Database instance to create the object inDatabaseObjectType
public boolean createDBObject(Context ctx, Database db, int dbObjectType)
ctx
- The context of the current selectiondb
- The Database instance to create the object in
DatabaseObjectType
public boolean canEditDBObject(Context ctx, Database db, DBObject object)
ctx
- The context of the current selectiondb
- The Database instance to create the object inpublic boolean editDBObject(Context ctx, Database db, DBObject object)
ctx
- The context of the current selectiondb
- The Database instance to create the object in
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.