Query: kiokudb::backend::role::query
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KiokuDB::Backend::Role::Query(3pm) User Contributed Perl Documentation KiokuDB::Backend::Role::Query(3pm)NAMEKiokuDB::Backend::Role::Query - Backend specific query APISYNOPSISwith qw(KiokuDB::Backend::Role::Query); sub search { my ( $self, @args ) = @_; # return all entries in the root set matching @args (backend specific) return Data::Stream::Bulk::Foo->new(...); }DESCRIPTIONThis role is for backend specific searching. Anything that is not KiokuDB::Backend::Role::Query::Simple is a backend specific search, be it a Search::GIN::Query, or something else. The backend is expected to interpret the search arguments which are passed through from "search" in KiokuDB as is, and return a Data::Stream::Bulk of matching entries. perl v5.12.4 2010-10-11 KiokuDB::Backend::Role::Query(3pm)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |