- SQL::Schema::Clear Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/Clear Method.xml
The Clear() method clears out the schema as if it had just been created.
- SQL::Connection ClearSchemaCache Method
/documentation/pages/Ref/Api/Namespace/SQL/Connection/ClearSchemaCache Method.xml
Clear any schema data cached by the connection.
- SQL::Schema Clone Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/Clone Method.xml
The SQL::Schema.Clone() method makes a copy of a SQL::Schema object and its properties.
- SQL::Schema::UpdateStatistics Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/UpdateStatistics Method.xml
Gather statistical information about the actual tables in the schema.
- SQL::Schema::AddTable Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/AddTable Method.xml
Add a Table.
- SQL::Schema::TableNumber Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/TableNumber Method.xml
Get the index of a Table from the name.
- SQL::Schema::TablesReferencing Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/TablesReferencing Method.xml
Generate a collection of tables that reference this table.
- SQL::Schema::ListTables Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/ListTables Method.xml
The ListTables() method returns a list of tables in the current cache for the current database.
- SQL::TableInfo::Clear Function
/documentation/pages/Ref/Api/Namespace/SQL/TableInfo/Clear Method.xml
Reset the contents of the TableInfo as if it had just been declared.
- SQL::Schema::TablesReferencedBy Function
/documentation/pages/Ref/Api/Namespace/SQL/Schema/TablesReferencedBy Method.xml
Generate a collection of tables referenced by this table.