Lines Matching refs:sdbc

51         typedef ::cppu::WeakComponentImplHelper6<	::com::sun::star::sdbc::XStatement,
52 ::com::sun::star::sdbc::XWarningsSupplier,
54 ::com::sun::star::sdbc::XCloseable,
55 ::com::sun::star::sdbc::XGeneratedResultSet,
56 … ::com::sun::star::sdbc::XMultipleResults> OStatement_BASE;
69 ::com::sun::star::sdbc::SQLWarning m_aLastWarning;
71 …::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XResultSet> m_xResultSet; // The…
72 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XStatement> m_xGeneratedStatement;
109 void reset () throw( ::com::sun::star::sdbc::SQLException);
110 void clearMyResultSet () throw( ::com::sun::star::sdbc::SQLException);
111 …void setWarning (const ::com::sun::star::sdbc::SQLWarning &ex) throw( ::com::sun::star::sdbc::SQL…
112 …sal_Bool lockIfNecessary (const ::rtl::OUString& sql) throw( ::com::sun::star::sdbc::SQLException);
113 sal_Int32 getColumnCount () throw( ::com::sun::star::sdbc::SQLException);
120 …:uno::Reference< ::com::sun::star::sdbc::XResultSet > getResultSet (sal_Bool checkCount) throw( ::…
126 SQLLEN getRowCount () throw( ::com::sun::star::sdbc::SQLException);
173 …ference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( const ::rtl::OUString& sql ) …
174 …_CALL executeUpdate( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::co…
175 …ol SAL_CALL execute( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::co…
176 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:…
178 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings( ) throw(::com::sun::star::sdbc::SQLExcep…
179 …virtual void SAL_CALL clearWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
183 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
185 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( ) throw(::com::…
186 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
187 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
189 …::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getGeneratedValues( ) throw (::co…
223 public ::com::sun::star::sdbc::XBatchExecution,
237 …d SAL_CALL addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::co…
238 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
239 …::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::star::sdbc::SQLException, ::co…