The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Rose::DB::Object::Metadata::Column::EKSBlowfish - eksblowfish column metadata.

SYNOPSIS

  use Rose::DB::Object::Metadata::Column::EKSBlowfish;

  $col = Rose::DB::Object::Metadata::Column::EKSBlowfish->NEW(...);
  $col->make_methods(...);
  ...

DESCRIPTION

Objects of this class store and manipulate metadata for eksblowfish columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate column values. See the Rose::DB::Object::MakeMethods::EKSBlowfish.

This class inherits from Rose::DB::Object::Metadata::Column. Inherited methods that are not overridden will not be documented a second time here. See the Rose::DB::Object::Metadata::Column documentation for more information.

METHOD MAP

get_set

Rose::DB::Object::MakeMethods::EKSBlowfish

OBJECT METHODS

type

Returns "eksblowfish".

OBJECT METHODS

cmp_suffix
encrypted_suffix

See the Rose::DB::Object::Metadata::Column documentation for an explanation of this method map.

AUTHOR

Holger Rupprecht (holger.rupprecht@gmx.de)

COPYRIGHT

Copyright (c) 2013 by Holger Rupprecht. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.