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

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

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

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

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

Methods in org.ow2.jonas.lib.ejb21.sql with parameters of type ASTLikeExpression
 Object EjbqlAbstractVisitor.visit(ASTLikeExpression node, Object data)
          null implementation of the visit method for the corresponding parameter type
 Object EjbqlVariableVisitor.visit(ASTLikeExpression node, Object data)
          visit child nodes
 Object EjbqlQueryFilterVisitor.visit(ASTLikeExpression node, Object data)
          Push corresponding Expression to the stack.
like_expression ::= cmp_path_expression [ NOT ] LIKE pattern_value [ ESCAPE escape_character ]
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.