Exemplo n.º 1
0
 public void dispatch(Switch sw) {
   super.dispatch(sw);
   sw.onColumn(this);
 }
Exemplo n.º 2
0
 public void dispatch(Switch sw) {
   super.dispatch(sw);
   sw.onSQLBlock(this);
 }
Exemplo n.º 3
0
 public void dispatch(Switch sw) {
   super.dispatch(sw);
   sw.onQualias(this);
 }