Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

SQL::Statement::Placeholder

Name SQL::Statement::Placeholder
Version 1.414
Located at /usr/share/perl5
File /usr/share/perl5/SQL/Statement/Placeholder.pm
Is Core No
Search CPAN for this module SQL::Statement::Placeholder
Documentation SQL::Statement::Placeholder
Module Details SQL::Statement::Placeholder


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-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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026