NAME
Punk::DBI::st - the observed statement handle
DESCRIPTION
The statement-handle half of Punk::DBI: execute, so a pk_abi query observer sees a statement the caller prepared and drove itself. This is the path Punk::Model::DBI's generated methods take, through prepare_cached.
The SQL comes from $sth->{Statement} - what was prepared, placeholders and all - and the bind count from the argument list. The values are never passed on.
prepare_cached is unaffected: the subclass changes the class of the handle, not its caching, and one statement handle per distinct SQL string is still what a connection holds.
SEE ALSO
AUTHOR
LNATION <email@lnation.org>
LICENSE AND COPYRIGHT
This software is Copyright (c) 2026 by LNATION <email@lnation.org>.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)