Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx64 ,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 …]
/aoo41x/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx72 OBoundParam* boundParams; member in connectivity::odbc::OPreparedStatement

Completed in 27 milliseconds