table of contents
DBIx::Transaction::st(3) | User Contributed Perl Documentation | DBIx::Transaction::st(3) |
NAME¶
DBIx::Transaction::st - Statement handle when running under DBIx::Transaction
DESCRIPTION¶
When you connect to a database using DBIx::Transaction, your statement handles will be "DBIx::Transaction::st" objects. When these statement handles are executed, "DBIx::Transaction::st" will notice when query errors occur, and let the database handle know. See the commit() method in DBIx::Transaction::db for more information.
METHODS¶
"DBIx::Transaction::st" only overrides one standard DBI::st method:
- execute
- Calls "execute" on the underlying database layer. If an error occurs, this is recorded and you will not be able to issue a "commit" for the current transaction.
SEE ALSO¶
DBI, DBIx::Transaction
2013-02-27 | perl v5.40.0 |