Uses of Class
org.ow2.jonas.deployment.ejb.ejbql.ASTFunctionsReturningStrings

Packages that use ASTFunctionsReturningStrings
org.ow2.jonas.deployment.ejb.ejbql   
org.ow2.jonas.lib.ejb21.sql   
 

Uses of ASTFunctionsReturningStrings in org.ow2.jonas.deployment.ejb.ejbql
 

Methods in org.ow2.jonas.deployment.ejb.ejbql with parameters of type ASTFunctionsReturningStrings
 Object EJBQLVisitor.visit(ASTFunctionsReturningStrings node, Object data)
           
 

Uses of ASTFunctionsReturningStrings in org.ow2.jonas.lib.ejb21.sql
 

Methods in org.ow2.jonas.lib.ejb21.sql with parameters of type ASTFunctionsReturningStrings
 Object EjbqlAbstractVisitor.visit(ASTFunctionsReturningStrings node, Object data)
          null implementation of the visit method for the corresponding parameter type
 Object EjbqlVariableVisitor.visit(ASTFunctionsReturningStrings node, Object data)
          visit child nodes
 Object EjbqlQueryFilterVisitor.visit(ASTFunctionsReturningStrings node, Object data)
          visit child nodes Push corresponding Expression to the stack.
functions_returning_strings ::= CONCAT (string_expression, string_expression) | SUBSTRING (string_expression,arithmetic_expression,arithmetic_expression)
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.