Base class for the query subclasses relating to ConnectorTables
Allowable input formats for constraints are
'data op constant AND ...' (note: op is optional)
or ARRAY of the following
'data op constant AND ...' [<data> <constant>] [<data> op <constant>] {alias=>'data op constant' { alias=>[<data> <constant>]} { alias=>[<data> op <constant>]} { alias=>{columm=>'data op constant'}, ...} { alias=>{columm=>[<data> <constant>]}, ...} { alias=>{columm=>[<data> op <constant>]}, ...}
or HASH containing any hash form where data is
alias or alias.label or alias.column.label
label is
label_name or [label_name ...] or '*' constant is
string or [string...]
Email dburdick@systemsbiology.org, natg@shore.net
Copyright (c) 2005 Institute for Systems Biology (ISB). All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.