Tag: cws_src680_dba205b User: oj Date: 2006/08/04 02:16:59 Modified: dba/connectivity/source/inc/adabas/BResultSetMetaData.hxx
Log: #b5007781# overload isAutoIncrement File Changes: Directory: /dba/connectivity/source/inc/adabas/ =============================================== File [changed]: BResultSetMetaData.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/adabas/BResultSetMetaData.hxx?r1=1.4&r2=1.4.146.1 Delta lines: +4 -3 ------------------- --- BResultSetMetaData.hxx 8 Sep 2005 06:46:04 -0000 1.4 +++ BResultSetMetaData.hxx 4 Aug 2006 09:16:57 -0000 1.4.146.1 @@ -4,9 +4,9 @@ * * $RCSfile: BResultSetMetaData.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.146.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 06:46:04 $ + * last change: $Author: oj $ $Date: 2006/08/04 09:16:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,6 +62,7 @@ virtual sal_Int32 SAL_CALL getColumnType( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); virtual sal_Int32 SAL_CALL isNullable( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); + virtual sal_Bool SAL_CALL isAutoIncrement( sal_Int32 column ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); }; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
