Sponsored Content
Operating Systems Solaris Solaris BigAdmin RSS An Economic Approach to Maximizing Data Availability: Sun Storage 7000 Unified Storag Post 302266522 by Linux Bot on Wednesday 10th of December 2008 11:40:03 AM
Old 12-10-2008
An Economic Approach to Maximizing Data Availability: Sun Storage 7000 Unified Storag

This Sun BluePrints paper describes the industry-standard reliability, availability, and serviceability (RAS) features of the new Sun Storage 7000 Unified Storage Systems (open source appliances). Features include RAID-6, active-active clustering, integrity checking, redundancy, replication, snapshot capabilities, and unique RAS features, such as NAND Flash devices and the ZFS file system.

More...
 
DBIx::Class::Storage::DBI::ACCESS(3)			User Contributed Perl Documentation		      DBIx::Class::Storage::DBI::ACCESS(3)

NAME
DBIx::Class::Storage::DBI::ACCESS - Support specific to MS Access DESCRIPTION
This is the base class for Microsoft Access support. This driver supports last_insert_id, empty inserts for tables with "AUTOINCREMENT" columns, nested transactions via auto_savepoint, "GUID" columns via DBIx::Class::Storage::DBI::UniqueIdentifier. SUPPORTED VERSIONS
This module has currently only been tested on MS Access 2010. Information about how well it works on different version of MS Access is welcome (write the mailing list, or submit a ticket to RT if you find bugs.) USING GUID COLUMNS
If you have "GUID" PKs or other "GUID" columns with auto_nextval you will need to set a new_guid callback, like so: $schema->storage->new_guid(sub { Data::GUID->new->as_string }); Under Catalyst you can use code similar to this in your Catalyst::Model::DBIC::Schema "Model.pm": after BUILD => sub { my $self = shift; $self->storage->new_guid(sub { Data::GUID->new->as_string }); }; AUTHOR
See "AUTHOR" in DBIx::Class and "CONTRIBUTORS" in DBIx::Class. LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.18.2 2013-12-16 DBIx::Class::Storage::DBI::ACCESS(3)
All times are GMT -4. The time now is 06:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy