com.im.df.api.capabilities
Interface DFFieldFunctionCapability
- All Superinterfaces:
- DFCapability
public interface DFFieldFunctionCapability
- extends DFCapability
A field whose value is generated by a function. It has no columns of its own
API Status: 3 - under development
PROP_FUNCTION
static final String PROP_FUNCTION
- See Also:
- Constant Field Values
getJdbcType
int getJdbcType()
- Returns:
- The JDBC type for the values generated by the function.
getReturnTypeClass
Class getReturnTypeClass()
- Get the class of the returned result type
- Returns:
- The class of the returned result type
getFunction
DFFieldFunctionCapability.Function getFunction()