Uses of Class
net.sf.dewdrop.sqlml.Column

Packages that use Column
net.sf.dewdrop.sqlml   
net.sf.dewdrop.sqlml.xml   
 

Uses of Column in net.sf.dewdrop.sqlml
 

Methods in net.sf.dewdrop.sqlml that return Column
 Column Table.getColumn(String columnName)
          Returns the table with a name of columnName.
 

Methods in net.sf.dewdrop.sqlml with parameters of type Column
 void Table.addColumn(Column column)
           
 

Uses of Column in net.sf.dewdrop.sqlml.xml
 

Methods in net.sf.dewdrop.sqlml.xml with parameters of type Column
 void SqlmlHandler.validate(Column col)