summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-10-25 11:40:12 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2012-10-26 19:12:22 +0200
commit7b4e7e027966bdd3be941d2f65399eabab0ca70e (patch)
treeb610a24460cec294923ff51a372e93dcf13f0581 /connectivity
parentUpdateBuffer optimisation: cache column value, isBound() and isNull() (diff)
downloadcore-7b4e7e027966bdd3be941d2f65399eabab0ca70e.tar.gz
core-7b4e7e027966bdd3be941d2f65399eabab0ca70e.zip
odbc::OTools::bindParameter takes an ODBCtype, not a JDBCtype
Change-Id: I6de4e86f09be74518c9980d1b2347217cdcc4e02
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/odbc/OTools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/odbc/OTools.hxx b/connectivity/source/inc/odbc/OTools.hxx
index 99339e23bf31..0688496a9bf1 100644
--- a/connectivity/source/inc/odbc/OTools.hxx
+++ b/connectivity/source/inc/odbc/OTools.hxx
@@ -232,7 +232,7 @@ namespace connectivity
sal_Int32 nPos,
sal_Int8*& pDataBuffer,
sal_Int8* pLenBuffer,
- SQLSMALLINT _nJDBCtype,
+ SQLSMALLINT _nODBCtype,
sal_Bool _bUseWChar,
sal_Bool _bUseOldTimeDate,
const void* _pValue,