Home
last modified time | relevance | path

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

/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DStatementExecutor.cpp127 std::size_t countPlaceholdersInSQLStatement = countOfPlaceHoldersInSQLStatement(aSQLStatement); in prepare() local
142 …prepare(_sessionHandle, pStatementName, ptrCSQLStatement, (int)countPlaceholdersInSQLStatement, 0); in prepare()
182 _countPlaceholdersInSQLStatement = countPlaceholdersInSQLStatement; in prepare()