kiokudb::backend::role::query(3pm) debian man page | unix.com

Man Page: kiokudb::backend::role::query

Operating Environment: debian

Section: 3pm

KiokuDB::Backend::Role::Query(3pm)			User Contributed Perl Documentation			KiokuDB::Backend::Role::Query(3pm)

NAME
KiokuDB::Backend::Role::Query - Backend specific query API
SYNOPSIS
with 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(...); }
DESCRIPTION
This 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)
Related Man Pages
kiokudb::backend::role::txn::memory(3pm) - debian
kiokudb::collapser(3pm) - debian
kiokudb::entry(3pm) - debian
kiokudb::typemap::entry::mop(3pm) - debian
search::gin::query::class(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph