Uses of Class
com.akiban.sql.parser.TernaryOperatorNode

Packages that use TernaryOperatorNode
com.akiban.sql.parser   
com.akiban.sql.unparser   
 

Uses of TernaryOperatorNode in com.akiban.sql.parser
 

Subclasses of TernaryOperatorNode in com.akiban.sql.parser
 class LikeEscapeOperatorNode
          This node represents a like comparison operator (no escape) If the like pattern is a constant or a parameter then if possible the like is modified to include a >= and < operator.
 

Uses of TernaryOperatorNode in com.akiban.sql.unparser
 

Methods in com.akiban.sql.unparser with parameters of type TernaryOperatorNode
protected  String NodeToString.ternaryOperatorNode(TernaryOperatorNode node)
           
protected  String NodeToString.timestampFunctionNode(TernaryOperatorNode node)
           
 



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.