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

    Author:
    Tim Dudgeon
    • Method Detail

      • getJdbcType

        int getJdbcType()
        Returns:
        The JDBC type for the values generated by the function.
      • getReturnTypeClass

        java.lang.Class getReturnTypeClass()
        Get the class of the returned result type
        Returns:
        The class of the returned result type