Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo
Interface JboReservedVarNames

All Superinterfaces:
JIReservedVarNames
All Known Implementing Classes:
AttrFinderParameter, BoundParameter, DCDataRow, DCVariableImpl, DSEntityImpl, EntityFacadeImpl, EntityImpl, EntityOverRow, ExprEval, ExprFinderParameter, ProgrammaticViewRowImpl, RowIdEntityObjectImpl, RowIdViewObjRowImpl, RowImpl, RowMatch, RowQualifier, VariableImpl, ViewRowImpl

public interface JboReservedVarNames
extends JIReservedVarNames

Field Summary
static java.lang.String RESERVED_VAR_AGG_AVG
           
static java.lang.String RESERVED_VAR_AGG_COUNT
           
static java.lang.String RESERVED_VAR_AGG_MAX
           
static java.lang.String RESERVED_VAR_AGG_MIN
           
static java.lang.String RESERVED_VAR_AGG_SUM
           
static java.lang.String RESERVED_VAR_AGGVAL_PREFIX
           
static java.lang.String RESERVED_VAR_STRUCTURE_DEF
           

 

Fields inherited from interface oracle.jbo.expr.JIReservedVarNames
RESERVED_VAR_VALUE

 

Field Detail

RESERVED_VAR_AGGVAL_PREFIX

static final java.lang.String RESERVED_VAR_AGGVAL_PREFIX
See Also:
Constant Field Values

RESERVED_VAR_AGG_AVG

static final java.lang.String RESERVED_VAR_AGG_AVG
See Also:
Constant Field Values

RESERVED_VAR_AGG_COUNT

static final java.lang.String RESERVED_VAR_AGG_COUNT
See Also:
Constant Field Values

RESERVED_VAR_AGG_SUM

static final java.lang.String RESERVED_VAR_AGG_SUM
See Also:
Constant Field Values

RESERVED_VAR_AGG_MIN

static final java.lang.String RESERVED_VAR_AGG_MIN
See Also:
Constant Field Values

RESERVED_VAR_AGG_MAX

static final java.lang.String RESERVED_VAR_AGG_MAX
See Also:
Constant Field Values

RESERVED_VAR_STRUCTURE_DEF

static final java.lang.String RESERVED_VAR_STRUCTURE_DEF
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.