This commit is contained in:
@@ -171,6 +171,10 @@ public class SelectColumn implements Predicate<String> {
|
|||||||
return new SelectColumn(Utility.append(cols, columns), true);
|
return new SelectColumn(Utility.append(cols, columns), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isOnlyOneColumn() {
|
||||||
|
return !excludable && columns != null && columns.length == 1;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean test(final String column) {
|
public boolean test(final String column) {
|
||||||
if (this.columns != null) {
|
if (this.columns != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user