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 \s-1SQL\s0 table aliases.

Note that there are no objects which are actually \*(C`Tangram::Remote\*(C' instances; the objects will be called Tangram::Expr::QueryObject et al.