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

Packages that use Schema.Name
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.hsqldb HsqlDb support for the SQL generator This package contains some classes and interfaces enhancing the SQL generator with HsqlDb specific features.  
net.sf.jaxme.sqls.impl   
 

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

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

Methods in net.sf.jaxme.sqls with parameters of type Schema.Name
 Schema SQLFactory.newSchema(Schema.Name pName)
          Creates a new Schema with the given name.
 Schema SQLFactory.getSchema(Schema.Name pName)
          Returns the schema with the given name or null, if no such schema exists.
 Schema SQLFactory.getSchema(java.sql.Connection pConnection, Schema.Name pName)
          Reads the schema named pName from the database.
 

Uses of Schema.Name in net.sf.jaxme.sqls.db2
 

Methods in net.sf.jaxme.sqls.db2 with parameters of type Schema.Name
 Schema DB2SQLFactoryImpl.newSchemaImpl(Schema.Name pName)
           
 

Constructors in net.sf.jaxme.sqls.db2 with parameters of type Schema.Name
DB2SchemaImpl(SQLFactory pFactory, Schema.Name pName)
           
 

Uses of Schema.Name in net.sf.jaxme.sqls.hsqldb
 

Methods in net.sf.jaxme.sqls.hsqldb with parameters of type Schema.Name
 Schema HsqlDbSQLFactoryImpl.newSchemaImpl(Schema.Name pName)
           
 

Constructors in net.sf.jaxme.sqls.hsqldb with parameters of type Schema.Name
HsqlDbSchemaImpl(SQLFactory pFactory, Schema.Name pName)
           
 

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

Classes in net.sf.jaxme.sqls.impl that implement Schema.Name
static class SchemaImpl.NameImpl
           
 

Methods in net.sf.jaxme.sqls.impl that return Schema.Name
 Schema.Name SchemaImpl.getName()
           
 

Methods in net.sf.jaxme.sqls.impl with parameters of type Schema.Name
 Schema SQLFactoryImpl.newSchema(Schema.Name pName)
           
 Schema SQLFactoryImpl.getSchema(Schema.Name pName)
           
protected  Schema SQLFactoryImpl.newSchemaImpl(Schema.Name pName)
           
 Schema SQLFactoryImpl.getSchema(java.sql.Connection pConn, Schema.Name pName)
           
 

Constructors in net.sf.jaxme.sqls.impl with parameters of type Schema.Name
SchemaImpl(SQLFactory pFactory, Schema.Name pName)
          Creates a new instance of SchemaImpl.