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