Language
The Free and Open Productivity Suite
:: com :: sun :: star :: sdbcx ::
|
unpublished |
interface XAlterView |
|
|
|
- Usage Restrictions
- not published
- Description
- implements the possibility to alter aspects of a view's definition
- Since
- OOo 2.4
|
Methods' Summary |
alterCommand |
changes the command which constitutes the view
|
Methods' Details |
alterCommand
void |
alterCommand( |
[in] string |
NewCommand ) |
raises( |
::com::sun::star::sdbc::SQLException ); |
- Description
- changes the command which constitutes the view
The operation should be atomic.
- Parameter NewCommand
- the new command which the view should be based on. Usually an
SELECT statement.
- Throws
- ::com::sun::star::sdbc::SQLException
if an error occurs
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.