Uses of Interface
net.sf.jaxme.sqls.Index.Name

Packages that use Index.Name
net.sf.jaxme.sqls   
net.sf.jaxme.sqls.impl   
 

Uses of Index.Name in net.sf.jaxme.sqls
 

Methods in net.sf.jaxme.sqls that return Index.Name
 Index.Name Index.getName()
          Returns the index name.
 

Methods in net.sf.jaxme.sqls with parameters of type Index.Name
 void Index.setName(Index.Name pName)
          Sets the index name.
 

Uses of Index.Name in net.sf.jaxme.sqls.impl
 

Classes in net.sf.jaxme.sqls.impl that implement Index.Name
static class IndexImpl.NameImpl
           
 

Methods in net.sf.jaxme.sqls.impl that return Index.Name
 Index.Name IndexImpl.getName()
           
 

Methods in net.sf.jaxme.sqls.impl with parameters of type Index.Name
 void IndexImpl.setName(Index.Name pName)