sql::statement::placeholder(3pm) debian man page | unix.com

Man Page: sql::statement::placeholder

Operating Environment: debian

Section: 3pm

SQL::Statement::Placeholder(3pm)			User Contributed Perl Documentation			  SQL::Statement::Placeholder(3pm)

NAME
SQL::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 );
DESCRIPTION
SQL::Statement::Placeholder implements getting the next placeholder value. Accessing a specific placeholder is currently unimplemented and not tested.
INHERITANCE
SQL::Statement::Placeholder ISA SQL::Statement::Term
METHODS
new Instantiates a new "SQL::Statement::Placeholder" instance. value Returns the value of the next placeholder.
AUTHOR AND COPYRIGHT
Copyright (c) 2009,2010 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. perl v5.10.1 2011-02-01 SQL::Statement::Placeholder(3pm)
Related Man Pages
ppi::statement::end(3) - mojave
sql::statement::function(3) - suse
ppi::statement::data(3pm) - debian
ppi::statement::null(3pm) - debian
sql::statement::term(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
My first PERL incarnation... Audio Oscillograph