Uses of Class
org.plasma.query.model.NullLiteral

Packages that use NullLiteral
org.plasma.query.model PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
org.plasma.query.visitor   
org.plasma.sdo.access.provider.common   
 

Uses of NullLiteral in org.plasma.query.model
 

Fields in org.plasma.query.model declared as NullLiteral
protected  NullLiteral Term.nullLiteral
           
 

Methods in org.plasma.query.model that return NullLiteral
 NullLiteral ObjectFactory.createNullLiteral()
          Create an instance of NullLiteral
 NullLiteral Term.getNullLiteral()
          Gets the value of the nullLiteral property.
 

Methods in org.plasma.query.model with parameters of type NullLiteral
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.
 

Constructors in org.plasma.query.model with parameters of type NullLiteral
Expression(Property prop, RelationalOperator oper, NullLiteral lit)
           
Term(NullLiteral literal)
           
 

Uses of NullLiteral in org.plasma.query.visitor
 

Methods in org.plasma.query.visitor with parameters of type NullLiteral
 void QueryVisitor.end(NullLiteral literal)
           
 void DefaultQueryVisitor.end(NullLiteral nullLiteral)
           
 void QueryVisitor.start(NullLiteral literal)
           
 void DefaultQueryVisitor.start(NullLiteral nullLiteral)
           
 

Uses of NullLiteral in org.plasma.sdo.access.provider.common
 

Methods in org.plasma.sdo.access.provider.common with parameters of type NullLiteral
 void SQLQueryFilterAssembler.start(NullLiteral nullLiteral)
           
 



Copyright © 2013. All Rights Reserved.