com.im.df.api 5.9

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


Nested Class Summary
static interface DFFieldFunctionCapability.Function
           
 
Field Summary
static String PROP_FUNCTION
           
 
Method Summary
 DFFieldFunctionCapability.Function getFunction()
           
 int getJdbcType()
           
 Class getReturnTypeClass()
          Get the class of the returned result type
 

Field Detail

PROP_FUNCTION

static final String PROP_FUNCTION
See Also:
Constant Field Values
Method Detail

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()

com.im.df.api 5.9