![]() |
![]()
| ![]() |
![]()
NAMESQL::Statement::Placeholder - implements getting the next placeholder value SYNOPSIS# create an placeholder term with an SQL::Statement object as owner # and the $argnum of the placeholder. my $term = SQL::Statement::Placeholder->new( $owner, $argnum ); # access the result of that operation $term->value( $eval ); DESCRIPTIONSQL::Statement::Placeholder implements getting the next placeholder value. Accessing a specific placeholder is currently unimplemented and not tested. INHERITANCESQL::Statement::Placeholder ISA SQL::Statement::Term METHODSnewInstantiates a new "SQL::Statement::Placeholder" instance. valueReturns the value of the next placeholder. AUTHOR AND COPYRIGHTCopyright (c) 2009-2020 by Jens Rehsack: rehsackATcpan.org All rights reserved. You may distribute this module under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
|