Uses of Interface
net.sf.jaxme.sqls.SelectStatement.OrderColumn

Packages that use SelectStatement.OrderColumn
net.sf.jaxme.sqls   
net.sf.jaxme.sqls.impl   
 

Uses of SelectStatement.OrderColumn in net.sf.jaxme.sqls
 

Methods in net.sf.jaxme.sqls with parameters of type SelectStatement.OrderColumn
 void SelectStatement.addOrderColumn(SelectStatement.OrderColumn pColumn)
          Adds a column to the ORDER BY clause.
 

Uses of SelectStatement.OrderColumn in net.sf.jaxme.sqls.impl
 

Classes in net.sf.jaxme.sqls.impl that implement SelectStatement.OrderColumn
static class SelectStatementImpl.OrderColumnImpl
           
 

Methods in net.sf.jaxme.sqls.impl with parameters of type SelectStatement.OrderColumn
 void SelectStatementImpl.addOrderColumn(SelectStatement.OrderColumn pColumn)