Home
last modified time | relevance | path

Searched refs:_bUseWChar (Results 1 – 2 of 2) sorted by path

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx73 sal_Bool _bUseWChar, in bindParameter() argument
117 sal_Bool _bUseWChar, in bindData() argument
132 if(_bUseWChar) in bindData()
159 if(_bUseWChar) in bindData()
222 if(_bUseWChar) in bindData()
831 void OTools::getBindTypes(sal_Bool _bUseWChar, in getBindTypes() argument
841 case SQL_CHAR: if(_bUseWChar) in getBindTypes()
852 case SQL_VARCHAR: if(_bUseWChar) in getBindTypes()
863 case SQL_LONGVARCHAR: if(_bUseWChar) in getBindTypes()
874 case SQL_DECIMAL: fCType = _bUseWChar ? SQL_C_WCHAR : SQL_C_CHAR; in getBindTypes()
[all …]
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx184 static void getBindTypes(sal_Bool _bUseWChar,
223 sal_Bool _bUseWChar,
236 sal_Bool _bUseWChar,

Completed in 17 milliseconds