public abstract class SqlOperandCountRanges extends Object
SqlOperandCountRange
.Constructor and Description |
---|
SqlOperandCountRanges() |
Modifier and Type | Method and Description |
---|---|
static SqlOperandCountRange |
any() |
static SqlOperandCountRange |
between(int min,
int max) |
static SqlOperandCountRange |
from(int min) |
static SqlOperandCountRange |
of(int length) |
public static SqlOperandCountRange of(int length)
public static SqlOperandCountRange between(int min, int max)
public static SqlOperandCountRange from(int min)
public static SqlOperandCountRange any()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.