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