Searched refs:_bWasNull (Results 1 – 2 of 2) sorted by relevance
| /trunk/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() 473 sal_Bool &_bWasNull, in getBytesValue() argument 491 _bWasNull = pcbValue == SQL_NULL_DATA; in getBytesValue() 492 if(_bWasNull) in getBytesValue() 535 sal_Bool &_bWasNull, in getStringValue() argument 560 _bWasNull = pcbValue == SQL_NULL_DATA; in getStringValue() 561 if(_bWasNull) in getStringValue() 620 _bWasNull = pcbValue == SQL_NULL_DATA; in getStringValue() 621 if(_bWasNull) in getStringValue()
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | OTools.hxx | 192 sal_Bool &_bWasNull, 200 sal_Bool &_bWasNull, 206 sal_Bool &_bWasNull, 257 sal_Bool &_bWasNull, in getValue() argument 261 …OTools::getValue(_pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,… in getValue()
|