Lines Matching refs:star

52         typedef ::cppu::WeakComponentImplHelper7<	::com::sun::star::sdbc::XResultSet,
53 ::com::sun::star::sdbc::XRow,
54 … ::com::sun::star::sdbc::XResultSetMetaDataSupplier,
55 ::com::sun::star::util::XCancellable,
56 ::com::sun::star::sdbc::XWarningsSupplier,
57 ::com::sun::star::sdbc::XCloseable,
58 … ::com::sun::star::sdbc::XColumnLocate> ODatabaseMetaDataResultSet_BASE;
76 ::com::sun::star::uno::WeakReferenceHelper m_aStatement;
77 … ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData;
91 …nt32 getResultSetConcurrency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
92 …sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
93 …sal_Int32 getFetchDirection() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
94 …sal_Int32 getFetchSize() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno…
95 …rtl::OUString getCursorName() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
108 … ::com::sun::star::uno::Any & rConvertedValue,
109 … ::com::sun::star::uno::Any & rOldValue,
111 … const ::com::sun::star::uno::Any& rValue )
112 throw (::com::sun::star::lang::IllegalArgumentException);
115 … const ::com::sun::star::uno::Any& rValue
117 … throw (::com::sun::star::uno::Exception);
119 … ::com::sun::star::uno::Any& rValue,
135 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
139 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw…
141 …ual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getProp…
142 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > operator *() in operator *()
144 …return ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >(*(ODatabaseMetaDataRe… in operator *()
147 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
148 … sal_Bool SAL_CALL isBeforeFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
149 …al sal_Bool SAL_CALL isAfterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
150 …irtual sal_Bool SAL_CALL isFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
151 …virtual sal_Bool SAL_CALL isLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
152 …irtual void SAL_CALL beforeFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
153 …virtual void SAL_CALL afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
154 …virtual sal_Bool SAL_CALL first( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
155 …virtual sal_Bool SAL_CALL last( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
156 …irtual sal_Int32 SAL_CALL getRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
157 …l SAL_CALL absolute( sal_Int32 row ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
158 … SAL_CALL relative( sal_Int32 rows ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
159 …rtual sal_Bool SAL_CALL previous( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
160 …virtual void SAL_CALL refreshRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
161 …ual sal_Bool SAL_CALL rowUpdated( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
162 …al sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
163 …ual sal_Bool SAL_CALL rowDeleted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
164 …un::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getStatement( ) throw(::co…
166 …irtual sal_Bool SAL_CALL wasNull( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
167 …L getString( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
168 … getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
169 …ALL getByte( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
170 …LL getShort( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
171 …CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
172 …ALL getLong( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
173 …LL getFloat( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
174 …L getDouble( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
175 …om::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getBytes( sal_Int32 columnIndex ) throw(::com::s…
176 …tual ::com::sun::star::util::Date SAL_CALL getDate( sal_Int32 columnIndex ) throw(::com::sun::star
177 …tual ::com::sun::star::util::Time SAL_CALL getTime( sal_Int32 columnIndex ) throw(::com::sun::star
178 …::com::sun::star::util::DateTime SAL_CALL getTimestamp( sal_Int32 columnIndex ) throw(::com::sun::
179star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getBinaryStream( sal_Int32 col…
180star::uno::Reference< ::com::sun::star::io::XInputStream > SAL_CALL getCharacterStream( sal_Int32 …
181star::uno::Any SAL_CALL getObject( sal_Int32 columnIndex, const ::com::sun::star::uno::Reference< …
182star::uno::Reference< ::com::sun::star::sdbc::XRef > SAL_CALL getRef( sal_Int32 columnIndex ) thro…
183star::uno::Reference< ::com::sun::star::sdbc::XBlob > SAL_CALL getBlob( sal_Int32 columnIndex ) th…
184star::uno::Reference< ::com::sun::star::sdbc::XClob > SAL_CALL getClob( sal_Int32 columnIndex ) th…
185star::uno::Reference< ::com::sun::star::sdbc::XArray > SAL_CALL getArray( sal_Int32 columnIndex ) …
187star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData > SAL_CALL getMetaData( ) throw(…
189 virtual void SAL_CALL cancel( ) throw(::com::sun::star::uno::RuntimeException);
191 …virtual void SAL_CALL close( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno:…
193 …virtual ::com::sun::star::uno::Any SAL_CALL getWarnings( ) throw(::com::sun::star::sdbc::SQLExcep…
194 …tual void SAL_CALL clearWarnings( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
196 … const ::rtl::OUString& columnName ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
200 …void openTablesTypes( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::Runtime…
201 …void openTypeInfo() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeExce…
202 …void openCatalogs() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeExce…
203 …void openSchemas() throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeExcep…
204 … void openTables(const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schemaPattern,
205 …const ::rtl::OUString& tableNamePattern, const ::com::sun::star::uno::Sequence< ::rtl::OUString >&…
206 … throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
207 …void openColumnPrivileges( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUStrin…
208 … ::rtl::OUString& columnNamePattern )throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
209 …void openColumns( const ::com::sun::star::uno::Any& catalog, cons…
210 … ::rtl::OUString& columnNamePattern )throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
211 …void openProcedureColumns( const ::com::sun::star::uno::Any& catalog, const ::rtl:…
212 … ::rtl::OUString& columnNamePattern )throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
213 …void openProcedures( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUStrin…
214 …:rtl::OUString& procedureNamePattern)throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
215 … void openVersionColumns(const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,
216 …const ::rtl::OUString& table)throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::Ru…
217 …void openBestRowIdentifier( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& sche…
218 …e,sal_Int32 scope,sal_Bool nullable )throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
219 …void openForeignKeys( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString* schema,con…
220 …n::star::uno::Any& catalog2, const ::rtl::OUString* schema2,const ::rtl::OUString* table2)throw(::…
221 …un::star::uno::Any& catalog, const ::rtl::OUString& schema,const ::rtl::OUString& table)throw(::co…
222 …un::star::uno::Any& catalog, const ::rtl::OUString& schema,const ::rtl::OUString& table)throw(::co…
223 …un::star::uno::Any& catalog, const ::rtl::OUString& schema,const ::rtl::OUString& table)throw(::co…
224 …void openTablePrivileges(const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schemaP…
225 …st ::rtl::OUString& tableNamePattern)throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
226 …void openSpecialColumns(sal_Bool _bRowVer,const ::com::sun::star::uno::Any& catalog, const ::rtl::…
227 …al_Int32 scope, sal_Bool nullable )throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…
228 … void openIndexInfo( const ::com::sun::star::uno::Any& catalog, const ::rtl::OUString& schema,
229 …al_Bool unique,sal_Bool approximate )throw(::com::sun::star::sdbc::SQLException, ::com::sun::star:…