Home
last modified time | relevance | path

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

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