Interface CoreField

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Return the unqualified name of the field.
      java.lang.Class getType()  
      void setName​(java.lang.String name)
      Set the unqualified name of the field.
      void setType​(java.lang.Class type)
      Set the Java class type that corresponds to the field.
    • Method Detail

      • getName

        java.lang.String getName()
        Return the unqualified name of the field.
      • getType

        java.lang.Class getType()
      • setName

        void setName​(java.lang.String name)
        Set the unqualified name of the field.
      • setType

        void setType​(java.lang.Class type)
        Set the Java class type that corresponds to the field. The JDBC type is determined from the class type, this is used to optimize performance, and for binding.