DBIx::Librarian::Statement::SelectOne - non-strict single-row SELECT statement


DBIx-Librarian documentation  | view source Contained in the DBIx-Librarian distribution.

Index


NAME

Top

DBIx::Librarian::Statement::SelectOne - non-strict single-row SELECT statement

DESCRIPTION

Top

SELECT statement that expects to retrieve exactly one record from the database, but might find none. An exception is raised if more than one row is found.

By default, all values fetched will be stored in top-level scalars in the data hash. If ALLARRAYS is set, results will be stored as element zero in a list for each field.

AUTHOR

Top

Jason W. May <jmay@pobox.com>

COPYRIGHT

Top


DBIx-Librarian documentation  | view source Contained in the DBIx-Librarian distribution.