NAME
CQL::Node - base class for nodes in a CQL parse tree
SYNOPSIS
n/a
DESCRIPTION
All the CQL node classes inherit from CQL::Node. CQL::Node essentially gurantees that its children implement the toCQL() method.
CQL::Node - base class for nodes in a CQL parse tree
n/a
All the CQL node classes inherit from CQL::Node. CQL::Node essentially gurantees that its children implement the toCQL() method.