Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DBIx::Class::UUIDColumUserUContributedsPerlIDocumens::UUIDMaker::Data::GUID(3)

NAME
       DBIx::Class::UUIDColumns::UUIDMaker::Data::GUID - Create	uuids using
       Data::GUID

SYNOPSIS
	 package Artist;
	 __PACKAGE__->load_components(qw/UUIDColumns Core DB/);
	 __PACKAGE__->uuid_columns( 'artist_id'	);
	 __PACKAGE__->uuid_class('::Data::GUID');

DESCRIPTION
       This DBIx::Class::UUIDColumns::UUIDMaker	subclass uses Data::GUID to
       generate	uuid strings in	the following format:

	 098f2470-bae0-11cd-b579-08002b30bfeb

METHODS
   as_string
       Returns the new uuid as a string.

SEE ALSO
       Data::GUID

AUTHOR
       Chris Laco <claco@chrislaco.com>

LICENSE
       You may distribute this code under the same terms as Perl itself.

perl v5.32.1		    DBIx::Class::UUIDColumns::UUIDMaker::Data::GUID(3)

NAME | SYNOPSIS | DESCRIPTION | METHODS | SEE ALSO | AUTHOR | LICENSE

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=DBIx::Class::UUIDColumns::UUIDMaker::Data::GUID&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help