Home
last modified time | relevance | path

Searched refs:testAffectedRows (Results 1 – 13 of 13) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Data/ODBC/testsuite/src/
H A DODBCSQLiteTest.h34 void testAffectedRows();
H A DODBCSQLiteTest.cpp106 void ODBCSQLiteTest::testAffectedRows() in testAffectedRows() function in ODBCSQLiteTest
343 CppUnit_addTest(pSuite, ODBCSQLiteTest, testAffectedRows); in suite()
H A DODBCTest.h72 virtual void testAffectedRows();
H A DODBCMySQLTest.cpp441 CppUnit_addTest(pSuite, ODBCMySQLTest, testAffectedRows); in suite()
H A DODBCDB2Test.cpp614 CppUnit_addTest(pSuite, ODBCDB2Test, testAffectedRows); in suite()
H A DODBCPostgreSQLTest.cpp603 CppUnit_addTest(pSuite, ODBCPostgreSQLTest, testAffectedRows); in suite()
H A DODBCSQLServerTest.cpp755 CppUnit_addTest(pSuite, ODBCSQLServerTest, testAffectedRows); in suite()
H A DODBCOracleTest.cpp875 CppUnit_addTest(pSuite, ODBCOracleTest, testAffectedRows); in suite()
H A DODBCTest.cpp354 void ODBCTest::testAffectedRows() in testAffectedRows() function in ODBCTest
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/testsuite/src/
H A DSQLiteTest.h48 void testAffectedRows();
H A DSQLiteTest.cpp667 void SQLiteTest::testAffectedRows() in testAffectedRows() function in SQLiteTest
3407 CppUnit_addTest(pSuite, SQLiteTest, testAffectedRows); in suite()
/dports/databases/pear-MDB/MDB-1.3.0/tests/
H A DMDB_usage_testcase.php711 function testAffectedRows() { function in MDB_Usage_TestCase
/dports/databases/pear-MDB2/MDB2-2.5.0b5/tests/Standard/
H A DUsageTest.php1251 public function testAffectedRows($ci) { function in Standard_UsageTest