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 4d33ded commit 5702587Copy full SHA for 5702587
src/main/java/net/sf/jsqlparser/util/ConnectExpressionsVisitor.java
@@ -31,7 +31,7 @@ public ConnectExpressionsVisitor(String alias) {
31
}
32
33
/**
34
- * Create instances of this binary expression that connects all selected columns.
+ * Create instances of this binary expression that connects all selected expressions.
35
* @return
36
*/
37
protected abstract BinaryExpression createBinaryExpression();
0 commit comments