We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348e82f commit 78dc700Copy full SHA for 78dc700
src/main/java/net/sf/jsqlparser/statement/select/TableFunction.java
@@ -82,8 +82,8 @@ public void setWithClause(String withClause) {
82
this.withClause = withClause;
83
}
84
85
- public TableFunction withClause(String clause) {
86
- this.withClause = clause;
+ public TableFunction withWithClause(String withClause) {
+ this.withClause = withClause;
87
return this;
88
89
0 commit comments