The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::TextIndex::DBD - Base class for database-specific SQL drivers

SYNOPSIS

Not for direct use, clients use DBIx::TextIndex.

DESCRIPTION

This module is a base class for creating database drivers that encapsulate SQL calls specific to a given database.

Restricted Methods

add_mask
collection_count
create_all_docs_vector_table
create_collection_table
create_delete_queue_table
create_doc_key_table
create_docweights_table
create_inverted_table
create_mask_table
delete_collection_info
delete_doc_key_doc_ids
delete_mask
drop_doc_key_table
drop_table
fetch_all_collection_rows
fetch_all_docs_vector
fetch_collection_info
fetch_collection_version
fetch_delete_queue
fetch_doc
fetch_doc_all_fields
fetch_doc_id
fetch_doc_ids
fetch_doc_keys
fetch_docweights
fetch_mask
fetch_max_indexed_id
fetch_term_docs
fetch_term_freq_and_docs
fetch_term_pos
fetch_terms
insert_collection_table_row
insert_doc_key
inverted_replace
inverted_replace_execute
inverted_select
new
phrase_scan
phrase_scan_cz
ping_doc
store_collection_info
table_exists
total_terms
update_all_docs_vector
update_collection_info
update_delete_queue
update_docweights
update_docweights_execute

SEE ALSO

DBIx::TextIndex

AUTHOR

Daniel Koch <dkoch@cpan.org>

COPYRIGHT

Copyright (c) 2007 Daniel Koch. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.