org.sql.generation.api.grammar.query.joins
Interface CrossJoinedTable

All Superinterfaces:
JoinedTable, NonBooleanExpression, QueryExpressionBody, TableReference, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface CrossJoinedTable
extends JoinedTable

This syntax element represents the cross join (CROSS JOIN between two tables.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.QueryExpressionBody
QueryExpressionBody.EmptyQueryExpressionBody
 
Method Summary
 
Methods inherited from interface org.sql.generation.api.grammar.query.joins.JoinedTable
getLeft, getRight
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 
Methods inherited from interface org.sql.generation.api.grammar.query.TableReference
asTypeable
 



Copyright © 2010-2011. All Rights Reserved.