SQL::Statement::Placeholder - implements getting the next placeholder value


SQL-Statement documentation  | view source Contained in the SQL-Statement distribution.

Index


NAME

Top

SQL::Statement::Placeholder - implements getting the next placeholder value

SYNOPSIS

Top

  # 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

Top

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

INHERITANCE

Top

  SQL::Statement::Placeholder
  ISA SQL::Statement::Term

METHODS

Top

new

Instantiates a new SQL::Statement::Placeholder instance.

value

Returns the value of the next placeholder.

AUTHOR AND COPYRIGHT

Top


SQL-Statement documentation  | view source Contained in the SQL-Statement distribution.