public class AggrFunc
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_AVG |
static int |
_COUNT |
static int |
_DCOUNT |
static int |
_DISTINCT |
static int |
_MAX |
static int |
_MIN |
static int |
_NONE |
static int |
_POINT |
static int |
_STDDEV |
static int |
_SUM |
static AggrFunc |
AVG |
static AggrFunc |
COUNT |
static AggrFunc |
DCOUNT |
static AggrFunc |
DISTINCT |
static AggrFunc |
MAX |
static AggrFunc |
MIN |
static AggrFunc |
NONE |
static AggrFunc |
POINT |
static AggrFunc |
STDDEV |
static AggrFunc |
SUM |
Modifier | Constructor and Description |
---|---|
protected |
AggrFunc(int value) |
public static final int _NONE
public static final AggrFunc NONE
public static final int _COUNT
public static final AggrFunc COUNT
public static final int _DCOUNT
public static final AggrFunc DCOUNT
public static final int _MIN
public static final AggrFunc MIN
public static final int _MAX
public static final AggrFunc MAX
public static final int _AVG
public static final AggrFunc AVG
public static final int _STDDEV
public static final AggrFunc STDDEV
public static final int _SUM
public static final AggrFunc SUM
public static final int _DISTINCT
public static final AggrFunc DISTINCT
public static final int _POINT
public static final AggrFunc POINT
public int value()
public static AggrFunc from_int(int value)