Tag: cws_src680_dba202c User: oj Date: 05/12/02 03:06:26 Modified: /dba/connectivity/source/inc/odbc/ OResultSet.hxx
Log: #127795# new method for columnbinding File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: OResultSet.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OResultSet.hxx?r1=1.24&r2=1.24.44.1 Delta lines: +5 -3 ------------------- --- OResultSet.hxx 8 Sep 2005 07:37:23 -0000 1.24 +++ OResultSet.hxx 2 Dec 2005 11:05:36 -0000 1.24.44.1 @@ -4,9 +4,9 @@ * * $RCSfile: OResultSet.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.24.44.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 07:37:23 $ + * last change: $Author: oj $ $Date: 2005/12/02 11:05:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -214,6 +214,8 @@ void fillNeededData(SQLRETURN _nRet); const ORowSetValue& getValue(sal_Int32 _nColumnIndex,SQLSMALLINT _nType,void* _pValue,SQLINTEGER _rSize); 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); // OPropertyArrayUsageHelper --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
