Uses of Interface
net.sf.jaxme.sqls.SQLFactory.Ident

Packages that use SQLFactory.Ident
net.sf.jaxme.sqls   
net.sf.jaxme.sqls.db2 DB2 support for the SQL generator This package contains some classes and interfaces enhancing the SQL generator with DB2 specific features.  
net.sf.jaxme.sqls.impl   
 

Uses of SQLFactory.Ident in net.sf.jaxme.sqls
 

Subinterfaces of SQLFactory.Ident in net.sf.jaxme.sqls
static interface Column.Name
           
static interface Index.Name
           
static interface Schema.Name
           
static interface Table.Name
           
 

Uses of SQLFactory.Ident in net.sf.jaxme.sqls.db2
 

Subinterfaces of SQLFactory.Ident in net.sf.jaxme.sqls.db2
static interface BufferPool.Name
           
static interface TableSpace.Name
           
 

Classes in net.sf.jaxme.sqls.db2 that implement SQLFactory.Ident
static class TableSpaceImpl.NameImpl
           
 

Uses of SQLFactory.Ident in net.sf.jaxme.sqls.impl
 

Classes in net.sf.jaxme.sqls.impl that implement SQLFactory.Ident
static class BooleanConstraintImpl.TypeImpl
           
static class ColumnImpl.NameImpl
           
static class ColumnImpl.TypeImpl
           
static class CombinedConstraintImpl.TypeImpl
           
static class IndexImpl.NameImpl
           
static class SchemaImpl.NameImpl
           
static class SQLFactoryImpl.IdentImpl
           
static class TableImpl.NameImpl
           
 

Methods in net.sf.jaxme.sqls.impl that return SQLFactory.Ident
 SQLFactory.Ident SQLFactoryImpl.newIdent(java.lang.String pName)