Lines Matching refs:sdbc

49         typedef ::cppu::WeakComponentImplHelper5<   ::com::sun::star::sdbc::XStatement,
50 ::com::sun::star::sdbc::XWarningsSupplier,
52 ::com::sun::star::sdbc::XCloseable,
53 … ::com::sun::star::sdbc::XMultipleResults> OStatement_BASE;
68 ::com::sun::star::sdbc::SQLWarning m_aLastWarning;
73 …::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XResultSet> m_xResultSet; // Th…
92 …sal_Int32 getQueryTimeOut() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
93 …sal_Int32 getMaxFieldSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
94 …sal_Int32 getMaxRows() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
95 …sal_Int32 getResultSetConcurrency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
96 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
97 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
98 …sal_Int32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
99 …::rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
101 …void setQueryTimeOut(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
102 …void setMaxFieldSize(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
103 …void setMaxRows(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
104 …void setResultSetConcurrency(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
105 …void setResultSetType(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
106 …void setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
107 …void setFetchSize(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
108 …void setCursorName(const ::rtl::OUString &_par0) throw(::com::sun::star::sdbc::SQLException, ::com…
114 void reset () throw( ::com::sun::star::sdbc::SQLException);
115 void clearMyResultSet () throw( ::com::sun::star::sdbc::SQLException);
116 …void setWarning (const ::com::sun::star::sdbc::SQLWarning &ex) throw( ::com::sun::star::sdbc::SQL…
117 sal_Int32 getColumnCount () throw( ::com::sun::star::sdbc::SQLException);
118 sal_Int32 getRowCount () throw( ::com::sun::star::sdbc::SQLException);
158 …ference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( const ::rtl::OUString& sql ) …
159 …_CALL executeUpdate( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::co…
160 …ol SAL_CALL execute( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::co…
161 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:…
163 …com::sun::star::uno::Any SAL_CALL getWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::co…
164 …virtual void SAL_CALL clearWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
168 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
170 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( ) throw(::com::…
171 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
172 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
176 public ::com::sun::star::sdbc::XBatchExecution,
190 …d SAL_CALL addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::co…
191 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
192 …::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::star::sdbc::SQLException, ::co…