C# 클래스 PSLAManager.Dimension

상속: Table
파일 보기 프로젝트 열기: uwdb/PSLAManager

공개 메소드들

메소드 설명
Dimension ( String tabName, List tabAttr, List tabListofSel, Attribute tabPrimaryKey, int tabSize, Attribute dimForeignKey ) : System
Dimension ( String tabName, List tabAttr, List tabListofSel, Attribute tabPrimaryKey, int tabSize, List dimForeignKeyList ) : System

메소드 상세

Dimension() 공개 메소드

public Dimension ( String tabName, List tabAttr, List tabListofSel, Attribute tabPrimaryKey, int tabSize, Attribute dimForeignKey ) : System
tabName String
tabAttr List
tabListofSel List
tabPrimaryKey Attribute
tabSize int
dimForeignKey Attribute
리턴 System

Dimension() 공개 메소드

public Dimension ( String tabName, List tabAttr, List tabListofSel, Attribute tabPrimaryKey, int tabSize, List dimForeignKeyList ) : System
tabName String
tabAttr List
tabListofSel List
tabPrimaryKey Attribute
tabSize int
dimForeignKeyList List
리턴 System