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