Uses of Interface
org.israfil.sqlelements.AliasedSQLElement

Packages that use AliasedSQLElement
org.israfil.sqlelements   
 

Uses of AliasedSQLElement in org.israfil.sqlelements
 

Subinterfaces of AliasedSQLElement in org.israfil.sqlelements
 interface Column
          Represents a single column from a single (physical or virtual) table.
 interface Table
           
 

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



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