public interface SqlOperandCountRange
| Modifier and Type | Method and Description |
|---|---|
int |
getMax()
Returns an upper bound. -1 if there is no upper bound.
|
int |
getMin()
Returns an lower bound. -1 if there is no lower bound.
|
boolean |
isValidCount(int count)
Returns whether
count is a valid number of operands. |
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.