提交 12048e0f authored 作者: Thomas Mueller's avatar Thomas Mueller

Checkstyle.

上级 a193ddcb
...@@ -34,7 +34,14 @@ import org.h2.value.Value; ...@@ -34,7 +34,14 @@ import org.h2.value.Value;
*/ */
public class TableFilter implements ColumnResolver { public class TableFilter implements ColumnResolver {
private static final int BEFORE_FIRST = 0, FOUND = 1, AFTER_LAST = 2, NULL_ROW = 3; private static final int BEFORE_FIRST = 0, FOUND = 1, AFTER_LAST = 2, NULL_ROW = 3;
protected Session session; protected Session session;
/**
* Whether this is a direct or indirect (nested) outer join
*/
protected boolean joinOuterIndirect;
private final Table table; private final Table table;
private final Select select; private final Select select;
private String alias; private String alias;
...@@ -82,11 +89,6 @@ public class TableFilter implements ColumnResolver { ...@@ -82,11 +89,6 @@ public class TableFilter implements ColumnResolver {
*/ */
private boolean joinOuter; private boolean joinOuter;
/**
* Whether this is a direct or indirect (nested) outer join
*/
protected boolean joinOuterIndirect;
/** /**
* The nested joined table (if there is one). * The nested joined table (if there is one).
*/ */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论