Lines Matching refs:boundParams
64 ,boundParams(NULL) in OPreparedStatement()
571 boundParams[parameterIndex-1].setSequence(x); // this assures that the sequence stays alive in setBytes()
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()
735 memcpy (&n, boundParams[index -1].getBindLengthBuffer (), sizeof (n)); in getParamLength()
762 Reference< XInputStream> inputStream = boundParams[index - 1].getInputStream (); in putParamData()
770 sal_Int32 maxBytesLeft = boundParams[index - 1].getInputStreamLen (); in putParamData()
890 boundParams[ParameterIndex - 1].setInputStream (x, length); in setStream()
899 delete [] boundParams; in FreeParams()
900 boundParams = NULL; in FreeParams()