The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CQL::TermNode - represents a terminal Node in a CQL Parse Tree

SYNOPSIS

DESCRIPTION

CQL::TermNode represents a terminal in a CQL parse tree. A term node consists of the string itself with optional qualifier string and relation. Examples could include:

  • george

  • dc.creator=george

METHODS

new()

The constructor which has must have at least a term attribute, and can also include optional qualifier and modifier terms.

getQualifier()

Get the qualifier in the terminal.

getRelation()

Get the relation in the terminal.

getTerm()

Get the actual term string in the terminal.

toCQL()

Returns a CQL representation of the terminal node.

toSwish()

toXCQL()

1 POD Error

The following errors were encountered while parsing the POD:

Around line 27:

You forgot a '=back' before '=head1'