Searched refs:boundParams (Results 1 – 2 of 2) sorted by relevance
64 ,boundParams(NULL) in OPreparedStatement()637 boundParams = new OBoundParam[numParams]; in initBoundParam()643 boundParams[i] = OBoundParam(); in initBoundParam()644 boundParams[i].initialize (); in initBoundParam()665 b = boundParams[index - 1].allocBindDataBuffer(bufLen); in allocBindBuf()686 b = boundParams[index - 1].getBindDataBuffer (); in getDataBuf()707 b = boundParams[index - 1].getBindLengthBuffer (); in getLengthBuf()770 sal_Int32 maxBytesLeft = boundParams[index - 1].getInputStreamLen (); in putParamData()890 boundParams[ParameterIndex - 1].setInputStream (x, length); in setStream()899 delete [] boundParams; in FreeParams()[all …]
72 OBoundParam* boundParams; member in connectivity::odbc::OPreparedStatement
Completed in 26 milliseconds