Searched refs:numParams (Results 1 – 2 of 2) sorted by relevance
63 ,numParams(0) in OPreparedStatement()627 numParams = 0; in initBoundParam()633 if (numParams > 0) in initBoundParam()637 boundParams = new OBoundParam[numParams]; in initBoundParam()641 for (sal_Int32 i = 0; i < numParams; i++) in initBoundParam()663 (index <= numParams) && bufLen > 0 ) in allocBindBuf()684 (index <= numParams)) in getDataBuf()705 (index <= numParams)) in getLengthBuf()730 (index <= numParams)) { in getParamLength()752 (index > numParams)) in putParamData()[all …]
69 SQLSMALLINT numParams; // Number of parameter markers member in connectivity::odbc::OPreparedStatement
Completed in 20 milliseconds