Methods' Summary |
dropIndex |
drops an object of the related container identified by its name.
|
addIndex |
creates a new object using the given descriptor and appends it
to the related container.
Note:
The descriptor will not be changed and can be used again to append another object.
|
Methods' Details |
dropIndex
- Description
- drops an object of the related container identified by its name.
- Parameter table
- the table to be altered
- Parameter index
- the name of the column to be dropped
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
|
addIndex
- Description
- creates a new object using the given descriptor and appends it
to the related container.
Note:
The descriptor will not be changed and can be used again to append another object.
- Parameter table
- the table to be altered
- Parameter descriptor
- the descriptor which should be serve to append a new object
- Throws
- com::sun::star::sdbc::SQLException
if a database access 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.