Home
last modified time | relevance | path

Searched refs:dbh (Results 226 – 250 of 6351) sorted by relevance

12345678910>>...255

/dports/databases/mariadb103-client/mariadb-10.3.34/sql-bench/
H A Dinnotest1.sh61 $dbh = $server->connect()
62 || die $dbh->errstr;
64 $dbh->do("set autocommit = 0");
72 $dbh->do("drop table innotest1");
76 $dbh->do(
79 || die $dbh->errstr;
84 $dbh->do(
87 $dbh->do(
102 $dbh->do("commit");
115 $dbh->do("rollback");
[all …]
H A Dtest-insert.sh99 $dbh = $server->connect();
141 $dbh->{AutoCommit} = 0;
224 $dbh->commit;
225 $dbh->{AutoCommit} = 1;
256 $dbh->{AutoCommit} = 0;
271 $dbh->commit;
272 $dbh->{AutoCommit} = 1;
1343 $dbh->{AutoCommit} = 0;
1396 $dbh->commit;
1442 $dbh->commit;
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql-bench/
H A Dinnotest1.sh61 $dbh = $server->connect()
62 || die $dbh->errstr;
64 $dbh->do("set autocommit = 0");
72 $dbh->do("drop table innotest1");
76 $dbh->do(
79 || die $dbh->errstr;
84 $dbh->do(
87 $dbh->do(
102 $dbh->do("commit");
115 $dbh->do("rollback");
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql-bench/
H A Dinnotest1.sh61 $dbh = $server->connect()
62 || die $dbh->errstr;
64 $dbh->do("set autocommit = 0");
72 $dbh->do("drop table innotest1");
76 $dbh->do(
79 || die $dbh->errstr;
84 $dbh->do(
87 $dbh->do(
102 $dbh->do("commit");
115 $dbh->do("rollback");
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql-bench/
H A Dinnotest1.sh61 $dbh = $server->connect()
62 || die $dbh->errstr;
64 $dbh->do("set autocommit = 0");
72 $dbh->do("drop table innotest1");
76 $dbh->do(
79 || die $dbh->errstr;
84 $dbh->do(
87 $dbh->do(
102 $dbh->do("commit");
115 $dbh->do("rollback");
[all …]
/dports/finance/sql-ledger/sql-ledger/SL/
H A DPE.pm101 $dbh->disconnect;
169 $dbh->disconnect;
214 $dbh->commit;
215 $dbh->disconnect;
271 $dbh->disconnect;
344 $dbh->disconnect;
464 $dbh->disconnect;
474 if (! $dbh) {
623 $dbh->commit;
624 $dbh->disconnect;
[all …]
H A DHR.pm295 $dbh->disconnect;
306 $dbh = $form->dbconnect($myconfig) unless $dbh;
363 $dbh->disconnect;
669 $dbh->disconnect;
731 $dbh->disconnect;
869 $dbh->disconnect;
1100 $dbh->disconnect;
1929 $dbh->commit;
1958 $dbh->commit;
2105 $dbh->commit;
[all …]
/dports/databases/p5-DBD-ODBC/DBD-ODBC-1.61/t/
H A Drt_62033.t16 my $dbh;
25 if ($dbh) {
37 $dbh = DBI->connect();
38 unless($dbh) {
42 $dbh->{RaiseError} = 1;
43 $dbh->{ChopBlanks} = 1;
44 $dbh->{PrintError} = 0;
70 $dbh->do(
83 my $dbh = shift;
129 doit($dbh, undef, undef);
[all …]
/dports/databases/p5-DBD-mysql/DBD-mysql-4.050/t/
H A D50commit.t11 my $dbh;
28 . $dbh->errstr;
32 . $dbh->errstr;
60 ok !$dbh->{AutoCommit}, "\$dbh->{AutoCommit} not defined |$dbh->{AutoCommit}|";
62 $dbh->{AutoCommit} = 0;
63 ok !$dbh->err;
64 ok !$dbh->errstr;
94 ok $dbh->disconnect;
98 ok $dbh, "connected";
103 ok $dbh->{AutoCommit}, "\$dbh->{AutoCommit} $dbh->{AutoCommit}";
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DCxn.pm105 dbh => $args{dbh},
125 my $dbh = $self->{dbh};
126 if ( !$dbh || !$dbh->ping() ) {
141 $dbh = $self->set_dbh($dbh);
150 return $dbh;
163 if ( $self->{dbh} && $self->{dbh} == $dbh && $self->{dbh_set} ) {
193 $self->{dbh} = $dbh;
195 return $dbh;
211 sub dbh { subroutine
277 my $dbh;
[all …]
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/perl/
H A DSQLRelay.pm134 $dbh=undef;
135 return $dbh;
157 return $dbh;
264 my ($dbh)=@_;
270 delete $dbh->FETCH('driver_database_handle')->{$dbh};
271 delete $dbh->FETCH('driver_database_handle')->{'dbhs'}->{$dbh};
280 my ($dbh)=@_;
296 my ($dbh)=@_;
312 my ($dbh)=@_;
388 my ($dbh)=@_;
[all …]
/dports/databases/pear-DB/DB-1.11.0/tests/driver/
H A Dmulticonnect.php33 if (DB::isError($dbh)) {
38 if ($dbh->provides('new_link')
45 if (DB::isError($dbh)) {
52 $dbh->disconnect();
54 if (DB::isError($dbh)) {
60 $dbh->disconnect();
62 if (DB::isError($dbh)) {
70 $dbh->disconnect();
74 $dbh->disconnect();
76 if (DB::isError($dbh)) {
[all …]
/dports/databases/php81-pdo_mysql/php-8.1.1/ext/pdo_mysql/
H A Dmysql_driver.c81 dbh->is_persistent); in _pdo_mysql_error()
88 dbh->is_persistent); in _pdo_mysql_error()
94 dbh->is_persistent); in _pdo_mysql_error()
114 if (!dbh->methods) { in _pdo_mysql_error()
205 pdo_mysql_error(dbh); in mysql_handle_preparer()
223 pdo_mysql_error(dbh); in mysql_handle_preparer()
264 pdo_mysql_error(dbh); in mysql_handle_doer()
707 dbh->driver_data = H;
919 dbh->username = pestrdup(vars[5].optval, dbh->is_persistent);
923 dbh->password = pestrdup(vars[6].optval, dbh->is_persistent);
[all …]
/dports/www/mod_php81/php-8.1.1/ext/pdo_mysql/
H A Dmysql_driver.c81 dbh->is_persistent); in _pdo_mysql_error()
88 dbh->is_persistent); in _pdo_mysql_error()
94 dbh->is_persistent); in _pdo_mysql_error()
114 if (!dbh->methods) { in _pdo_mysql_error()
205 pdo_mysql_error(dbh); in mysql_handle_preparer()
223 pdo_mysql_error(dbh); in mysql_handle_preparer()
264 pdo_mysql_error(dbh); in mysql_handle_doer()
707 dbh->driver_data = H;
919 dbh->username = pestrdup(vars[5].optval, dbh->is_persistent);
923 dbh->password = pestrdup(vars[6].optval, dbh->is_persistent);
[all …]
/dports/lang/php81/php-8.1.1/ext/pdo_mysql/
H A Dmysql_driver.c81 dbh->is_persistent); in _pdo_mysql_error()
88 dbh->is_persistent); in _pdo_mysql_error()
94 dbh->is_persistent); in _pdo_mysql_error()
114 if (!dbh->methods) { in _pdo_mysql_error()
205 pdo_mysql_error(dbh); in mysql_handle_preparer()
223 pdo_mysql_error(dbh); in mysql_handle_preparer()
264 pdo_mysql_error(dbh); in mysql_handle_doer()
707 dbh->driver_data = H;
919 dbh->username = pestrdup(vars[5].optval, dbh->is_persistent);
923 dbh->password = pestrdup(vars[6].optval, dbh->is_persistent);
[all …]
/dports/databases/p5-DBI/DBI-1.643/t/
H A D13taint.t39 my ($r, $dbh);
47 ok($dbh->{'Taint'});
51 $dbh->{'TaintOut'} = 0;
52 ok($dbh->{'Taint'} == 0);
56 $dbh->{'Taint'} = 0;
57 ok($dbh->{'Taint'} == 0);
61 $dbh->{'TaintIn'} = 1;
62 ok($dbh->{'Taint'} == 0);
66 $dbh->{'TaintOut'} = 1;
71 $dbh->{'Taint'} = 0;
[all …]
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/
H A DStore.pm405 my $dbh = $self->dbh;
434 my $dbh = $self->dbh;
440 my $dbh = $self->dbh;
463 my $dbh = $self->dbh;
560 my $dbh = $self->dbh;
570 my $dbh = $self->dbh;
867 my $dbh = $self->dbh;
916 my $dbh = $self->dbh;
1003 my $dbh = $self->dbh;
1060 my $dbh = $self->dbh;
[all …]
/dports/databases/php74-pdo_firebird/php-7.4.27/ext/pdo_firebird/
H A Dfirebird_driver.c46 #define RECORD_ERROR(dbh) _firebird_error(dbh, NULL, __FILE__, __LINE__) argument
53 if (dbh->in_txn) { in firebird_handle_closer()
56 RECORD_ERROR(dbh); in firebird_handle_closer()
66 RECORD_ERROR(dbh); in firebird_handle_closer()
155 RECORD_ERROR(dbh); in firebird_handle_preparer()
193 RECORD_ERROR(dbh); in firebird_handle_doer()
201 RECORD_ERROR(dbh); in firebird_handle_doer()
376 if (dbh->auto_commit && !dbh->in_txn) { in firebird_alloc_prepare_stmt()
382 dbh->in_txn = 1; in firebird_alloc_prepare_stmt()
650 dbh->username = pestrdup(vars[4].optval, dbh->is_persistent); in pdo_firebird_handle_factory()
[all …]
/dports/lang/php74/php-7.4.27/ext/pdo_firebird/
H A Dfirebird_driver.c46 #define RECORD_ERROR(dbh) _firebird_error(dbh, NULL, __FILE__, __LINE__) argument
53 if (dbh->in_txn) { in firebird_handle_closer()
56 RECORD_ERROR(dbh); in firebird_handle_closer()
66 RECORD_ERROR(dbh); in firebird_handle_closer()
155 RECORD_ERROR(dbh); in firebird_handle_preparer()
193 RECORD_ERROR(dbh); in firebird_handle_doer()
201 RECORD_ERROR(dbh); in firebird_handle_doer()
376 if (dbh->auto_commit && !dbh->in_txn) { in firebird_alloc_prepare_stmt()
382 dbh->in_txn = 1; in firebird_alloc_prepare_stmt()
650 dbh->username = pestrdup(vars[4].optval, dbh->is_persistent); in pdo_firebird_handle_factory()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/pdo_firebird/
H A Dfirebird_driver.c46 #define RECORD_ERROR(dbh) _firebird_error(dbh, NULL, __FILE__, __LINE__) argument
53 if (dbh->in_txn) { in firebird_handle_closer()
56 RECORD_ERROR(dbh); in firebird_handle_closer()
66 RECORD_ERROR(dbh); in firebird_handle_closer()
155 RECORD_ERROR(dbh); in firebird_handle_preparer()
193 RECORD_ERROR(dbh); in firebird_handle_doer()
201 RECORD_ERROR(dbh); in firebird_handle_doer()
376 if (dbh->auto_commit && !dbh->in_txn) { in firebird_alloc_prepare_stmt()
382 dbh->in_txn = 1; in firebird_alloc_prepare_stmt()
650 dbh->username = pestrdup(vars[4].optval, dbh->is_persistent); in pdo_firebird_handle_factory()
[all …]
/dports/sysutils/p5-MogileFS-Server/MogileFS-Server-2.73/lib/MogileFS/Store/
H A DPostgres.pm84 my $dbh = $self->dbh;
91 my $dbh = $self->dbh;
418 my $dbh = $self->dbh;
437 $dbh->commit;
479 my $dbh = $self->dbh;
557 my $dbh = $self->dbh;
578 my $dbh = $self->dbh;
609 my $dbh = $self->dbh;
638 my $dbh = $self->dbh;
655 my $dbh = $self->dbh;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql-bench/
H A Dtest-insert.sh99 $dbh = $server->connect();
141 $dbh->{AutoCommit} = 0;
224 $dbh->commit;
225 $dbh->{AutoCommit} = 1;
256 $dbh->{AutoCommit} = 0;
271 $dbh->commit;
272 $dbh->{AutoCommit} = 1;
1343 $dbh->{AutoCommit} = 0;
1396 $dbh->commit;
1442 $dbh->commit;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql-bench/
H A Dtest-insert.sh99 $dbh = $server->connect();
141 $dbh->{AutoCommit} = 0;
224 $dbh->commit;
225 $dbh->{AutoCommit} = 1;
256 $dbh->{AutoCommit} = 0;
271 $dbh->commit;
272 $dbh->{AutoCommit} = 1;
1343 $dbh->{AutoCommit} = 0;
1396 $dbh->commit;
1442 $dbh->commit;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql-bench/
H A Dtest-insert.sh99 $dbh = $server->connect();
141 $dbh->{AutoCommit} = 0;
224 $dbh->commit;
225 $dbh->{AutoCommit} = 1;
256 $dbh->{AutoCommit} = 0;
271 $dbh->commit;
272 $dbh->{AutoCommit} = 1;
1343 $dbh->{AutoCommit} = 0;
1396 $dbh->commit;
1442 $dbh->commit;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql-bench/
H A Dtest-insert.sh99 $dbh = $server->connect();
141 $dbh->{AutoCommit} = 0;
224 $dbh->commit;
225 $dbh->{AutoCommit} = 1;
256 $dbh->{AutoCommit} = 0;
271 $dbh->commit;
272 $dbh->{AutoCommit} = 1;
1343 $dbh->{AutoCommit} = 0;
1396 $dbh->commit;
1442 $dbh->commit;
[all …]

12345678910>>...255