SQL::Connection::GenerateDropTableStatement()

Syntax

SQL_Statement as C = SQL::Connection::GenerateDropTableStatement( <TableInfo> as SQL::TableInfo )

Argument

Description

SQL_Statement

An add user group statement appropriate for the database.

<TableInfo>

A SQL::TableInfo object ... .

Description

The .GenerateDropTableStatement() method returns the SQL statement that will delete a table in a database.

Supported By

Alpha Five Version 8 Enterprise Edition

Limitations

Desktop applications only.

Example

 

See Also

SQL::Connection Object