Skip to content

Commit 78dc700

Browse files
author
David Hayes
committed
rename clause -> withClause
1 parent 348e82f commit 78dc700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/net/sf/jsqlparser/statement/select/TableFunction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ public void setWithClause(String withClause) {
8282
this.withClause = withClause;
8383
}
8484

85-
public TableFunction withClause(String clause) {
86-
this.withClause = clause;
85+
public TableFunction withWithClause(String withClause) {
86+
this.withClause = withClause;
8787
return this;
8888
}
8989

0 commit comments

Comments
 (0)