Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx496 SQLINTEGER nBytes = pcbValue != SQL_NO_TOTAL ? std::min(pcbValue, nMaxLen) : nMaxLen; in getBytesValue()
506 while ((pcbValue == SQL_NO_TOTAL) || pcbValue > nMaxLen) in getBytesValue()
511 if (pcbValue != SQL_NO_TOTAL && (pcbValue - nMaxLen) < nMaxLen) in getBytesValue()
569 SQLLEN nLen = pcbValue != SQL_NO_TOTAL ? std::min(nRealSize, nMaxLen) : (nMaxLen-1); in getStringValue()
577 while ((pcbValue == SQL_NO_TOTAL ) || nLen > nMaxLen) in getStringValue()
582 if (pcbValue != SQL_NO_TOTAL && (pcbValue - nMaxLen) < nMaxLen) in getStringValue()
599 nLen = pcbValue != SQL_NO_TOTAL ? std::min(nRealSize, nMaxLen) : (nMaxLen-1); in getStringValue()
625 SQLLEN nLen = pcbValue != SQL_NO_TOTAL ? std::min(pcbValue, nMaxLen) : (nMaxLen-1); in getStringValue()
627 if ( ((pcbValue == SQL_NO_TOTAL) || pcbValue > nMaxLen) && aCharArray[nLen-1] == 0 && nLen > 0 ) in getStringValue()
635 while ((pcbValue == SQL_NO_TOTAL) || pcbValue > nMaxLen) in getStringValue()
[all …]
/aoo4110/main/connectivity/source/inc/odbc/
H A DOFunctiondefs.hxx103 #define SQL_NO_TOTAL (-4) macro
/aoo4110/main/unixODBC/inc/
H A Dsqlext.h529 #define SQL_NO_TOTAL (-4) macro

Completed in 37 milliseconds