User: hr Date: 2007-09-26 14:31:02+0000 Modified: dba/connectivity/source/inc/odbc/OPreparedStatement.hxx
Log: INTEGRATION: CWS dba24a (1.11.178); FILE MERGED 2007/08/30 10:28:14 oj 1.11.178.1: #i55884# share meta data File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: OPreparedStatement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OPreparedStatement.hxx?r1=1.11&r2=1.12 Delta lines: +5 -0 ------------------- --- OPreparedStatement.hxx 2006-06-20 02:06:07+0000 1.11 +++ OPreparedStatement.hxx 2007-09-26 14:30:59+0000 1.12 @@ -127,6 +127,11 @@ void prepareStatement(); void checkParameterIndex(sal_Int32 _parameterIndex); + /** + creates the driver specific resultset (factory) + */ + virtual OResultSet* createResulSet(); + protected: virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
