usecase: Create table

public usecase: Create table
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 1:05:53; Modified: 7.12.2005 1:13:52;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {43C65BA8-C0FB-4808-A796-095822F97835}
 

Goto: Scenarios

See also: Program

Appears in: UC Table

Connections
 
Create table Scenarios
Scenario Type Detail
Create table Simple Table is object with information about:
- table name
- columns of table
- in which database table is

Create table consist of this steps:
1. create Table(name, which database) object. Which database is database connection serial number
2. call Table.CreateTable(ColumnsInfo). This method may failed

It Program want to create temporary table then table name may determine FindNewTableName() method. This method is called before CreateTable(...)