LibreOffice
LibreOffice 24.2 SDK API Reference
|
implements the possibility to alter aspects of a view's definition More...
import"XAlterView.idl";
Public Member Functions | |
void | alterCommand ([in] string NewCommand) raises ( ::com::sun::star::sdbc::SQLException ) |
changes the command which constitutes the view More... | |
implements the possibility to alter aspects of a view's definition
void alterCommand | ( | [in] string | NewCommand | ) | |
raises | ( | ::com::sun::star::sdbc::SQLException | |||
) |
changes the command which constitutes the view
The operation should be atomic.
NewCommand | the new command which the view should be based on. Usually an SELECT statement. |
com::sun::star::sdbc::SQLException | if an error occurs |