Lines Matching refs:sdbc

47         typedef ::cppu::WeakComponentImplHelper6<       ::com::sun::star::sdbc::XStatement,
48 ::com::sun::star::sdbc::XWarningsSupplier,
50 ::com::sun::star::sdbc::XCloseable,
51 ::com::sun::star::sdbc::XGeneratedResultSet,
52 … ::com::sun::star::sdbc::XMultipleResults> java_sql_Statement_BASE;
67 …sal_Int32 getQueryTimeOut() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
68 …sal_Int32 getMaxFieldSize() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
69 …sal_Int32 getMaxRows() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
70 …sal_Int32 getResultSetConcurrency() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
71 …sal_Int32 getResultSetType() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
72 …sal_Int32 getFetchDirection() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
73 …sal_Int32 getFetchSize() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
74 …::rtl::OUString getCursorName() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
76 …void setQueryTimeOut(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException…
77 …void setMaxFieldSize(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException…
78 …s(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::co…
79 …void setResultSetConcurrency(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com:…
80 …void setResultSetType(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException…
81 …void setFetchDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException…
82 …ize(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::co…
83 …void setCursorName(const ::rtl::OUString &_par0) throw(::com::sun::star::sdbc::SQLException, ::com…
84 …void setEscapeProcessing(sal_Bool _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
87 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XStatement> m_xGeneratedStatement;
150 …ference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( const ::rtl::OUString& sql ) …
151 …_CALL executeUpdate( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::co…
152 …virtual sal_Bool SAL_CALL execute( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLE…
153 …tar::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::com:…
155 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings( ) throw(::com::sun::star::sdbc::SQLExcep…
156 …virtual void SAL_CALL clearWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
160 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
162 …star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( ) throw(::com::…
163 …virtual sal_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::s…
164 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
166 …::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getGeneratedValues( ) throw (::co…
188 public ::com::sun::star::sdbc::XBatchExecution,
209 …virtual void SAL_CALL addBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLExce…
210 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
211 …::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::star::sdbc::SQLException, ::co…