C# 클래스 CRL.ExistsTableCache

파일 보기 프로젝트 열기: hubro-xx/CRL2 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckFieldExists ( string dbName, Attribute table ) : List

检查字段

FromFile ( ) : ExistsTableCache
GetTable ( string dbName, Attribute table ) : Table

获取一个表

InitTable ( string dbName, List tables ) : void

初始所有表

Save ( ) : void
SaveTable ( string dbName, Attribute table ) : void

保存表字段

메소드 상세

CheckFieldExists() 공개 메소드

检查字段
public CheckFieldExists ( string dbName, Attribute table ) : List
dbName string
table System.Attribute
리턴 List

FromFile() 공개 정적인 메소드

public static FromFile ( ) : ExistsTableCache
리턴 ExistsTableCache

GetTable() 공개 메소드

获取一个表
public GetTable ( string dbName, Attribute table ) : Table
dbName string
table System.Attribute
리턴 Table

InitTable() 공개 메소드

初始所有表
public InitTable ( string dbName, List tables ) : void
dbName string
tables List
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveTable() 공개 메소드

保存表字段
public SaveTable ( string dbName, Attribute table ) : void
dbName string
table System.Attribute
리턴 void