debian man page for kiokudb::backend::role::query

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)

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
dbix::class::schema::kiokudb(3pm) - debian
kiokudb::typemap(3pm) - debian
kiokudb::typemap::entry::callback(3pm) - debian
kiokudb::typemap::entry::mop(3pm) - debian
search::gin::query::class(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com