Uses of Interface
org.israfil.sqlelements.Table

Packages that use Table
org.israfil.sqlelements   
org.israfil.sqlelements.render   
 

Uses of Table in org.israfil.sqlelements
 

Classes in org.israfil.sqlelements that implement Table
 class AbstractTable
          Abstract Superclass containing some shared infrastructure Table objects.
 class SelectTable
          A Table implementation that wraps a sub-select.
 class SimpleTable
          An object representation of a simple table from which columns can be selected.
 

Fields in org.israfil.sqlelements declared as Table
protected  Table AbstractCommand.table
           
protected  Table Delete.table
           
protected  Table SimpleColumn.table
           
 

Methods in org.israfil.sqlelements that return Table
 Table AbstractCommand.getTable()
           
 Table Column.getTable()
           
 Table Command.getTable()
           
 Table Delete.getTable()
           
 Table LiteralColumn.getTable()
           
 Table SimpleColumn.getTable()
           
 

Methods in org.israfil.sqlelements that return types with arguments of type Table
 java.util.Set<Table> Query.getTables()
           
 java.util.Set<Table> Select.getTables()
           
 

Methods in org.israfil.sqlelements with parameters of type Table
static SimpleColumn[] SimpleColumn.createColumns(Table table, java.lang.String... names)
          Convenience method to create batches of SimpleColumns from an array of names.
 

Constructors in org.israfil.sqlelements with parameters of type Table
Delete(Table table, Constraint constraint)
           
InnerJoin(java.lang.String columnName, Table left, Table right)
          This constructor creates an InnerJoin based on a column of the same name that occurs in two tables - specifically where they are equal.
LeftOuterJoin(java.lang.String columnName, Table left, Table right)
           
SimpleColumn(Table table, java.lang.String colName)
          Constructs a Column implementation instance
SimpleColumn(Table table, java.lang.String colName, java.lang.String alias)
          Constructs a Column implementation instance
 

Uses of Table in org.israfil.sqlelements.render
 

Fields in org.israfil.sqlelements.render with type parameters of type Table
protected  java.util.Map<Table,java.lang.String> SQLRenderContext.aliases
           
 

Methods in org.israfil.sqlelements.render with parameters of type Table
 java.lang.String SQLRenderContext.getAlias(Table table)
           
 



Copyright 2005-2005-2006 null. All Rights Reserved.