:: com :: sun :: star :: sdbcx ::
|
unpublished |
interface XAlterView |
|
|
|
- Description
- implements the possibility to alter aspects of a view's definition
|
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 © 2010 Sun Microsystems, Inc.