Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx451 bool bLhsNull = true; in CompareContacts() local
466 bool success = getValue( lhs, nField, eFieldType, &aLhsValue, bLhsNull ) in CompareContacts()
472 if ( bLhsNull && !bRhsNull ) in CompareContacts()
474 if ( !bLhsNull && bRhsNull ) in CompareContacts()
476 if ( bLhsNull && bRhsNull ) in CompareContacts()

Completed in 16 milliseconds