org.enableit.db.darrt
Class GenericDDLImpl

java.lang.Object
  |
  +--org.enableit.db.darrt.AbstractDDLGenerator
        |
        +--org.enableit.db.darrt.GenericDDLImpl

Deprecated. Cannot fulfil requirements such as functions. Use DDLFactory to obtain the correct DeclarativeDDLGenerator.

public class GenericDDLImpl
extends AbstractDDLGenerator

Author:
tim.stephenson@enableit.org

Field Summary
static java.lang.String GENERIC
          Deprecated. Key used to obtain the generic DDLGenerator.
 
Fields inherited from class org.enableit.db.darrt.AbstractDDLGenerator
EOL
 
Constructor Summary
GenericDDLImpl()
          Deprecated. Default constructor.
 
Method Summary
 java.util.List getCreate(java.lang.Object dataObject)
          Deprecated. Create a database object that does not currently exist.
 java.util.List getModify(org.enableit.db.darrt.beans.DiffData diff)
          Deprecated.  
 java.lang.String getName()
          Deprecated. Return the name of this DDLGenerator.
 
Methods inherited from class org.enableit.db.darrt.AbstractDDLGenerator
getCreateIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERIC

public static final java.lang.String GENERIC
Deprecated. 
Key used to obtain the generic DDLGenerator.

See Also:
Constant Field Values
Constructor Detail

GenericDDLImpl

public GenericDDLImpl()
Deprecated. 
Default constructor.

Method Detail

getName

public java.lang.String getName()
Deprecated. 
Return the name of this DDLGenerator.


getCreate

public java.util.List getCreate(java.lang.Object dataObject)
Deprecated. 
Create a database object that does not currently exist.

Parameters:
dataObject - Java representation of the data object to create.
Returns:
List of DDL statements (String type).

getModify

public java.util.List getModify(org.enableit.db.darrt.beans.DiffData diff)
Deprecated. 
Parameters:
diff -
Returns:
List of DDL statements (String type).


Copyright © 1999-2004 enableIT.org. All Rights Reserved.