Home
last modified time | relevance | path

Searched refs:StatementException (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/poco/poco-1.10.1-all/Data/MySQL/src/
H A DStatementExecutor.cpp30 throw StatementException("mysql_stmt_init error"); in StatementExecutor()
76 throw StatementException("Statement is not compiled yet"); in bindParams()
79 throw StatementException("wrong bind parameters count", 0, _query); in bindParams()
84 throw StatementException("mysql_stmt_bind_param() error ", _pHandle, _query); in bindParams()
91 throw StatementException("Statement is not compiled yet"); in bindResult()
94 throw StatementException("mysql_stmt_bind_result error ", _pHandle, _query); in bindResult()
101 throw StatementException("Statement is not compiled yet"); in execute()
104 throw StatementException("mysql_stmt_execute error", _pHandle, _query); in execute()
117 throw StatementException("Statement is not executed yet"); in fetch()
123 throw StatementException("mysql_stmt_fetch error", _pHandle, _query); in fetch()
[all …]
H A DMySQLException.cpp101 StatementException::StatementException(const std::string& msg) : MySQLException(msg) in StatementException() function in Poco::Data::MySQL::StatementException
106 StatementException::StatementException(const std::string& text, MYSQL_STMT* h, const std::string& s… in StatementException() function in Poco::Data::MySQL::StatementException
111 std::string StatementException::compose(const std::string& text, MYSQL_STMT* h, const std::string& … in compose()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/Exception/
H A DStatementException.php22 class StatementException extends \Exception class
27 * @return StatementException
29 public static function sqlError(string $sql): StatementException
38 * @return StatementException
40 …ublic static function syntaxError(string $message, \Exception $previous = null): StatementException
49 * @return StatementException
51 …c static function semanticalError(string $message, \Exception $previous = null): StatementException
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Schema/Exception/
H A DStatementException.php23 class StatementException extends \Exception class
28 * @return StatementException
30 public static function sqlError(string $sql): StatementException
39 * @return StatementException
41 …ublic static function syntaxError(string $message, \Exception $previous = null): StatementException
50 * @return StatementException
52 …c static function semanticalError(string $message, \Exception $previous = null): StatementException
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/Exception/
H A DStatementException.php23 class StatementException extends \Exception class
28 * @return StatementException
30 public static function sqlError(string $sql): StatementException
39 * @return StatementException
41 …ublic static function syntaxError(string $message, \Exception $previous = null): StatementException
50 * @return StatementException
52 …c static function semanticalError(string $message, \Exception $previous = null): StatementException
/dports/devel/poco/poco-1.10.1-all/Data/MySQL/testsuite/src/
H A DSQLExecutor.cpp40 using Poco::Data::MySQL::StatementException;
289 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccess()
293 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccess()
299 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccess()
304 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccess()
317 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in complexType()
321 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in complexType()
326 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in complexType()
333 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in complexType()
359 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccessVector()
[all …]
H A DMySQLTest.cpp32 using Poco::Data::MySQL::StatementException;
695 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("dropTable()"); } in dropTable()
704 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreatePersonTa… in recreatePersonTable()
713 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreatePersonBL… in recreatePersonBLOBTable()
731 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreatePersonDa… in recreatePersonDateTable()
740 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreatePersonTi… in recreatePersonTimeTable()
749 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreateIntsTabl… in recreateIntsTable()
758 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreateStringsT… in recreateStringsTable()
776 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreateFloatsTa… in recreateFloatsTable()
788 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreateTuplesTa… in recreateTuplesTable()
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/testsuite/src/
H A DSQLExecutor.cpp37 using Poco::Data::PostgreSQL::StatementException;
479 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccess()
483 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccess()
489 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccess()
494 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccess()
507 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in complexType()
511 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in complexType()
516 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in complexType()
523 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in complexType()
549 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail (funct); } in simpleAccessVector()
[all …]
H A DPostgreSQLTest.cpp34 using Poco::Data::PostgreSQL::StatementException;
896 catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("dropTable()"); } in dropTable()
905 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreatePersonTa… in recreatePersonTable()
914 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreatePersonBL… in recreatePersonBLOBTable()
922 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreatePersonCL… in recreatePersonCLOBTable()
940 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreatePersonDa… in recreatePersonDateTable()
958 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreateIntsTabl… in recreateIntsTable()
967 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreateStringsT… in recreateStringsTable()
985 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreateFloatsTa… in recreateFloatsTable()
997 …catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreateTuplesTa… in recreateTuplesTable()
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/testsuite/src/
H A DSQLExecutor.cpp74 using Poco::Data::ODBC::StatementException;
945 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (sql); } in execute()
968 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in simpleAccess()
973 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in simpleAccess()
978 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in simpleAccess()
983 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in simpleAccess()
996 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in complexType()
1000 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in complexType()
1005 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in complexType()
1011 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in complexType()
[all …]
H A DODBCPostgreSQLTest.cpp27 using Poco::Data::ODBC::StatementException;
219 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (func); } in testStoredFunction()
235 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (func); } in testStoredFunction()
253 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (func); } in testStoredFunction()
271 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (func); } in testStoredFunction()
281 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (func); } in testStoredFunction()
354 }catch(StatementException& ex) in configurePLPgSQL()
370 catch (StatementException& ex) in dropObject()
449 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateIntsTable()… in recreateIntsTable()
497 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateAnysTable()… in recreateAnysTable()
[all …]
H A DODBCMySQLTest.cpp34 using Poco::Data::ODBC::StatementException;
256 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreateNullableTable()
265 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreatePersonTable()
310 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateIntsTable()… in recreateIntsTable()
319 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateStringsTabl… in recreateStringsTable()
328 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateFloatsTable… in recreateFloatsTable()
340 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateTuplesTable… in recreateTuplesTable()
358 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateAnysTable()… in recreateAnysTable()
370 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateNullsTable(… in recreateNullsTable()
384 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateNullsTable(… in recreateMiscTable()
[all …]
H A DODBCSQLiteTest.cpp31 using Poco::Data::ODBC::StatementException;
145 catch (StatementException& ex) in dropObject()
173 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreateNullableTable()
182 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreatePersonTable()
209 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateIntsTable()… in recreateIntsTable()
227 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateFloatsTable… in recreateFloatsTable()
239 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateTuplesTable… in recreateTuplesTable()
257 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateAnysTable()… in recreateAnysTable()
269 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateNullsTable(… in recreateNullsTable()
286 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateMiscTable()… in recreateMiscTable()
[all …]
H A DODBCDB2Test.cpp35 using Poco::Data::ODBC::StatementException;
403 catch (StatementException& ex) in dropObject()
427 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreateNullableTable()
436 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreatePersonTable()
481 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateIntsTable()… in recreateIntsTable()
499 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateFloatsTable… in recreateFloatsTable()
511 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateTuplesTable… in recreateTuplesTable()
529 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateAnysTable()… in recreateAnysTable()
541 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateNullsTable(… in recreateNullsTable()
557 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateMiscTable()… in recreateMiscTable()
[all …]
H A DODBCSQLServerTest.cpp34 using Poco::Data::ODBC::StatementException;
533 catch (StatementException& ex) in dropObject()
557 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreateNullableTable()
566 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreatePersonTable()
593 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateIntsTable()… in recreateIntsTable()
611 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateFloatsTable… in recreateFloatsTable()
650 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateAnysTable()… in recreateAnysTable()
662 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateNullsTable(… in recreateNullsTable()
670 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateBoolTable()… in recreateBoolTable()
687 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateMiscTable()… in recreateMiscTable()
[all …]
H A DODBCAccessTest.cpp32 using Poco::Data::ODBC::StatementException;
68 …catch(StatementException& ex){ std::cout << ex.toString() << std::endl; fail ("testSimpleAccess()"… in testSimpleAccess()
72 …catch(StatementException& ex){ std::cout << ex.toString() << std::endl; fail ("testSimpleAccess()"… in testSimpleAccess()
77 …catch(StatementException& ex){ std::cout << ex.toString() << std::endl; fail ("testSimpleAccess()"… in testSimpleAccess()
82 …catch(StatementException& ex){ std::cout << ex.toString() << std::endl; fail ("testSimpleAccess()"… in testSimpleAccess()
93 catch (StatementException& ex) in dropTable()
H A DSQLExecutor.h50 Poco::Data::ODBC::StatementException se(h); \
72 using Poco::Data::ODBC::StatementException
182 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in catch()
186 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in catch()
199 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in catch()
219 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in catch()
273 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in catch()
321 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in doBulk()
325 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in doBulk()
336 catch(StatementException& se){ std::cout << se.toString() << std::endl; fail (funct); } in doBulk()
[all …]
H A DODBCOracleTest.cpp34 using Poco::Data::ODBC::StatementException;
434 }catch(StatementException& se) { std::cout << se.toString() << std::endl; } in testStoredFunction()
650 catch (StatementException& ex) in dropObject()
675 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreateNullableTable()
684 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreatePersonTable… in recreatePersonTable()
730 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateIntsTable()… in recreateIntsTable()
748 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateFloatsTable… in recreateFloatsTable()
778 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateAnysTable()… in recreateAnysTable()
790 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateNullsTable(… in recreateNullsTable()
806 …catch(StatementException& se){ std::cout << se.toString() << std::endl; fail ("recreateMiscTable()… in recreateMiscTable()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Repository/
H A DIniRepository.php14 use Icinga\Exception\StatementException; alias
242 * @throws StatementException In case the operation has failed
253 … throw new StatementException(t('Cannot insert. Section "%s" does already exist'), $section);
261 … throw new StatementException(t('Failed to insert. An error occurred: %s'), $e->getMessage());
272 * @throws StatementException In case the operation has failed
281 throw new StatementException(
296 throw new StatementException(
318 … throw new StatementException(t('Cannot update. Section "%s" does already exist'), $newSection);
336 … throw new StatementException(t('Failed to update. An error occurred: %s'), $e->getMessage());
346 * @throws StatementException In case the operation has failed
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DStatementExecutor.cpp151 …throw StatementException(std::string("postgresql_stmt_prepare error: ") + PQresultErrorMessage (pt… in prepare()
165 throw StatementException(std::string("postgresql_stmt_describe error: ") + in prepare()
191 if (_state < STMT_COMPILED) throw StatementException("Statement is not compiled yet"); in bindParams()
195 throw StatementException(std::string("incorrect bind parameters count for SQL Statement: ") + in bindParams()
208 if (_state < STMT_COMPILED) throw StatementException("Statement is not compiled yet"); in execute()
213 throw StatementException("Count of Parameters in Statement different than supplied parameters"); in execute()
241 throw StatementException("Memory Allocation Error"); in execute()
272 throw StatementException(std::string("postgresql_stmt_execute error: ") in execute()
325 throw StatementException("Statement is not yet executed"); in fetch()
383 throw StatementException("Invalid column number for metaColumn"); in metaColumn()
[all …]
/dports/net-mgmt/icingaweb2-module-elasticsearch/icingaweb2-module-elasticsearch-0.9.0/library/Elasticsearch/RestApi/
H A DRestApiClient.php16 use Icinga\Exception\StatementException; alias
349 * @throws StatementException
383 throw new StatementException(
391 throw new StatementException(
414 * @throws StatementException
450 throw new StatementException('No documents found');
474 throw new StatementException(
482 throw new StatementException(
503 * @throws StatementException
560 throw new StatementException(
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Schema/
H A DSchemaMigrator.php25 use TYPO3\CMS\Core\Database\Schema\Exception\StatementException; alias
54 * @throws StatementException
87 * @throws StatementException
118 * @throws StatementException
164 * @throws StatementException
252 } catch (StatementException $statementException) {
254 throw new StatementException(
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/
H A DSchemaMigrator.php24 use TYPO3\CMS\Core\Database\Schema\Exception\StatementException; alias
55 * @throws StatementException
90 * @throws StatementException
123 * @throws StatementException
171 * @throws StatementException
261 } catch (StatementException $statementException) {
263 throw new StatementException(
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/
H A DSchemaMigrator.php25 use TYPO3\CMS\Core\Database\Schema\Exception\StatementException; alias
54 * @throws StatementException
87 * @throws StatementException
118 * @throws StatementException
164 * @throws StatementException
252 } catch (StatementException $statementException) {
254 throw new StatementException(
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/src/
H A DBinder.cpp143 throw StatementException(_rStmt, "SQLBindParameter(std::string)"); in bind()
194 throw StatementException(_rStmt, "SQLBindParameter(std::string)"); in bind()
227 throw StatementException(_rStmt, "SQLBindParameter(Date)"); in bind()
260 throw StatementException(_rStmt, "SQLBindParameter(Time)"); in bind()
293 throw StatementException(_rStmt, "SQLBindParameter(DateTime)"); in bind()
325 throw StatementException(_rStmt, "SQLBindParameter()"); in bind()
452 catch (StatementException&) in getColSizeAndPrecision()
463 catch (StatementException&) in getColSizeAndPrecision()
492 catch (StatementException&) { } in getColumnOrParameterSize()
499 catch (StatementException&) in getColumnOrParameterSize()
[all …]

123