DBIx::Connection::MySQL::SQL - MySQL catalog sql abstractaction layer.


DBIx-Connection documentation  | view source Contained in the DBIx-Connection distribution.

Index


NAME

Top

DBIx::Connection::MySQL::SQL - MySQL catalog sql abstractaction layer.

SYNOPSIS

Top

    use DBIx::Connection::MySQL::SQL;




DESCRIPTION

Top

    Represents sql abstractaction layer

EXPORT

Top

None

METHODS

sequence_value

Returns sql statement that returns next sequence value

reset_sequence

Returns sql statement that restarts sequence.

set_session_variables

Iniitialise session variable. It uses the following command pattern:

    SET @@local.variable = value;

update_lob

Updates lob. (Large Object) Takes connection object, table name, lob column_name, lob conetent, hash_ref to primary key values. optionally lob size column name.

fetch_lob

Retrieves lob. Takes connection object, table name, lob column_name, hash_ref to primary key values

SEE ALSO

Top

DBIx::PLSQLHandler

COPYRIGHT AND LICENSE

Top

AUTHOR

Top

Adrian Witas, adrian@webapp.strefa.pl


DBIx-Connection documentation  | view source Contained in the DBIx-Connection distribution.