Package org.hcjf.layers.query.model
Interface QueryReturnParameter
-
- All Superinterfaces:
QueryComponent
- All Known Implementing Classes:
QueryReturnField,QueryReturnFunction
public interface QueryReturnParameter extends QueryComponent
-
-
Method Summary
Modifier and Type Method Description java.lang.StringgetAlias()Return the field alias, can be null.-
Methods inherited from interface org.hcjf.layers.query.model.QueryComponent
isUnderlying
-
-