Home
last modified time | relevance | path

Searched refs:DB2Exception (Results 1 – 25 of 52) sorted by relevance

123

/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Statement.php133 * @throws DB2Exception
140 throw new DB2Exception(db2_stmt_errormsg());
233 throw new DB2Exception(db2_stmt_errormsg());
308 throw new DB2Exception('Given Fetch-Style ' . $fetchMode . ' is not supported.');
370 * @throws DB2Exception
376 throw new DB2Exception(sprintf(
429 * @throws DB2Exception
436 … throw new DB2Exception('Could not create temporary file: ' . error_get_last()['message']);
446 * @throws DB2Exception
458 * @throws DB2Exception
[all …]
H A DDB2Connection.php38 * @throws DB2Exception
50 throw new DB2Exception(db2_conn_errormsg());
80 throw new DB2Exception(db2_stmt_errormsg());
121 throw new DB2Exception(db2_stmt_errormsg());
149 throw new DB2Exception(db2_conn_errormsg($this->conn));
160 throw new DB2Exception(db2_conn_errormsg($this->conn));
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Statement.php141 * @throws DB2Exception
148 throw new DB2Exception(db2_stmt_errormsg());
229 throw new DB2Exception(db2_stmt_errormsg());
304 throw new DB2Exception('Given Fetch-Style ' . $fetchMode . ' is not supported.');
370 * @throws DB2Exception
376 throw new DB2Exception(sprintf(
429 * @throws DB2Exception
436 … throw new DB2Exception('Could not create temporary file: ' . error_get_last()['message']);
446 * @throws DB2Exception
458 * @throws DB2Exception
[all …]
H A DDB2Connection.php42 * @throws DB2Exception
55 throw new DB2Exception(db2_conn_errormsg());
87 throw new DB2Exception(db2_stmt_errormsg());
128 throw new DB2Exception(db2_stmt_errormsg());
159 throw new DB2Exception(db2_conn_errormsg($this->conn));
174 throw new DB2Exception(db2_conn_errormsg($this->conn));
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Statement.php141 * @throws DB2Exception
148 throw new DB2Exception(db2_stmt_errormsg());
229 throw new DB2Exception(db2_stmt_errormsg());
304 throw new DB2Exception('Given Fetch-Style ' . $fetchMode . ' is not supported.');
370 * @throws DB2Exception
376 throw new DB2Exception(sprintf(
429 * @throws DB2Exception
436 … throw new DB2Exception('Could not create temporary file: ' . error_get_last()['message']);
446 * @throws DB2Exception
458 * @throws DB2Exception
[all …]
H A DDB2Connection.php42 * @throws DB2Exception
55 throw new DB2Exception(db2_conn_errormsg());
87 throw new DB2Exception(db2_stmt_errormsg());
128 throw new DB2Exception(db2_stmt_errormsg());
159 throw new DB2Exception(db2_conn_errormsg($this->conn));
174 throw new DB2Exception(db2_conn_errormsg($this->conn));
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Statement.php133 * @throws DB2Exception
140 throw new DB2Exception(db2_stmt_errormsg());
221 throw new DB2Exception(db2_stmt_errormsg());
296 throw new DB2Exception('Given Fetch-Style ' . $fetchMode . ' is not supported.');
358 * @throws DB2Exception
364 throw new DB2Exception(sprintf(
417 * @throws DB2Exception
424 … throw new DB2Exception('Could not create temporary file: ' . error_get_last()['message']);
434 * @throws DB2Exception
446 * @throws DB2Exception
[all …]
H A DDB2Connection.php38 * @throws DB2Exception
51 throw new DB2Exception(db2_conn_errormsg());
83 throw new DB2Exception(db2_stmt_errormsg());
124 throw new DB2Exception(db2_stmt_errormsg());
152 throw new DB2Exception(db2_conn_errormsg($this->conn));
163 throw new DB2Exception(db2_conn_errormsg($this->conn));
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Connection.php38 throw new DB2Exception(db2_conn_errormsg());
46 throw new DB2Exception(db2_stmt_errormsg());
90 throw new DB2Exception(db2_conn_errormsg($this->_conn));
98 throw new DB2Exception(db2_conn_errormsg($this->_conn));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Connection.php50 throw new DB2Exception(db2_conn_errormsg());
79 throw new DB2Exception(db2_stmt_errormsg());
144 throw new DB2Exception(db2_conn_errormsg($this->_conn));
155 throw new DB2Exception(db2_conn_errormsg($this->_conn));
H A DDB2Statement.php98 throw new DB2Exception(db2_stmt_errormsg());
177 throw new DB2Exception(db2_stmt_errormsg());
246 throw new DB2Exception("Given Fetch-Style " . $fetchMode . " is not supported.");
308 * @throws DB2Exception
314 throw new DB2Exception(sprintf(
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Connection.php50 throw new DB2Exception(db2_conn_errormsg());
79 throw new DB2Exception(db2_stmt_errormsg());
144 throw new DB2Exception(db2_conn_errormsg($this->_conn));
155 throw new DB2Exception(db2_conn_errormsg($this->_conn));
H A DDB2Statement.php91 throw new DB2Exception(db2_stmt_errormsg());
167 throw new DB2Exception(db2_stmt_errormsg());
228 throw new DB2Exception("Given Fetch-Style " . $fetchMode . " is not supported.");
290 * @throws DB2Exception
296 throw new DB2Exception(sprintf(
/dports/lang/mono/mono-5.10.1.57/mcs/class/IBM.Data.DB2/IBM.Data.DB2/
H A DDB2Exception.cs32 public sealed class DB2Exception : Exception class
70 private DB2Exception(SerializationInfo si, StreamingContext sc) in DB2Exception() method in IBM.Data.DB2.DB2Exception
79 internal DB2Exception(short sqlHandleType, IntPtr sqlHandle, string message) in DB2Exception() method in IBM.Data.DB2.DB2Exception
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Statement.php152 * @throws DB2Exception
327 throw new DB2Exception('Given Fetch-Style ' . $fetchMode . ' is not supported.');
464 * @throws DB2Exception
470 throw new DB2Exception(sprintf(
523 * @throws DB2Exception
540 * @throws DB2Exception
552 * @throws DB2Exception
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Statement.php153 * @throws DB2Exception
329 throw new DB2Exception('Given Fetch-Style ' . $fetchMode . ' is not supported.');
466 * @throws DB2Exception
472 throw new DB2Exception(sprintf(
525 * @throws DB2Exception
542 * @throws DB2Exception
554 * @throws DB2Exception
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Statement.php153 * @throws DB2Exception
329 throw new DB2Exception('Given Fetch-Style ' . $fetchMode . ' is not supported.');
466 * @throws DB2Exception
472 throw new DB2Exception(sprintf(
525 * @throws DB2Exception
542 * @throws DB2Exception
554 * @throws DB2Exception
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Statement.php152 * @throws DB2Exception
327 throw new DB2Exception('Given Fetch-Style ' . $fetchMode . ' is not supported.');
464 * @throws DB2Exception
470 throw new DB2Exception(sprintf(
523 * @throws DB2Exception
540 * @throws DB2Exception
552 * @throws DB2Exception
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/
H A DCannotCopyStreamToStream.php7 use Doctrine\DBAL\Driver\IBMDB2\DB2Exception; alias
14 final class CannotCopyStreamToStream extends DB2Exception
H A DCannotCreateTemporaryFile.php7 use Doctrine\DBAL\Driver\IBMDB2\DB2Exception; alias
14 final class CannotCreateTemporaryFile extends DB2Exception
H A DCannotWriteToTemporaryFile.php7 use Doctrine\DBAL\Driver\IBMDB2\DB2Exception; alias
14 final class CannotWriteToTemporaryFile extends DB2Exception
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/
H A DCannotCreateTemporaryFile.php7 use Doctrine\DBAL\Driver\IBMDB2\DB2Exception; alias
14 final class CannotCreateTemporaryFile extends DB2Exception
H A DCannotCopyStreamToStream.php7 use Doctrine\DBAL\Driver\IBMDB2\DB2Exception; alias
14 final class CannotCopyStreamToStream extends DB2Exception
H A DCannotWriteToTemporaryFile.php7 use Doctrine\DBAL\Driver\IBMDB2\DB2Exception; alias
14 final class CannotWriteToTemporaryFile extends DB2Exception
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/Exception/
H A DCannotWriteToTemporaryFile.php7 use Doctrine\DBAL\Driver\IBMDB2\DB2Exception; alias
14 final class CannotWriteToTemporaryFile extends DB2Exception

123