Uses of Interface
com.wewebu.ow.csqlc.ast.OwSelectList

Packages that use OwSelectList
com.wewebu.ow.csqlc   
com.wewebu.ow.csqlc.ast   
 

Uses of OwSelectList in com.wewebu.ow.csqlc
 

Methods in com.wewebu.ow.csqlc with parameters of type OwSelectList
protected  OwSimpleTable OwCSQLCProcessor.createSimpleTable(OwSelectList selectList, OwFromClause fromClause, OwWhereClause where)
          (overridable) Factory method for OwSimpleTable object, which represents a SQL-statement object.
 

Uses of OwSelectList in com.wewebu.ow.csqlc.ast
 

Classes in com.wewebu.ow.csqlc.ast that implement OwSelectList
 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.
 

Methods in com.wewebu.ow.csqlc.ast that return OwSelectList
 OwSelectList OwSimpleTable.getSelectList()
           
 

Constructors in com.wewebu.ow.csqlc.ast with parameters of type OwSelectList
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 © 2013 Alfresco Business Solutions. All Rights Reserved.