public interface SqlOperandCountRange
| Modifier and Type | Method and Description |
|---|---|
int |
getMax()
Returns an upper bound.
|
int |
getMin()
Returns an lower bound.
|
boolean |
isValidCount(int count)
Returns whether
count is a valid number of operands. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.