Connection.dropTable

Drops a table from the database.

class Connection
int
dropTable
(
string tableName
)

Parameters

tableName string

name of the table to be removed

Return Value

Type: int

TRUE if successful, FALSE otherwise.

Meta