:: 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 © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.