GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SQL::Statement::RAM(3) User Contributed Perl Documentation SQL::Statement::RAM(3)

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

Instantiates a new "SQL::Statement::RAM::Table" object, used for temporary tables.

    CREATE TEMP TABLE foo ....
    
Fetches the next row
As fetch_row except for writing
Deletes the last fetched/pushed row
Updates the last fetched/pushed row
Truncates the table at the current position
Set the column names of the table
Discards the table
Seek the row pointer

This table has following capabilities:

Using provided method "update_current_row" and capability "inplace_update".
By providing capability "update_current_row".
By definition (appropriate flag set in constructor).
Using provided method "delete_current_row" and capability "inplace_delete".
By providing capability "delete_current_row".
By definition (appropriate flag set in constructor).

You can find documentation for this module with the perldoc command.

    perldoc SQL::Statement

You can also look for information at:

  • RT: CPAN's request tracker

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Statement>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/SQL-Statement>

  • CPAN Ratings

    <http://cpanratings.perl.org/s/SQL-Statement>

  • Search CPAN

    <http://search.cpan.org/dist/SQL-Statement/>

Copyright (c) 2001,2005 by Jeff Zucker: jzuckerATcpan.org Copyright (c) 2007-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.

2020-10-21 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.