Lines Matching refs:star

49         typedef ::cppu::WeakComponentImplHelper5<   ::com::sun::star::sdbc::XStatement,
50 ::com::sun::star::sdbc::XWarningsSupplier,
51 ::com::sun::star::util::XCancellable,
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 …nt32 getQueryTimeOut() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
93 …nt32 getMaxFieldSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
94 …nt32 getMaxRows() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
95 …nt32 getResultSetConcurrency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
96 …nt32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
97 …nt32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
98 …nt32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
99 …::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
101 …ryTimeOut(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
102 …FieldSize(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
103 …Rows(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
104 …ultSetConcurrency(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
105 …ultSetType(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
106 …chDirection(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
107 …chSize(sal_Int32 _par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
108 …orName(const ::rtl::OUString &_par0) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
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);
128 ::com::sun::star::uno::Any & rConvertedValue,
129 ::com::sun::star::uno::Any & rOldValue,
131 const ::com::sun::star::uno::Any& rValue )
132 throw (::com::sun::star::lang::IllegalArgumentException);
135 const ::com::sun::star::uno::Any& rValue
137 throw (::com::sun::star::uno::Exception);
139 ::com::sun::star::uno::Any& rValue,
145 …using OStatement_BASE::operator ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterfac…
151 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
153 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
156 …ual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getProp…
158star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL executeQuery( const ::rtl::OUS…
159 …Update( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
160 …xecute( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
161 …n::star::uno::Reference< ::com::sun::star::sdbc::XConnection > SAL_CALL getConnection( ) throw(::…
163 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings( ) throw(::com::sun::star::sdbc::SQLExcep…
164 …tual void SAL_CALL clearWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
166 virtual void SAL_CALL cancel( ) throw(::com::sun::star::uno::RuntimeException);
168 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
170 …un::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getResultSet( ) throw(::c…
171 …al_Int32 SAL_CALL getUpdateCount( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
172 …sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
176 public ::com::sun::star::sdbc::XBatchExecution,
177 public ::com::sun::star::lang::XServiceInfo
188 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
190 …dBatch( const ::rtl::OUString& sql ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
191 …virtual void SAL_CALL clearBatch( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
192 …tual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL executeBatch( ) throw(::com::sun::star