SQL::TableInfo::Clear()

Syntax

Result_Flag as L = <SQL::TableInfo>.Clear()

Argument

Description

Result_Flag

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

<SQL::TableInfo>

A SQL::TableInfo object.

Description

The Clear() method clears out the SQL::TableInfo object as if it had just been created.

Example

dim TableInfo as SQL::TableInfo

TableInfo.Name = "MyTable"

IndexInfo.Name = "Primary_Key"

TableInfo.Clear()

? TableInfo.Name

= ""

See Also

SQL::TableInfo Object

Supported By

Alpha Five Version 8 Enterprise Edition

Limitations

Desktop applications only.