コード例 #1
0
ファイル: SqlServerEngine.cs プロジェクト: cretz/gat-cdc
 public void Update(string projectName, ConnectionInfo connectionInfo, bool strict)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: SqlServerEngine.cs プロジェクト: cretz/gat-cdc
 public List<string> Validate(project proj, ConnectionInfo connectionInfo, bool strict)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: SqlServerEngine.cs プロジェクト: cretz/gat-cdc
 public void Uninstall(project proj, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: SqlServerEngine.cs プロジェクト: cretz/gat-cdc
 public void Uninstall(string projectName, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: SqlServerEngine.cs プロジェクト: cretz/gat-cdc
 public void Install(project proj, ConnectionInfo connectionInfo, bool strict)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
ファイル: SqlServerEngine.cs プロジェクト: cretz/gat-cdc
 public List<string> GetProjects(ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
ファイル: SqlServerEngine.cs プロジェクト: cretz/gat-cdc
 public project GetProject(string projectName, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
ファイル: SqlServerEngine.cs プロジェクト: cretz/gat-cdc
 public List<string> GetConditionals(string projectName, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
ファイル: SqlServerEngine.cs プロジェクト: cretz/gat-cdc
 public List<string> GetAppliedTables(project proj, string conditionalName, ConnectionInfo connectionInfo)
 {
     throw new NotImplementedException();
 }