Home
last modified time | relevance | path

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

/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DStatementExecutor.cpp187 void StatementExecutor::bindParams(const InputParameterVector& anInputParameterVector) in bindParams() argument
193 if (anInputParameterVector.size() != _countPlaceholdersInSQLStatement) in bindParams()
200 _inputParameterVector = anInputParameterVector; in bindParams()
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/include/Poco/Data/PostgreSQL/
H A DStatementExecutor.h58 void bindParams(const InputParameterVector& anInputParameterVector);