net.sf.saffron.rel
Interface ProjectRelBase.Flags

Enclosing interface:
ProjectRelBase

public static interface ProjectRelBase.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
           
 

Field Detail

AnonFields

public static final int AnonFields
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

None

public static final int None
See Also:
Constant Field Values

SourceForge.net_Logo