Methods' Summary |
alterColumnByName |
alter the column defined by name
|
addColumn |
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.
|
dropColumn |
drops an object of the related container identified by its name.
|
Methods' Details |
alterColumnByName
- Description
- alter the column defined by name
- Parameter table
- the table to be altered
- Parameter columnName
- the name of the column to be changed
- Parameter columnDescriptor
- the column descriptor with the information of the new column definition
- Throws
- com::sun::star::sdbc::SQLException
- See also
- ::com::sun::star::sdbcx::XAlterTable
|
|
addColumn
- 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.
- See also
- ::com::sun::star::sdbcx::XAppend
|
|
dropColumn
- Description
- drops an object of the related container identified by its name.
- Parameter table
- the table to be altered
- Parameter columnName
- the name of the column to be dropped
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
- See also
- ::com::sun::star::sdbcx::XDrop
|
|
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.