1SQL::Statement::PlacehoUlsdeerr(C3o)ntributed Perl DocumSeQnLt:a:tSitoantement::Placeholder(3)
2
3
4

NAME

6       SQL::Statement::Placeholder - implements getting the next placeholder
7       value
8

SYNOPSIS

10         # create an placeholder term with an SQL::Statement object as owner
11         # and the $argnum of the placeholder.
12         my $term = SQL::Statement::Placeholder->new( $owner, $argnum );
13         # access the result of that operation
14         $term->value( $eval );
15

DESCRIPTION

17       SQL::Statement::Placeholder implements getting the next placeholder
18       value.  Accessing a specific placeholder is currently unimplemented and
19       not tested.
20

INHERITANCE

22         SQL::Statement::Placeholder
23         ISA SQL::Statement::Term
24

METHODS

26   new
27       Instantiates a new "SQL::Statement::Placeholder" instance.
28
29   value
30       Returns the value of the next placeholder.
31
33       Copyright (c) 2009-2017 by Jens Rehsack: rehsackATcpan.org
34
35       All rights reserved.
36
37       You may distribute this module under the terms of either the GNU
38       General Public License or the Artistic License, as specified in the
39       Perl README file.
40
41
42
43perl v5.30.0                      2019-07-26    SQL::Statement::Placeholder(3)
Impressum