Uses of Package
net.sf.jaxme.sqls

Packages that use net.sf.jaxme.sqls
net.sf.jaxme.js.junit   
net.sf.jaxme.js.pattern The pattern package This package contains a set of design patterns implemented with the JaxMe JavaSource generator framework.  
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   
net.sf.jaxme.sqls.junit   
 

Classes in net.sf.jaxme.sqls used by net.sf.jaxme.js.junit
Schema
          Interface of a database schema.
SQLFactory
          A factory for generating SQL statements.
Table
          Abstract description of a table.
 

Classes in net.sf.jaxme.sqls used by net.sf.jaxme.js.pattern
Column
           
ColumnSet
          A common base interface for Index and ForeignKey.
Table
          Abstract description of a table.
 

Classes in net.sf.jaxme.sqls used by net.sf.jaxme.sqls
BooleanConstraint
           
BooleanConstraint.Type
          The type of a boolean constraint.
Column
           
Column.Name
           
Column.Type
           
ColumnReference
          Interface of a column reference.
ColumnSet
          A common base interface for Index and ForeignKey.
CombinedConstraint
           
CombinedConstraint.Type
           
ConstrainedStatement
          Interface of a Statement supporting a WHERE clause.
Constraint
          Interface of a constraint, used in a WHERE or ON condition.
DeleteStatement
           
ForeignKey
          Interface of a foreign key.
ForeignKey.Mode
           
Index
          Interface of an index declaration.
Index.Name
           
InsertStatement
          Interface of an INSERT statement.
JoinReference
          This interface allows to specify join constraints.
Schema
          Interface of a database schema.
Schema.Name
           
SelectStatement
          Interface of a SELECT statement.
SelectStatement.OrderColumn
           
SelectTableReference
          A TableReference being used in a SELECT statement.
SetStatement
          A common base interface for InsertStatement and UpdateStatement.
SQLFactory
          A factory for generating SQL statements.
SQLFactory.Ident
           
SQLGenerator
          An SQL generator.
Statement
           
Table
          Abstract description of a table.
Table.Name
           
TableReference
          A table reference is used in the Statement.
UpdateStatement
          Interface of an update statement.
Value
          An abstract value.
Value.Type
           
 

Classes in net.sf.jaxme.sqls used by net.sf.jaxme.sqls.db2
BinaryColumn
          Interface of a column with datatype Column.Type.BINARY or Column.Type.VARBINARY.
Column
           
Column.Name
           
Column.Type
           
Schema
          Interface of a database schema.
Schema.Name
           
SQLFactory
          A factory for generating SQL statements.
SQLFactory.Ident
           
SQLGenerator
          An SQL generator.
StringColumn
          Interface of a column with datatype Column.Type.CHAR or Column.Type.VARCHAR.
Table
          Abstract description of a table.
Table.Name
           
 

Classes in net.sf.jaxme.sqls used by net.sf.jaxme.sqls.hsqldb
BinaryColumn
          Interface of a column with datatype Column.Type.BINARY or Column.Type.VARBINARY.
Column
           
Column.Name
           
Column.Type
           
Schema
          Interface of a database schema.
Schema.Name
           
SQLFactory
          A factory for generating SQL statements.
SQLGenerator
          An SQL generator.
StringColumn
          Interface of a column with datatype Column.Type.CHAR or Column.Type.VARCHAR.
Table
          Abstract description of a table.
Table.Name
           
 

Classes in net.sf.jaxme.sqls used by net.sf.jaxme.sqls.impl
BinaryColumn
          Interface of a column with datatype Column.Type.BINARY or Column.Type.VARBINARY.
BooleanConstraint
           
BooleanConstraint.Type
          The type of a boolean constraint.
Column
           
Column.Name
           
Column.Type
           
ColumnReference
          Interface of a column reference.
ColumnSet
          A common base interface for Index and ForeignKey.
CombinedConstraint
           
CombinedConstraint.Type
           
ConstrainedStatement
          Interface of a Statement supporting a WHERE clause.
Constraint
          Interface of a constraint, used in a WHERE or ON condition.
DeleteStatement
           
ForeignKey
          Interface of a foreign key.
ForeignKey.ColumnLink
           
ForeignKey.Mode
           
Index
          Interface of an index declaration.
Index.Name
           
InsertStatement
          Interface of an INSERT statement.
JoinReference
          This interface allows to specify join constraints.
Schema
          Interface of a database schema.
Schema.Name
           
SelectStatement
          Interface of a SELECT statement.
SelectStatement.OrderColumn
           
SelectTableReference
          A TableReference being used in a SELECT statement.
SetStatement
          A common base interface for InsertStatement and UpdateStatement.
SetStatement.SetValue
           
SQLFactory
          A factory for generating SQL statements.
SQLFactory.Ident
           
SQLGenerator
          An SQL generator.
Statement
           
StringColumn
          Interface of a column with datatype Column.Type.CHAR or Column.Type.VARCHAR.
Table
          Abstract description of a table.
Table.Name
           
TableReference
          A table reference is used in the Statement.
UpdateStatement
          Interface of an update statement.
Value
          An abstract value.
Value.Type
           
 

Classes in net.sf.jaxme.sqls used by net.sf.jaxme.sqls.junit
SQLFactory
          A factory for generating SQL statements.
Table
          Abstract description of a table.