C# Class PSLAManager.Table

Mostrar archivo Open project: uwdb/PSLAManager Class Usage Examples

Public Methods

Method Description
Table ( String tabName, List tabAttrList, List tabSelectivityList, Attribute tabPrimaryKey, int tabSize ) : System
Table ( String tabName, List tabAttrList, List tabSelectivityList, List tabCompositeKeys, int tabSize ) : System

Method Details

Table() public method

public Table ( String tabName, List tabAttrList, List tabSelectivityList, Attribute tabPrimaryKey, int tabSize ) : System
tabName String
tabAttrList List
tabSelectivityList List
tabPrimaryKey Attribute
tabSize int
return System

Table() public method

public Table ( String tabName, List tabAttrList, List tabSelectivityList, List tabCompositeKeys, int tabSize ) : System
tabName String
tabAttrList List
tabSelectivityList List
tabCompositeKeys List
tabSize int
return System