Package | Description |
---|---|
com.wewebu.ow.csqlc.ast |
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
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
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.