Home
last modified time | relevance | path

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

/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx49 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()
/aoo42x/main/connectivity/source/inc/odbc/
H A DOTools.hxx194 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 17 milliseconds