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