Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx73 sal_Bool _bUseWChar, in bindParameter() argument
90 OTools::getBindTypes(_bUseWChar,_bUseOldTimeDate,_nODBCtype,fCType,fSqlType); in bindParameter()
92 OTools::bindData(_nODBCtype,_bUseWChar,pDataBuffer,pLen,_pValue,_nTextEncoding,nColumnSize); in bindParameter()
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()
[all …]
/AOO41X/main/connectivity/source/inc/odbc/
H A DOTools.hxx184 static void getBindTypes(sal_Bool _bUseWChar,
223 sal_Bool _bUseWChar,
236 sal_Bool _bUseWChar,