SubQueryRowMatcher
public class SubQueryEqualsRowMatcher extends Object implements SubQueryRowMatcher
Constructor | Description |
---|---|
SubQueryEqualsRowMatcher() |
Modifier and Type | Method | Description |
---|---|---|
ArrayList<Object> |
getValues() |
|
boolean |
matches(Object expr) |
Called with value for each row of sub-query, to determine whether outer/parent SQL expression is evaluated.
|
public boolean matches(Object expr) throws SQLException
SubQueryRowMatcher
matches
in interface SubQueryRowMatcher
expr
- value for current row.SQLException
- if there is an error evaluating the expression.Copyright © 2018. All rights reserved.