App::020

DESCRIPTION

Initial library of generic application 020.

SYNOPSIS

use App::020::_init;

my $ID=App::020::SQL::functions::new
(
 'db_name' => $TOM::DB{'main'}{'name'},
 'tb_name' => 'a020_object',
 'columns'=>
 {
  'column1' => "'value'",
  'column2' => "NOW()",
  'column3' => "NULL"
 },
 '-journalize' => 1
);

my $scalar=App::020::SQL::functions::to_trash
(
 'ID' => $ID,
 'db_name' => $TOM::DB{'main'}{'name'},
 'tb_name' => 'a020_object',
 '-journalize' => 1
);

my %columns=App::020::SQL::functions::get_ID
(
 'ID' => $ID,
 'db_name' => $TOM::DB{'main'}{'name'},
 'tb_name' => 'a020_object',
 'columns'=> { '*' => 1 }
);

AUTHORS

Comsultia, Ltd. (open@comsultia.com)


If published informations are not helpfull, something is missing or wrong, please report. Thanx for contribution.
This content is generated from file 'http://svn.cyclone3.org/trunk/frame/_addons/App/020/_init.pm'

AddThis Social Bookmark Button RSS

User Comments