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