|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OwLiteral | |
|---|---|
| com.wewebu.ow.csqlc | |
| com.wewebu.ow.csqlc.ast | |
| Uses of OwLiteral in com.wewebu.ow.csqlc |
|---|
| Methods in com.wewebu.ow.csqlc that return OwLiteral | |
|---|---|
protected OwLiteral |
OwCSQLCProcessor.createDefaultLiteral(OwSearchCriteria criteria_p,
Object value_p)
|
protected OwLiteral |
OwCSQLCProcessor.createLiteral(OwSearchCriteria criteria_p,
Object value_p)
|
protected OwLiteral |
OwCSQLCProcessor.createNullLiteral()
|
| Uses of OwLiteral in com.wewebu.ow.csqlc.ast |
|---|
| Classes in com.wewebu.ow.csqlc.ast that implement OwLiteral | |
|---|---|
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. |
| Methods in com.wewebu.ow.csqlc.ast with parameters of type OwLiteral | |
|---|---|
void |
OwInValueList.addLiteral(OwLiteral literal_p)
Adds the given literal to this list of literals |
| Constructors in com.wewebu.ow.csqlc.ast with parameters of type OwLiteral | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||