We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f98d63 commit c6d8987Copy full SHA for c6d8987
1 file changed
src/main/java/net/sf/jsqlparser/expression/Expression.java
@@ -23,5 +23,6 @@
23
24
public interface Expression {
25
26
+ String type = "";
27
void accept(ExpressionVisitor expressionVisitor);
28
}
0 commit comments