Package org.jparsec.examples.sql.ast
Interface Relation
-
- All Known Implementing Classes:
AliasedRelation
,CrossJoinRelation
,JoinRelation
,Select
,TableRelation
,UnionRelation
public interface Relation
Models a relation such as a select statement, or a table.