We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 070bdc7 commit bd20f35Copy full SHA for bd20f35
1 file changed
src/main/java/net/sf/jsqlparser/schema/Column.java
@@ -32,6 +32,9 @@ public final class Column extends ASTNodeAccessImpl implements Expression, Multi
32
private Table table;
33
private String columnName;
34
35
+ public String expressionType = "NoneExpression";
36
+
37
38
public Column() {
39
}
40
0 commit comments