|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.javatools.db.AbstractDBObjectBuilder
| Constructor Summary | |
protected |
AbstractDBObjectBuilder(AbstractDBObjectProvider pro,
java.lang.String type)
|
| Method Summary | |
void |
buildObject(SchemaObject object)
Requests that the specified object be completed. |
abstract SchemaObject |
createObject(java.lang.String name,
Schema schema,
DBObjectID id)
Requests the creation of a new SchemaObject of the type built by this DBObjectBuilder instance. |
protected java.lang.String |
getObjectType()
|
protected void |
sqlTrace(java.lang.String query,
java.lang.Object[] params)
Tracing method to print out SQL that is about to be executed against the db. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected AbstractDBObjectBuilder(AbstractDBObjectProvider pro,
java.lang.String type)
| Method Detail |
protected void sqlTrace(java.lang.String query,
java.lang.Object[] params)
protected java.lang.String getObjectType()
public abstract SchemaObject createObject(java.lang.String name,
Schema schema,
DBObjectID id)
DBObjectBuilderDBObjectBuilder instance.
createObject in interface DBObjectBuildername - The name of the new objectschema - The schema containing the new objectid - the DBObjectID for the new object
public void buildObject(SchemaObject object)
throws DBException
DBObjectBuilder
buildObject in interface DBObjectBuilderobject - The object needing building
DBException - if an error occurs trying to build the object
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.