com.redhat.persistence.pdl
Class DDLWriter

java.lang.Object
  extended bycom.redhat.persistence.pdl.DDLWriter
Direct Known Subclasses:
DDLWriter

public class DDLWriter
extends Object

DDLWriter

Version:
$Revision: #7 $ $Date: 2004/04/07 $
Author:
rhs@mit.edu

Field Summary
static String versionId
           
 
Constructor Summary
DDLWriter(File base, Set files)
           
DDLWriter(File base, Set files, boolean overwrite)
           
DDLWriter(String base, Set files)
           
DDLWriter(String base, Set files, boolean overwrite)
           
 
Method Summary
 void setTestPDL(boolean isTestPDL)
           
 void write(Collection tables)
           
 void write(Root root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

DDLWriter

public DDLWriter(String base,
                 Set files)

DDLWriter

public DDLWriter(String base,
                 Set files,
                 boolean overwrite)

DDLWriter

public DDLWriter(File base,
                 Set files)

DDLWriter

public DDLWriter(File base,
                 Set files,
                 boolean overwrite)
Method Detail

setTestPDL

public void setTestPDL(boolean isTestPDL)

write

public void write(Root root)
           throws IOException
Throws:
IOException

write

public void write(Collection tables)
           throws IOException
Throws:
IOException


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC