NAME
Daje::Workflow::GenerateSQL::Activity - It's to generate SQL from a json description
SYNOPSIS
my
$object
=
$activity
->{activity}->new(
context
=>
$context
,
db
=> $>db,
error
=>
$error
,
model
=>
$model
,
activity_data
=>
$activity_data
,
);
$object
->process();
DESCRIPTION
Daje::Workflow::GenerateSQL::Activity is ...
REQUIRES
Daje::Workflow::GenerateSQL::Manager::Sql
METHODS
process
process();
AUTHOR
janeskil1525 <janeskil1525@gmail.com>
LICENSE
Copyright (C) janeskil1525.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.