C# Class CRL.ExistsTableCache

Mostra file Open project: hubro-xx/CRL2 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

保存表字段

Method Details

CheckFieldExists() public method

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

FromFile() public static method

public static FromFile ( ) : ExistsTableCache
return ExistsTableCache

GetTable() public method

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

InitTable() public method

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

Save() public method

public Save ( ) : void
return void

SaveTable() public method

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