INTEGRATION: CWS dba18 (1.18.96); FILE MERGED
2004/11/09 14:29:15 oj 1.18.96.2: #i30004# use new singlequerycomposer 2004/10/18 10:40:30 oj 1.18.96.1: #i30004# don't use params from the rowset any longer
This commit is contained in:
parent
584b8f0255
commit
01fd71d2a2
1 changed files with 2 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: KeySet.hxx,v $
|
||||
*
|
||||
* $Revision: 1.19 $
|
||||
* $Revision: 1.20 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-10-22 08:54:17 $
|
||||
* last change: $Author: obo $ $Date: 2004-11-17 14:41:36 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -101,7 +101,6 @@ namespace dbaccess
|
|||
OKeySetMatrix m_aKeyMap;
|
||||
OKeySetMatrix::iterator m_aKeyIter;
|
||||
|
||||
connectivity::ORowVector< connectivity::ORowSetValue > m_aParameterRow; // contains the parameters from rowset
|
||||
::std::vector< ::rtl::OUString > m_aAutoColumns; // contains all columns which are autoincrement ones
|
||||
|
||||
OColumnNamePos* m_pKeyColumnNames; // contains all key column names
|
||||
|
@ -141,8 +140,6 @@ namespace dbaccess
|
|||
// late ctor which can throw exceptions
|
||||
virtual void construct(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet>& _xDriverSet);
|
||||
|
||||
void setExternParameters(const connectivity::ORowVector< connectivity::ORowSetValue >& _rParameterRow);
|
||||
|
||||
// ::com::sun::star::sdbc::XRow
|
||||
virtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
|
||||
virtual ::rtl::OUString SAL_CALL getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
|
||||
|
|
Loading…
Reference in a new issue