コード例 #1
0
ファイル: TestDatabase.cs プロジェクト: kaktusan/plsqlparser
 public TestDatabase()
 {
     tables = new Dictionary<ObjectName, ITable>();
     CellCache = new FakeCellCache();
 }
コード例 #2
0
ファイル: TestDatabase.cs プロジェクト: tsvmks/plsqlparser
 public TestDatabase()
 {
     tables    = new Dictionary <ObjectName, ITable>();
     CellCache = new FakeCellCache();
 }