debian man page for tangram::remote

Query: tangram::remote

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Tangram::Remote(3pm)					User Contributed Perl Documentation				      Tangram::Remote(3pm)

NAME
Tangram::Remote - represent persistent objects in client space
SYNOPSIS
use Tangram; $remote = $storage->remote( $class ); @remotes = $storage->remote( @classes ); ... $remote->{$field} ...
DESCRIPTION
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. perl v5.8.8 2006-03-29 Tangram::Remote(3pm)
Related Man Pages
tangram::driver::pg(3pm) - debian
tangram::expr(3pm) - debian
tangram::type::array::frommany(3pm) - debian
tangram::type::array::fromone(3pm) - debian
tangram::type::array::scalar(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph