Searched refs:_bUseWChar (Results 1 – 2 of 2) sorted by relevance
73 sal_Bool _bUseWChar, in bindParameter() argument117 sal_Bool _bUseWChar, in bindData() argument132 if(_bUseWChar) in bindData()159 if(_bUseWChar) in bindData()222 if(_bUseWChar) in bindData()831 void OTools::getBindTypes(sal_Bool _bUseWChar, in getBindTypes() argument841 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 …]
184 static void getBindTypes(sal_Bool _bUseWChar,223 sal_Bool _bUseWChar,236 sal_Bool _bUseWChar,
Completed in 31 milliseconds