Package | Description |
---|---|
com.wewebu.ow.csqlc | |
com.wewebu.ow.csqlc.ast |
Modifier and Type | Method and Description |
---|---|
protected OwLiteral |
OwCSQLCProcessor.createDefaultLiteral(OwSearchCriteria criteria_p,
Object value_p) |
protected OwLiteral |
OwCSQLCProcessor.createLiteral(OwSearchCriteria criteria_p,
Object value_p) |
protected OwLiteral |
OwCSQLCProcessor.createNullLiteral() |
Modifier and Type | Class and Description |
---|---|
class |
OwCharacterStringLiteral
SQL AST node : <character string literal> syntax terminal as defined by the SQL grammar.
|
class |
OwNullLiteral
SQL AST node : an invalid/missing literal implementation.
|
class |
OwSignedNumericLiteral
SQL AST node : <signed numeric literal> syntax terminal as defined by the SQL grammar.
|
class |
OwSQLDateTimeLiteral
SQL AST node : <date time literal> syntax terminal as defined by the SQL grammar.
|
class |
OwStringImageLiteral
SQL AST node : undefined data type literal implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
OwInValueList.addLiteral(OwLiteral literal_p)
Adds the given literal to this list of literals
|
Constructor and Description |
---|
OwBetweenPredicate(OwColumnReference columnReference_p,
OwLiteral value1_p,
OwLiteral value2_p) |
OwBetweenPredicate(OwColumnReference columnReference_p,
OwLiteral value1_p,
OwLiteral value2_p,
boolean negate_p) |
OwComparisonPredicate(OwValueExpression valueExpression_p,
OwComparisonOperator operator_p,
OwLiteral literal_p) |
OwQuantifiedComparisonPredicate(OwLiteral comparisonLiteral_p,
OwColumnReference columnReference_p,
boolean negated_p,
OwPredicateFormat format_p)
Constructor
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.