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

T2::Attribute - an Attribute of a T2::Class

  $class->attributes_insert
      ( T2::Attribute->new
           ( name => "myatt",
             type => "int",
             options => { sql => "TINYINT" }, ) );

A T2::Attribute is an end-point in the T2 schema. It is typically mapped to a single column.

The following types are available:

string
int
real
date
rawdatetime
rawdate
rawtime
flat_array
dmdatetime
flat_hash
perl_dump

See Tangram::Type for more information.

Traverses over every object in the attribute, setting $_[0] to the item.
2005-11-06 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.