Esempio n. 1
0
 public List <string> ShowTables(Executor expr)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void Update(Executor expr)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public List <string> Select(Executor expr)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void Insert(Executor expr)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void DropTable(Executor expr)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public void DropDatabases(Executor expr)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public void CreateDatabase(Executor expr)
 {
     throw new NotImplementedException();
 }