Пример #1
0
 public List <string> ShowTables(Executor expr)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void Update(Executor expr)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public List <string> Select(Executor expr)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void Insert(Executor expr)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public void DropTable(Executor expr)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public void DropDatabases(Executor expr)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public void CreateDatabase(Executor expr)
 {
     throw new NotImplementedException();
 }