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

NAME

SQL::Bibliosoph::Query - A SQL Prepared statement

VERSION

2.0

DESCRIPTION

        Implements one prepared statement

METHODS

new

        Constructor: Parameters are:
dbh
        a DB handler
st

The SQL statement string, using BB syntax (SEE SQL::Bibliosoph::CatalogFile)

name

The SQL statement name. (only for debugging information, on statement error).

destroy

Release the prepared statement.

AUTHORS

SQL::Bibliosoph by Matias Alejo Garcia (matias at confronte.com) and Lucas Lain (lucas at confronte.com).

COPYRIGHT

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

SUPPORT / WARRANTY

The SQL::Bibliosoph is free Open Source software. IT COMES WITHOUT WARRANTY OF ANY KIND.

SEE ALSO

        SQL::Bibliosoph
        SQL::Bibliosoph::CatalogFile

At http://nits.com.ar/bibliosoph you can find: * Examples * VIM syntax highlighting definitions for bb files * CTAGS examples for indexing bb files.

ACKNOWLEDGEMENTS

To Confronte.com and its associates to support the development of this module.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 263:

'=item' outside of any '=over'

Around line 275:

You forgot a '=back' before '=head2'