namespace IStation.DAL.PostgreSql { /// /// /// public partial class AnalysisParameter : Yw.DAL.PostgreSql.BaseDAL, IAnalysisParameter { /// /// /// public override ConnectionConfig ConnectionConfig { get { return ConfigHelper.PostgreSqlConnectionConfig; } } public bool BulkInsertsEx(string runFlag, List list) { throw new NotImplementedException(); } public bool DeleteAllTable() { throw new NotImplementedException(); } public bool ExistTable(string runFlag) { throw new NotImplementedException(); } public Dictionary> GetAllTable() { throw new NotImplementedException(); } public List GetAllTableName() { throw new NotImplementedException(); } public List GetList(string runFlag, double targetHead) { throw new NotImplementedException(); } public List GetNoAnalysisByTableName(string tableName) { throw new NotImplementedException(); } public string GetTableName(string runFlag) { throw new NotImplementedException(); } } }