Home
last modified time | relevance | path

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

/dports/devel/poco/poco-1.10.1-all/Data/MySQL/testsuite/src/
H A DMySQLTest.h51 void testInsertSingleBulk();
H A DMySQLTest.cpp177 void MySQLTest::testInsertSingleBulk() in testInsertSingleBulk() function in MySQLTest
873 CppUnit_addTest(pSuite, MySQLTest, testInsertSingleBulk); in suite()
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/testsuite/src/
H A DPostgreSQLTest.h49 void testInsertSingleBulk();
H A DPostgreSQLTest.cpp366 void PostgreSQLTest::testInsertSingleBulk() in testInsertSingleBulk() function in PostgreSQLTest
1080 CppUnit_addTest(pSuite, PostgreSQLTest, testInsertSingleBulk); in suite()
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/testsuite/src/
H A DSQLiteTest.h49 void testInsertSingleBulk();
H A DSQLiteTest.cpp719 void SQLiteTest::testInsertSingleBulk() in testInsertSingleBulk() function in SQLiteTest
3408 CppUnit_addTest(pSuite, SQLiteTest, testInsertSingleBulk); in suite()
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/testsuite/src/
H A DODBCTest.h74 virtual void testInsertSingleBulk();
H A DODBCSQLiteTest.cpp344 CppUnit_addTest(pSuite, ODBCSQLiteTest, testInsertSingleBulk); in suite()
H A DODBCMySQLTest.cpp442 CppUnit_addTest(pSuite, ODBCMySQLTest, testInsertSingleBulk); in suite()
H A DODBCDB2Test.cpp615 CppUnit_addTest(pSuite, ODBCDB2Test, testInsertSingleBulk); in suite()
H A DODBCPostgreSQLTest.cpp604 CppUnit_addTest(pSuite, ODBCPostgreSQLTest, testInsertSingleBulk); in suite()
H A DODBCSQLServerTest.cpp756 CppUnit_addTest(pSuite, ODBCSQLServerTest, testInsertSingleBulk); in suite()
H A DODBCOracleTest.cpp876 CppUnit_addTest(pSuite, ODBCOracleTest, testInsertSingleBulk); in suite()
H A DODBCTest.cpp369 void ODBCTest::testInsertSingleBulk() in testInsertSingleBulk() function in ODBCTest