Home
last modified time | relevance | path

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

/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DStatementExecutor.cpp225 std::vector<int> parameterLengthVector; in execute() local
236 parameterLengthVector.push_back((int)cItr->size()); in execute()
255 _inputParameterVector.size() != 0 ? &parameterLengthVector[ 0 ] : 0, in execute()