LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XAlterView Interface Reference

implements the possibility to alter aspects of a view's definition More...

import "XAlterView.idl";

Inheritance diagram for XAlterView:
View

Public Member Functions

void alterCommand ([in] string NewCommand) raises ( ::com::sun::star::sdbc::SQLException )
 changes the command which constitutes the view

Detailed Description

implements the possibility to alter aspects of a view's definition

Since
OOo 2.4

Member Function Documentation

◆ alterCommand()

void alterCommand ( [in] string NewCommand)
raises (::com::sun::star::sdbc::SQLException )

changes the command which constitutes the view

The operation should be atomic.

Parameters
NewCommandthe new command which the view should be based on. Usually an SELECT statement.
Exceptions
com::sun::star::sdbc::SQLExceptionif an error occurs

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