Generates a string representation of this {@link Expression}, which needs to include any characters that are considered virtual, i.e. that was parsed when the query is incomplete and is needed for functionality like content assist.
@return The string representation of this {@link Expression}
Returns a string representation of this {@link Expression} and its children. The expressionshould contain whitespace even if the beautified version would not have any. For instance, "SELECT e " should be returned where {@link Expression#toParsedText()} would return "SELECT e".
@param endIndex The index used to determine when to create the string representation, whichis exclusive
@return The string representation of this {@link Expression}
Generates a string representation of this {@link Expression}, which needs to include any characters that are considered virtual, i.e. that was parsed when the query is incomplete and is needed for functionality like content assist.
@return The string representation of this {@link Expression}
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.