Extension SDK 10.1.2


oracle.jdeveloper.cm.ds.db
Class JdbcViewBuilder

java.lang.Object
  extended byoracle.jdeveloper.cm.ds.db.AbstractDBObjectBuilder
      extended byoracle.jdeveloper.cm.ds.db.DMDBuilder
          extended byoracle.jdeveloper.cm.ds.db.JdbcRelationBuilder
              extended byoracle.jdeveloper.cm.ds.db.JdbcViewBuilder

All Implemented Interfaces:
DBObjectBuilder

public class JdbcViewBuilder
extends JdbcRelationBuilder

Constructor Summary
JdbcViewBuilder(JdbcDatabase db, java.lang.String catalog, boolean useSchema)

Method Summary
protected Relation createRelation(Schema schema, java.lang.String name)

Methods inherited from class oracle.jdeveloper.cm.ds.db.JdbcRelationBuilder
buildObjectImpl, fillInColumns, fillInConstraints, fillInObject

Methods inherited from class oracle.jdeveloper.cm.ds.db.DMDBuilder
buildObject, buildObject, getCatalog, getConnection, getDatabase, isUseSchema, listObjects

Methods inherited from class oracle.jdeveloper.cm.ds.db.AbstractDBObjectBuilder
getObjectType, getTimestamp

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

JdbcViewBuilder

public JdbcViewBuilder(JdbcDatabase db,
                       java.lang.String catalog,
                       boolean useSchema)

Method Detail

createRelation

protected Relation createRelation(Schema schema,
                                  java.lang.String name)
Specified by:
createRelation in class JdbcRelationBuilder

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.