|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OwTableReference | |
|---|---|
| com.wewebu.ow.csqlc.ast | |
| Uses of OwTableReference in com.wewebu.ow.csqlc.ast |
|---|
| Classes in com.wewebu.ow.csqlc.ast that implement OwTableReference | |
|---|---|
class |
OwCorrelatedTableName
SQL AST node : a table name with correlation syntax non-terminal as defined by the SQL grammar. <table name>[[AS] <correlation name>]; |
class |
OwJoinedTable
SQL AST node : <joined table> syntax non-terminal as defined by the SQL grammar. |
| Constructors in com.wewebu.ow.csqlc.ast with parameters of type OwTableReference | |
|---|---|
OwFromClause(OwTableReference tableReference_p)
Constructor |
|
OwJoinedTable(OwTableReference tableReference1_p,
OwJoinType joinType_p,
OwTableReference tableReference2_p,
OwJoinSpecification joinSpecification_p)
Constructor |
|
OwJoinedTable(OwTableReference tableReference1_p,
OwTableReference tableReference2_p,
OwJoinSpecification joinSpecification_p)
Constructor - default join type |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||