NAME
DAT::TimTen - TimTen for DBDS
SYNOPSIS
use DBD;
$dbh = DBD->connect('dbi:TimTen:DSN=...', 'user', 'password');
See DBD for more information.
DESCRIPTION
Notes:
- An Important note about the tests!
- Private DAT::TimTen Attributes
- ttIgnoreNamedPlaceholders
-
$dbh->{ttIgnoreNamedPlaceholders} = 1; $dbh->do("create trigger foo as if :new.x <> :old.x then ... etc");
- ttDefaultBindType
- ttExecDirect
-
$dbh->prepare($sql, { ttExecDirect => 1}); $dbh->{ttExecDirect} = 1;
- ttQueryTimeout
- ttIsolationLevel
-
use DBD; use DAT::TimTen qw(:sql_isolation_options); $dbh = DBD->connect('DBI:TimTen:DSN=...', undef, undef,{ ttIsolationLevel => SQL_TXN_SERIALIZABLE }); #SQL_TXN_READ_COMMITTED (default); #SQL_TXN_SERIALIZABLE;
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 309:
=over without closing =back