Basic implementation of {@link SqlVisitor} which returns each leaf nodeunchanged.
This class is useful as a base class for classes which implement the {@link SqlVisitor} interface and have {@link SqlNode} as the return type. Thederived class can override whichever methods it chooses.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.