Interface FieldHandlerIF

    • Method Detail

      • getColumnCount

        int getColumnCount()
        INTERNAL: Returns the number of columns that the field spans.
      • isIdentityField

        boolean isIdentityField()
        INTERNAL: Returns true if the field handler references an object identity field.
      • bind

        void bind​(Object value,
                  PreparedStatement stm,
                  int stmt_index)
           throws SQLException
        INTERNAL: Binds the object field value starting from the given offset in the prepared statement. The number of columns actually bound depends on the type of object field.
        Throws:
        SQLException
      • retrieveFieldValues

        void retrieveFieldValues​(Object value,
                                 List<Object> field_values)