C:\Perl_PPM\SQL-Statement-1.405\blib/lib/SQL/Statement/RAM.pm |
SQL::Statement::RAM
SQL::Statement::RAM
This package contains support for the internally used SQL::Statement::RAM::Table.
SQL::Statement::RAM
SQL::Statement::RAM::Table ISA SQL::Eval::Table
SQL::Statement::RAM::Table
object, used for temporary
tables.
CREATE TEMP TABLE foo ....
This table has following capabilities:
update_current_row
and capability inplace_update
.
update_current_row
.
delete_current_row
and capability inplace_delete
.
delete_current_row
.
You can find documentation for this module with the perldoc command.
perldoc SQL::Statement
You can also look for information at:
Copyright (c) 2001,2005 by Jeff Zucker: jzuckerATcpan.org Copyright (c) 2007-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.
C:\Perl_PPM\SQL-Statement-1.405\blib/lib/SQL/Statement/RAM.pm |