NAME
DBIx::Connection::MySQL::PLSQL - PLSQL handler
SYNOPSIS
methods
- prepare
-
Prepares plsql block
- initialise_plsql_block
- drop_plsql_block
-
Removes plsql block wrapper
- plsql_block_wrapper
-
Generates plsql procedure.
- initialise_sql
- execute
-
Executes plsql block
- bind_parameters
- parsed_plsql
-
Parses plsql code and replaces :var to var
- type_map
-
mapping between DBI and database types.
- get_type
-
Returns
COPYRIGHT
The DBIx::Connection::MySQL::PLSQL module is free software. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
AUTHOR
Adrian Witas, adrian@webapp.strefa.pl
See also DBIx::Connection DBIx::QueryCursor DBIx::SQLHandler.