Home
last modified time | relevance | path

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

/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DStatementExecutor.cpp29 std::size_t countOfPlaceHoldersInSQLStatement(const std::string& aSQLStatement) in countOfPlaceHoldersInSQLStatement() function
127 std::size_t countPlaceholdersInSQLStatement = countOfPlaceHoldersInSQLStatement(aSQLStatement); in prepare()