コード例 #1
0
ファイル: TableVisitor.java プロジェクト: pronoydebnath/DDF
 public void visit(OrderByElement orderByElement) throws Exception {
   orderByElement.getExpression().accept(this);
 }