Extension SDK 9.0.5

oracle.jdeveloper.cm.ds.db
Class AbstractDDLGenerator

java.lang.Object
  extended byoracle.jdeveloper.cm.ds.db.AbstractDDLGenerator
All Implemented Interfaces:
DDLGenerator

public abstract class AbstractDDLGenerator
extends java.lang.Object
implements DDLGenerator

All the DDL generators extend this class. This class contains methods common to all the DDL generators

Since:
9.0.5

Constructor Summary
AbstractDDLGenerator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.jdeveloper.cm.ds.db.DDLGenerator
getCreateDDL, getCreateDDL, getDeleteDDL, getUpdateDDL
 

Constructor Detail

AbstractDDLGenerator

public AbstractDDLGenerator()

Extension SDK

 

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