Uses of Package
com.wewebu.ow.csqlc.ast

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

Classes in com.wewebu.ow.csqlc.ast used by com.wewebu.ow.csqlc
OwBetweenPredicate
           SQL AST node : between predicate implementation.
An aggregated predicate : a greater than and less than search condition composition.
Example :
(value>2123 AND value<7789)
(value<'foo' OR value>'bar') for the negated form (not between).
OwCharacterStringLiteral
           SQL AST node : <character string literal> syntax terminal as defined by the SQL grammar.
OwColumnQualifier
           SQL AST node : query column qualifier as defined by the SQL grammar.
OwColumnReference
           SQL AST node : <column reference> syntax non-terminal as defined by the SQL grammar.
OwComparisonOperator
           The SQL comparison operator enumeration.
OwComparisonPredicate
           SQL AST node : <comparison predicate> syntax non-terminal as defined by the SQL grammar.
OwCorrelatedTableName
           SQL AST node : a table name with correlation syntax non-terminal as defined by the SQL grammar.
<table name>[[AS] <correlation name>];
OwExternal
           External information template class used in transporting external search information along the search parse tree.
OwFolderPredicateFormat
           <in folder> syntax non-terminal format.
OwFromClause
           SQL AST node : <from clause> syntax non-terminal as defined by the SQL grammar.
OwInPredicate
           SQL AST node : <in predicate> syntax non-terminal as defined by the SQL grammar.
OwLikePredicate
           SQL AST node : <like predicate> syntax non-terminal as defined by the SQL grammar.
OwLiteral
           SQL AST node : <literal> syntax terminal as defined by the SQL grammar.
OwNullPredicate
           SQL AST node : <null predicatet> syntax non-terminal as defined by the SQL grammar.
OwPredicate
           SQL AST node : <predicate> syntax non-terminal as defined by the SQL grammar.
OwPredicateFormat
           SQL standard form predicate (prefix leftOPerand operator rightOperand suffix) node configuration.
OwQuantifiedInPredicate
           SQL AST node : <quantified in predicate> based on syntax non-terminal defined by the SQL grammar.
OwQueryStatement
           SQL AST node : <query statement> syntax root non-terminal as defined by the SQL grammar.
OwSearchCondition
           SQL AST node : <search condition> syntax non-terminal as defined by the SQL grammar.
OwSelectList
           SQL AST node : <select list> syntax non-terminal as defined by the SQL grammar.
OwSignedNumericLiteral
           SQL AST node : <signed numeric literal> syntax terminal as defined by the SQL grammar.
OwSimpleTable
           SQL AST node : <simple table> syntax non-terminal as defined by the SQL grammar.
OwSQLDateTimeLiteral
           SQL AST node : <date time literal> syntax terminal as defined by the SQL grammar.
OwTextSearchPredicate
           SQL AST base node : <content based retrieval> syntax non-terminal as defined by the SQL grammar.
OwWhereClause
           SQL AST node : <where clause> syntax non-terminal as defined by the SQL grammar.
 

Classes in com.wewebu.ow.csqlc.ast used by com.wewebu.ow.csqlc.ast
OwBooleanFactor
           AST node : <boolean factor> syntax non-terminal as defined by the SQL grammar.
OwBooleanTerm
           SQL AST node : <boolean term> syntax non-terminal as defined by the SQL grammar.
OwBooleanTest
           SQL AST node : <boolean test> syntax non-terminal as defined by the SQL grammar.
OwCharacterStringLiteral
           SQL AST node : <character string literal> syntax terminal as defined by the SQL grammar.
OwColumnQualifier
           SQL AST node : query column qualifier as defined by the SQL grammar.
OwColumnReference
           SQL AST node : <column reference> syntax non-terminal as defined by the SQL grammar.
OwComparisonOperator
           The SQL comparison operator enumeration.
OwCorrelatedTableName
           SQL AST node : a table name with correlation syntax non-terminal as defined by the SQL grammar.
<table name>[[AS] <correlation name>];
OwExternal
           External information template class used in transporting external search information along the search parse tree.
OwFolderPredicateFormat
           <in folder> syntax non-terminal format.
OwFormatPredicate
           SQL standard form predicate (prefix leftOPerand operator rightOperand suffix) AST node.
OwFromClause
           SQL AST node : <from clause> syntax non-terminal as defined by the SQL grammar.
OwInValueList
           SQL AST node : <in value list> syntax non-terminal as defined by the SQL grammar.
OwJoinSpecification
           SQL AST node : <join specification> syntax non-terminal as defined by the SQL grammar.
OwJoinType
           Join type enumeration.
OwLiteral
           SQL AST node : <literal> syntax terminal as defined by the SQL grammar.
OwMergeType
           Repository merge policy type enumeration.
OwOrderByClause
           SQL AST node : <order by clause> syntax non-terminal as defined by the SQL grammar.
OwPredicate
           SQL AST node : <predicate> syntax non-terminal as defined by the SQL grammar.
OwPredicateFormat
           SQL standard form predicate (prefix leftOPerand operator rightOperand suffix) node configuration.
OwRepositoryTarget
           Targeted repository information encapsulation.
OwSearchCondition
           SQL AST node : <search condition> syntax non-terminal as defined by the SQL grammar.
OwSelectList
           SQL AST node : <select list> syntax non-terminal as defined by the SQL grammar.
OwSelectSublist
           SQL AST node : <select sublist> syntax non-terminal as defined by the SQL grammar.
OwSimpleTable
           SQL AST node : <simple table> syntax non-terminal as defined by the SQL grammar.
OwSortSpecification
           SQL AST node : <sort specification> syntax non-terminal as defined by the SQL grammar.
OwTableReference
           SQL AST node : <table reference> syntax non-terminal as defined by the SQL grammar.
OwValueExpression
           SQL AST node : <value expression> syntax non-terminal as defined by the SQL grammar.
OwWhereClause
           SQL AST node : <where clause> syntax non-terminal as defined by the SQL grammar.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.