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

Packages that use UnaryLogicalOperatorNode
com.akiban.sql.compiler   
com.akiban.sql.parser   
 

Uses of UnaryLogicalOperatorNode in com.akiban.sql.compiler
 

Methods in com.akiban.sql.compiler with parameters of type UnaryLogicalOperatorNode
protected  DataTypeDescriptor TypeComputer.unaryLogicalOperatorNode(UnaryLogicalOperatorNode node)
           
 

Uses of UnaryLogicalOperatorNode in com.akiban.sql.parser
 

Subclasses of UnaryLogicalOperatorNode in com.akiban.sql.parser
 class NotNode
          A NotNode represents a NOT operator.
 class TestConstraintNode
          A TestConstraintNode is used to determine when a constraint has been violated.
 



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