Package | Description |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.csqlc.ast |
Modifier and Type | Method and Description |
---|---|
protected OwSimpleTable |
OwCSQLCProcessor.createSimpleTable(OwSelectList selectList,
OwFromClause fromClause,
OwWhereClause where)
(overridable)
Factory method for OwSimpleTable object, which represents a SQL-statement object.
|
Modifier and Type | Class and Description |
---|---|
class |
OwCompoundSelectList
SQL AST node : an container of <select list>s implementation of the
<select list> syntax non-terminal as defined by the SQL grammar.
|
class |
OwSelectAll
SQL AST node : an select all (egg.
|
class |
OwSelectSublist
SQL AST node : <select sublist> syntax non-terminal as defined by the SQL grammar.
|
Modifier and Type | Method and Description |
---|---|
OwSelectList |
OwSimpleTable.getSelectList() |
Constructor and Description |
---|
OwSimpleTable(OwSelectList selectList_p,
OwFromClause fromClause_p)
Constructor
|
OwSimpleTable(OwSelectList selectList_p,
OwFromClause fromClause_p,
Integer maxRows)
Constructor
|
OwSimpleTable(OwSelectList selectList_p,
OwFromClause fromClause_p,
OwWhereClause whereClause_p)
Constructor
|
OwSimpleTable(OwSelectList selectList_p,
OwFromClause fromClause_p,
OwWhereClause whereClause_p,
Integer maxRows)
Constructor
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.