Home
last modified time | relevance | path

Searched defs:tableCreateString (Results 1 – 11 of 11) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Data/ODBC/testsuite/src/
H A DODBCSQLiteTest.cpp65 std::string tableCreateString = "CREATE TABLE Test " in testBareboneODBC() local
H A DODBCMySQLTest.cpp80 std::string tableCreateString = "CREATE TABLE Test " in testBareboneODBC() local
H A DODBCDB2Test.cpp84 std::string tableCreateString = "CREATE TABLE Test " in testBareboneODBC() local
H A DODBCSQLServerTest.cpp122 std::string tableCreateString = "CREATE TABLE Test " in testBareboneODBC() local
H A DODBCPostgreSQLTest.cpp130 std::string tableCreateString = "CREATE TABLE Test " in testBareboneODBC() local
H A DODBCOracleTest.cpp110 std::string tableCreateString = "CREATE TABLE Test " in testBarebone() local
H A DSQLExecutor.cpp312 const std::string& tableCreateString, in bareboneODBCTest()
731 const std::string& tableCreateString, in bareboneODBCMultiResultTest()
/dports/devel/poco/poco-1.10.1-all/Data/MySQL/testsuite/src/
H A DMySQLTest.cpp112 std::string tableCreateString = "CREATE TABLE Test " in testBareboneMySQL() local
H A DSQLExecutor.cpp156 …* host, const char* user, const char* pwd, const char* db, int port, const char* tableCreateString) in bareboneMySQLTest()
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/testsuite/src/
H A DPostgreSQLTest.cpp147 std::string tableCreateString = "CREATE TABLE Test (" in testPostgreSQLOIDs() local
H A DSQLExecutor.cpp153 …ring user, std::string pwd, std::string db, std::string port, const char* tableCreateString, const… in oidPostgreSQLTest()
252 …std::string user, std::string pwd, std::string db, std::string port, const char* tableCreateString) in barebonePostgreSQLTest()