Package org.israfil.sqlelements

Interface Summary
AliasedSQLElement  
Column Represents a single column from a single (physical or virtual) table.
Command  
Join Represents a single column from a single (physical or virtual) table.
ParameterizedCommand  
Query  
SQLElement  
Statement A SQLElement containing the elements of a SQL query or command
Table  
 

Class Summary
AbstractAliasedSQLElement  
AbstractCommand  
AbstractJoin Represents a single column from a single (physical or virtual) table.
AbstractParameterizedCommand  
AbstractStatement Abstract Superclass containing some shared infrastructure for queries and commands.
AbstractTable Abstract Superclass containing some shared infrastructure Table objects.
Delete  
InnerJoin A Constraint wrapper around a Join object
LeftOuterJoin Represents a single column from a single (physical or virtual) table.
LiteralColumn A simple implementation of a Column which takes a name and a table.
Select  
SelectTable A Table implementation that wraps a sub-select.
SimpleColumn A simple implementation of a Column which takes a name and a table.
SimpleTable An object representation of a simple table from which columns can be selected.
SQLParameter  
Update  
 



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