Drops a table from the database.
void Connection.dropTable( String table_name ) throws ULjException
table_name The name of table to drop.
A table can only be dropped when there are no outstanding uncommitted transactions for the current connection and when the table does not occur in any publication. Any rows in the dropped table are lost. Any unsynchronized operations are also lost.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |