LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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...
 

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

Member Function Documentation

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
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: