Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.query.sql.model.Literal

Packages that use Literal
org.nuxeo.ecm.core.query.sql.model   
 

Uses of Literal in org.nuxeo.ecm.core.query.sql.model
 

Subclasses of Literal in org.nuxeo.ecm.core.query.sql.model
 class BooleanLiteral
          Boolean literal.
 class DateLiteral
           
 class DoubleLiteral
           
 class IntegerLiteral
           
 class StringLiteral
           
 

Methods in org.nuxeo.ecm.core.query.sql.model that return Literal
 Literal SelectClause.getLiteral(int i)
           
 Literal SelectClause.getLiteral(String alias)
           
 

Methods in org.nuxeo.ecm.core.query.sql.model with parameters of type Literal
 void IVisitor.visitLiteral(Literal node)
           
 void DefaultQueryVisitor.visitLiteral(Literal node)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.