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
Tangram::Remote(3) User Contributed Perl Documentation Tangram::Remote(3)

Tangram::Remote - represent persistent objects in client space

   use Tangram;

   $remote = $storage->remote( $class );
   @remotes = $storage->remote( @classes );

   ... $remote->{$field} ...

A Remote object is a client-side representation of an object that resides in a database. It has the same fields as a normal object of the same class - as declared in the Schema associated to the database the Remote was obtained from. The values of the fields are not normal Perl values, but Tangram::Exprs that will be evaluated on the database server side.

Remote objects are somewhat similar to SQL table aliases.

Note that there are no objects which are actually "Tangram::Remote" instances; the objects will be called Tangram::Expr::QueryObject et al.

2015-10-09 perl v5.32.1

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.