DBIx::Librarian::Statement::SelectExactlyOne - strict one-row SELECT statement


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

Index


NAME

Top

DBIx::Librarian::Statement::SelectExactlyOne - strict one-row SELECT statement

DESCRIPTION

Top

SELECT statement that expects to retrieve exactly one record from the database. An exception is raised if zero rows are found or if more than one row is found.

All values fetched will be stored in top-level scalars in the data hash.

AUTHOR

Top

Jason W. May <jmay@pobox.com>

COPYRIGHT

Top


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