| Package | Description |
|---|---|
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| org.plasma.query.visitor | |
| org.plasma.sdo.access.provider.common |
| Modifier and Type | Field and Description |
|---|---|
protected NullLiteral |
Term.nullLiteral |
| Modifier and Type | Method and Description |
|---|---|
NullLiteral |
ObjectFactory.createNullLiteral()
Create an instance of
NullLiteral |
NullLiteral |
Term.getNullLiteral()
Gets the value of the nullLiteral property.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.eq(Property prop,
NullLiteral literal)
Returns an expression where the given property is equal to to the
given null-literal.
|
static Expression |
Expression.ne(Property prop,
NullLiteral literal)
Returns an expression where the given property is not equal to to
the given null-literal.
|
void |
Term.setNullLiteral(NullLiteral value)
Sets the value of the nullLiteral property.
|
| Constructor and Description |
|---|
Expression(Property prop,
RelationalOperator oper,
NullLiteral lit) |
Term(NullLiteral literal) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryVisitor.end(NullLiteral literal) |
void |
DefaultQueryVisitor.end(NullLiteral nullLiteral) |
void |
QueryVisitor.start(NullLiteral literal) |
void |
DefaultQueryVisitor.start(NullLiteral nullLiteral) |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLQueryFilterAssembler.start(NullLiteral nullLiteral) |
Copyright © 2021. All rights reserved.