public class SqlNodeVisitorBase extends Object implements SqlNodeVisitor
Constructor and Description |
---|
SqlNodeVisitorBase() |
Modifier and Type | Method and Description |
---|---|
void |
visit(SqlCoalesce sqlCoalesce) |
void |
visit(com.hp.hpl.jena.sdb.core.sqlnode.SqlDistinct sqlDistinct) |
void |
visit(SqlJoinInner sqlJoin) |
void |
visit(SqlJoinLeftOuter sqlJoin) |
void |
visit(SqlProject sqlProject) |
void |
visit(com.hp.hpl.jena.sdb.core.sqlnode.SqlRename sqlRename) |
void |
visit(SqlRestrict sqlRestrict) |
void |
visit(SqlSelectBlock sqlSelectBlock) |
void |
visit(SqlSlice sqlSlice) |
void |
visit(SqlTable sqlTable) |
void |
visit(SqlUnion sqlUnion) |
public void visit(SqlProject sqlProject)
public void visit(com.hp.hpl.jena.sdb.core.sqlnode.SqlDistinct sqlDistinct)
public void visit(SqlRestrict sqlRestrict)
public void visit(com.hp.hpl.jena.sdb.core.sqlnode.SqlRename sqlRename)
public void visit(SqlTable sqlTable)
visit
in interface SqlNodeVisitor
public void visit(SqlJoinInner sqlJoin)
visit
in interface SqlNodeVisitor
public void visit(SqlJoinLeftOuter sqlJoin)
visit
in interface SqlNodeVisitor
public void visit(SqlUnion sqlUnion)
visit
in interface SqlNodeVisitor
public void visit(SqlCoalesce sqlCoalesce)
visit
in interface SqlNodeVisitor
public void visit(SqlSlice sqlSlice)
public void visit(SqlSelectBlock sqlSelectBlock)
visit
in interface SqlNodeVisitor
Licenced under the Apache License, Version 2.0