|
NAMECQL::NotNode - represents a NOT node in a CQL parse treeSYNOPSISuse CQL::NotNode; my $node = CQL::NotNode->new( left => $left, right => $right ); DESCRIPTIONCQL::NotNode inherits from CQL::BooleanNode, where you'll find most of the functionality.
Visit the GSP FreeBSD Man Page Interface. |