| Interface | Description |
|---|---|
| OwLiteral |
SQL AST node : <literal> syntax 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.
|
| 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.
|
| Class | Description |
|---|---|
| OwANDBooleanTerm |
SQL AST node : AND operator implementation of the <boolean term> syntax non-terminal as defined by the SQL grammar.
|
| 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). |
| 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.
|
| OwComparisonPredicate |
SQL AST node : <comparison predicate> syntax non-terminal as defined by the SQL grammar.
|
| OwCompoundSelectList |
SQL AST node : an container of <select list>s implementation of the
<select list> 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<I> |
External information template class used in transporting external search information along the
search parse tree.
|
| OwFolderPredicate |
SQL AST node : <in folder> syntax non-terminal as defined by the SQL grammar.
|
| 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.
|
| OwFunctionFolderFormat |
<in folder> syntax non-terminal function format(e.g.
|
| OwInPredicate |
SQL AST node : <in predicate> 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.
|
| OwJoinedTable |
SQL AST node : <joined table> syntax non-terminal as defined by the SQL grammar.
|
| OwJoinSpecification |
SQL AST node : <join specification> syntax non-terminal as defined by the SQL grammar.
|
| OwLikePredicate |
SQL AST node : <like predicate> syntax non-terminal as defined by the SQL grammar.
|
| OwNOTBooleanFactor |
SQL AST node : NOT operator implementation of the <boolean factor> syntax non-terminal as defined by the SQL grammar.
|
| OwNullLiteral |
SQL AST node : an invalid/missing literal implementation.
|
| OwNullPredicate |
SQL AST node : <null predicatet> syntax non-terminal as defined by the SQL grammar.
|
| OwOperandFolderFormat |
<in folder> syntax non-terminal operand based format(e.g.
|
| OwOrderByClause |
SQL AST node : <order by clause> syntax non-terminal as defined by the SQL grammar.
|
| OwORSearchCondition |
SQL AST node : OR operator implementation of the <search condition> 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.
|
| OwQuantifiedComparisonPredicate |
SQL AST node : <quantified comparison predicate> based on syntax non-terminal
defined by the SQL grammar.
|
| 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.
|
| OwRepositoryTarget |
Targeted repository information encapsulation.
|
| OwSearchConditionBooleanTest |
SQL AST node : sub search condition embedding
<boolean term>:='(' <search condition> ')' syntax non-terminal as defined by the SQL grammar. |
| OwSearchConditionPredicate |
Search condition wrapping predicate.
|
| OwSelectAll |
SQL AST node : an select all (egg.
|
| OwSelectSublist |
SQL AST node : <select sublist> 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.
|
| OwSortSpecification |
SQL AST node : <sort specification> syntax non-terminal as defined by the SQL grammar.
|
| OwSQLDateTimeLiteral |
SQL AST node : <date time literal> syntax terminal as defined by the SQL grammar.
|
| OwStringImageLiteral |
SQL AST node : undefined data type literal implementation.
|
| OwTextSearchPredicate |
SQL AST base node : <content based retrieval> syntax non-terminal as defined by the SQL grammar.
|
| OwUndefinedPredicate |
SQL AST node : undefined predicate implementation.
|
| OwWhereClause |
SQL AST node : <where clause> syntax non-terminal as defined by the SQL grammar.
|
| OwXBooleanFactor |
SQL AST node : external class based boolean factor - used in multiple class search templates .
|
| Enum | Description |
|---|---|
| OwComparisonOperator |
The SQL comparison operator enumeration.
|
| OwJoinType |
Join type enumeration.
|
| OwMergeType |
Repository merge policy type enumeration.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.