org.objectweb.medor.query.api
Interface OperationType
- public interface OperationType
- Author:
- Sebastien Chassande-Barrioz
CARTESIAN
public static final short CARTESIAN
- See Also:
- Constant Field Values
INTERSECTION
public static final short INTERSECTION
- See Also:
- Constant Field Values
JOIN_PROJECT
public static final short JOIN_PROJECT
- See Also:
- Constant Field Values
NEST
public static final short NEST
- See Also:
- Constant Field Values
PROJECT
public static final short PROJECT
- See Also:
- Constant Field Values
SELECT_PROJECT
public static final short SELECT_PROJECT
- See Also:
- Constant Field Values
UNION
public static final short UNION
- See Also:
- Constant Field Values
UNNEST
public static final short UNNEST
- See Also:
- Constant Field Values
LEFT_JOIN
public static final short LEFT_JOIN
- See Also:
- Constant Field Values