Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx63 ,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 …]
/aoo4110/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx69 SQLSMALLINT numParams; // Number of parameter markers member in connectivity::odbc::OPreparedStatement

Completed in 19 milliseconds