Added new, OO-specific, error-codes to the ZOOM::Error class
authormike <mike>
Mon, 31 Oct 2005 15:10:49 +0000 (15:10 +0000)
committermike <mike>
Mon, 31 Oct 2005 15:10:49 +0000 (15:10 +0000)
commit1fca9762e50b706145def0c97a42d9958dd301ae
tree45bcdef987f1c4797ebb7ae97eafdfe14d8c451a
parent0241fe26efe8116eb4635ac088acbb1e8e3159a4
Added new, OO-specific, error-codes to the ZOOM::Error class
CREATE_QUERY, QUERY_CQL, QUERY_PQF, SORTBY
Added support for these to ZOOM::diag_str()
Moved that function after the enumerations.
Added utility function _oops() for throwing exceptions.
Fix typo in Connection::destroy() error message.
Added Connection::search(), with Query object as its argument.
Added Query class, with Query::CQL and Query::PQF subclasses.
lib/ZOOM.pm