Lines Matching refs:my_XResultSetRef
44 … typedef ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > my_XResultSetRef; typedef
202 …my_XResultSetRef SAL_CALL getProcedures(const Any& catalog, const OUString& schemaPattern, const O…
203 …my_XResultSetRef SAL_CALL getProcedureColumns(const Any& catalog, const OUString& schemaPattern, c…
204 …my_XResultSetRef SAL_CALL getTables(const Any& catalog, const OUString& schemaPattern, const OUStr…
205 my_XResultSetRef SAL_CALL getSchemas() throw(my_SQLException, my_RuntimeException);
206 my_XResultSetRef SAL_CALL getCatalogs() throw(my_SQLException, my_RuntimeException);
207 my_XResultSetRef SAL_CALL getTableTypes() throw(my_SQLException, my_RuntimeException);
208 …my_XResultSetRef SAL_CALL getColumns(const Any& catalog, const OUString& schemaPattern, const OUSt…
209 …my_XResultSetRef SAL_CALL getColumnPrivileges(const Any& catalog, const OUString& schema, const OU…
210 …my_XResultSetRef SAL_CALL getTablePrivileges(const Any& catalog, const OUString& schemaPattern, co…
211 …my_XResultSetRef SAL_CALL getBestRowIdentifier(const Any& catalog, const OUString& schema, const O…
212 …my_XResultSetRef SAL_CALL getVersionColumns(const Any& catalog, const OUString& schema, const OUSt…
213 …my_XResultSetRef SAL_CALL getPrimaryKeys(const Any& catalog, const OUString& schema, const OUStrin…
214 …my_XResultSetRef SAL_CALL getImportedKeys(const Any& catalog, const OUString& schema, const OUStri…
215 …my_XResultSetRef SAL_CALL getExportedKeys(const Any& catalog, const OUString& schema, const OUStri…
216 …my_XResultSetRef SAL_CALL getCrossReference(const Any& primaryCatalog, const OUString& primarySche…
217 my_XResultSetRef SAL_CALL getTypeInfo() throw(my_SQLException, my_RuntimeException);
218 …my_XResultSetRef SAL_CALL getIndexInfo(const Any& catalog, const OUString& schema, const OUString&…
231 …my_XResultSetRef SAL_CALL getUDTs(const Any& catalog, const OUString& schemaPattern, const OUStrin…