net.sf.dewdrop.sqlml
Class Sqlml

java.lang.Object
  extended bynet.sf.dewdrop.sqlml.SqlmlComponent
      extended bynet.sf.dewdrop.sqlml.Sqlml

public class Sqlml
extends SqlmlComponent

Object binding of the <sqlml> xml element.

Author:
Les A. Hazlewood

Field Summary
protected  List components
           
 
Fields inherited from class net.sf.dewdrop.sqlml.SqlmlComponent
indentLevel, logger
 
Constructor Summary
Sqlml()
           
 
Method Summary
 void add(SqlmlComponent c)
           
 List getComponents()
           
 Schema getSchema()
           
 void onWriteSql(Writer out, Configuration cfg)
           
 
Methods inherited from class net.sf.dewdrop.sqlml.SqlmlComponent
equals, getIndentLevel, i18n, i18n, i18n, setIndentLevel, toSql, toSql, toSql, toString, writeSql, writeSql, writeSql
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

components

protected List components
Constructor Detail

Sqlml

public Sqlml()
Method Detail

getComponents

public List getComponents()

add

public void add(SqlmlComponent c)

getSchema

public Schema getSchema()

onWriteSql

public void onWriteSql(Writer out,
                       Configuration cfg)
Specified by:
onWriteSql in class SqlmlComponent