saffron.rel
Interface Project.Flags
- Enclosing interface:
- Project
- public static interface Project.Flags
Field Summary |
static int |
AnonFields
|
static int |
Boxed
Whether the resulting row is to be a synthetic class whose fields are
the aliases of the fields. |
static int |
None
|
None
public static final int None
- See Also:
- Constant Field Values
Boxed
public static final int Boxed
- Whether the resulting row is to be a synthetic class whose fields are
the aliases of the fields.
boxed
must be true unless there
is only one field: select {dept.deptno} from dept
is boxed,
select dept.deptno from dept
is not.
- See Also:
- Constant Field Values
AnonFields
public static final int AnonFields
- See Also:
- Constant Field Values