DBD-InterBase
view release on metacpan or search on metacpan
InterBase.pm view on Meta::CPAN
=over 4
=item * SET TRANSACTION
Use C<$dbh->func(..., 'set_tx_param')> instead.
=item * DESCRIBE
Provides information about columns that are retrieved by a DSQL statement,
or about placeholders in a statement. This functionality is supported by the
driver, and transparent for users. Column names are available via
$sth->{NAME} attributes.
=item * EXECUTE IMMEDIATE
Calling do() method without bind value(s) will do the same.
=item * CLOSE, OPEN, DECLARE CURSOR
$sth->{CursorName} is automagically available upon executing a "SELECT .. FOR
UPDATE" statement. A cursor is closed after the last fetch(), or by calling
( run in 0.510 second using v1.01-cache-2.11-cpan-0a6323c29d9 )