Home
last modified time | relevance | path

Searched refs:testSelectIntoSingleFail (Results 1 – 14 of 14) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Data/MySQL/testsuite/src/
H A DMySQLTest.h70 void testSelectIntoSingleFail();
H A DMySQLTest.cpp330 void MySQLTest::testSelectIntoSingleFail() in testSelectIntoSingleFail() function in MySQLTest
890 CppUnit_addTest(pSuite, MySQLTest, testSelectIntoSingleFail); in suite()
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/testsuite/src/
H A DPostgreSQLTest.h68 void testSelectIntoSingleFail();
H A DPostgreSQLTest.cpp520 void PostgreSQLTest::testSelectIntoSingleFail() in testSelectIntoSingleFail() function in PostgreSQLTest
1097 CppUnit_addTest(pSuite, PostgreSQLTest, testSelectIntoSingleFail); in suite()
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/testsuite/src/
H A DSQLiteTest.h68 void testSelectIntoSingleFail();
H A DSQLiteTest.cpp1153 void SQLiteTest::testSelectIntoSingleFail() in testSelectIntoSingleFail() function in SQLiteTest
3425 CppUnit_addTest(pSuite, SQLiteTest, testSelectIntoSingleFail); in suite()
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/testsuite/src/
H A DODBCTest.h95 virtual void testSelectIntoSingleFail();
H A DODBCSQLiteTest.cpp361 CppUnit_addTest(pSuite, ODBCSQLiteTest, testSelectIntoSingleFail); in suite()
H A DODBCMySQLTest.cpp461 CppUnit_addTest(pSuite, ODBCMySQLTest, testSelectIntoSingleFail); in suite()
H A DODBCDB2Test.cpp634 CppUnit_addTest(pSuite, ODBCDB2Test, testSelectIntoSingleFail); in suite()
H A DODBCPostgreSQLTest.cpp627 CppUnit_addTest(pSuite, ODBCPostgreSQLTest, testSelectIntoSingleFail); in suite()
H A DODBCSQLServerTest.cpp775 CppUnit_addTest(pSuite, ODBCSQLServerTest, testSelectIntoSingleFail); in suite()
H A DODBCOracleTest.cpp895 CppUnit_addTest(pSuite, ODBCOracleTest, testSelectIntoSingleFail); in suite()
H A DODBCTest.cpp661 void ODBCTest::testSelectIntoSingleFail() in testSelectIntoSingleFail() function in ODBCTest