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 | |
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 SELECTstatement. | 
| com::sun::star::sdbc::SQLException | if an error occurs |