diff options
author | ka <kai.ahrens@sun.com> | 2010-04-09 15:50:26 +0200 |
---|---|---|
committer | ka <kai.ahrens@sun.com> | 2010-04-09 15:50:26 +0200 |
commit | 0857a9995e3842ac6fe6c3f3fc8e761455a1b2b2 (patch) | |
tree | 6dee9f3b7802f6d3cff3a511673ec7a04292cbc8 /connectivity/source/inc/odbc/OResultSet.hxx | |
parent | beb895d2c8f51ec3494bb82ddc916a3b00305269 (diff) | |
parent | a001605a190749900d3e09aa864ce56925ff848e (diff) |
impressbi01: rebased to DEV300_m76
Diffstat (limited to 'connectivity/source/inc/odbc/OResultSet.hxx')
-rw-r--r-- | connectivity/source/inc/odbc/OResultSet.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/inc/odbc/OResultSet.hxx b/connectivity/source/inc/odbc/OResultSet.hxx index 6c6965861251..41aee7db1cea 100644 --- a/connectivity/source/inc/odbc/OResultSet.hxx +++ b/connectivity/source/inc/odbc/OResultSet.hxx @@ -173,6 +173,7 @@ namespace connectivity sal_Bool moveImpl(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData); TVoidPtr allocBindColumn(sal_Int32 _nType,sal_Int32 _nColumnIndex); SQLRETURN unbind(sal_Bool _bUnbindHandle = sal_True); + SWORD impl_getColumnType_nothrow(sal_Int32 columnIndex); // OPropertyArrayUsageHelper virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const; |