net.sf.dewdrop.sqlml
Class NotNull

java.lang.Object
  extended bynet.sf.dewdrop.sqlml.SqlmlComponent
      extended bynet.sf.dewdrop.sqlml.SchemaComponent
          extended bynet.sf.dewdrop.sqlml.Constraint
              extended bynet.sf.dewdrop.sqlml.NotNull

public class NotNull
extends Constraint


Field Summary
 
Fields inherited from class net.sf.dewdrop.sqlml.Constraint
columnRefs, directive, inline
 
Fields inherited from class net.sf.dewdrop.sqlml.SchemaComponent
description, name
 
Fields inherited from class net.sf.dewdrop.sqlml.SqlmlComponent
indentLevel, logger
 
Constructor Summary
NotNull()
           
 
Method Summary
 void onWriteSql(Writer out, Configuration cfg)
           
 
Methods inherited from class net.sf.dewdrop.sqlml.Constraint
addColumnRef, equals, getColumnRefs, getDirective, isComplex, isInline, setDirective, setInline
 
Methods inherited from class net.sf.dewdrop.sqlml.SchemaComponent
getDescription, getName, setDescription, setName
 
Methods inherited from class net.sf.dewdrop.sqlml.SqlmlComponent
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
 

Constructor Detail

NotNull

public NotNull()
Method Detail

onWriteSql

public void onWriteSql(Writer out,
                       Configuration cfg)
Specified by:
onWriteSql in class SqlmlComponent
See Also:
SqlmlComponent.writeSql(java.io.Writer)