LibreOffice
LibreOffice 7.4 SDK API Reference
Exported Interfaces | Public Member Functions | List of all members
XViewAccess Interface Reference

allows to fetch and to change the sql statements of views More...

import"XViewAccess.idl";

Inheritance diagram for XViewAccess:
XConnectionSupplier XInitialization XInterface

Exported Interfaces

interface XConnectionSupplier
 
- Exported Interfaces inherited from XConnectionSupplier
interface com::sun::star::lang::XInitialization
 

Public Member Functions

string getCommand ([in] com::sun::star::beans::XPropertySet view) raises ( com::sun::star::sdbc::SQLException )
 returns the SQL statement of the view More...
 
void alterCommand ([in] com::sun::star::beans::XPropertySet view, [in] string command) raises ( com::sun::star::sdbc::SQLException )
 allows to alter the SQL statement of a view More...
 
- Public Member Functions inherited from XInitialization
void initialize ([in] sequence< any > aArguments) raises ( com::sun::star::uno::Exception )
 initializes the object. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Additional Inherited Members

- Public Attributes inherited from XConnectionSupplier
com::sun::star::sdbc::XConnection ActiveConnection
 returns the source connection. More...
 

Detailed Description

allows to fetch and to change the sql statements of views

See also
com::sun::star::sdb::DataSource::Settings
com::sun::star::sdbcx::View
Since
OOo 3.3

Exported Interfaces

◆ XConnectionSupplier

Member Function Documentation

◆ alterCommand()

void alterCommand ( [in] com::sun::star::beans::XPropertySet  view,
[in] string  command 
)
raises (com::sun::star::sdbc::SQLException
)

allows to alter the SQL statement of a view

Parameters
viewthe view to be altered
commandthe new SQL statement
Exceptions
com::sun::star::sdbc::SQLException

◆ getCommand()

string getCommand ( [in] com::sun::star::beans::XPropertySet  view)
raises (com::sun::star::sdbc::SQLException
)

returns the SQL statement of the view

Parameters
viewthe table to be renamed
Exceptions
com::sun::star::sdbc::SQLException

The documentation for this interface was generated from the following file: