org.israfil.sqlelements
Interface Query
- All Superinterfaces:
- java.lang.Cloneable, SQLElement, Statement
- All Known Implementing Classes:
- Select
public interface Query
- extends Statement
- Version:
- $Revision: 25 $
- Author:
- Christian Edward Gruber , Latest: $Author: cgruber $
getColumns
java.util.List<Column> getColumns()
getTables
java.util.Set<Table> getTables()
hasJoins
boolean hasJoins()
getJoinConstraints
java.util.Set<Constraint> getJoinConstraints()
getJoins
java.util.Set<Join> getJoins()
Copyright 2005-2005-2006 null. All Rights Reserved.