Searched refs:_bWasNull (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 49 sal_Bool &_bWasNull, in getValue() argument 64 _bWasNull = pcbValue == SQL_NULL_DATA; in getValue() 474 sal_Bool &_bWasNull, in getBytesValue() argument 492 _bWasNull = pcbValue == SQL_NULL_DATA; in getBytesValue() 493 if(_bWasNull) in getBytesValue() 536 sal_Bool &_bWasNull, in getStringValue() argument 561 _bWasNull = pcbValue == SQL_NULL_DATA; in getStringValue() 562 if(_bWasNull) in getStringValue() 621 _bWasNull = pcbValue == SQL_NULL_DATA; in getStringValue() 622 if(_bWasNull) in getStringValue()
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OTools.hxx | 194 sal_Bool &_bWasNull, 202 sal_Bool &_bWasNull, 208 sal_Bool &_bWasNull, 260 sal_Bool &_bWasNull, in getValue() argument 264 …OTools::getValue(_pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,… in getValue()
|
Completed in 176 milliseconds