Class SqlXmlColumnMapping

    • Method Detail

      • setString

        public void setString​(java.sql.PreparedStatement ps,
                              int param,
                              java.lang.String value)
        Description copied from interface: ColumnMapping
        Sets a value into ps at position specified by paramIndex.
        Specified by:
        setString in interface ColumnMapping
        Overrides:
        setString in class LongVarcharColumnMapping
        Parameters:
        ps - PreparedStatement
        param - the position of the value in the statement
        value - the value
      • getString

        public java.lang.String getString​(java.sql.ResultSet rs,
                                          int param)
        Description copied from interface: ColumnMapping
        Obtains a value from resultSet at position specified by exprIndex.
        Specified by:
        getString in interface ColumnMapping
        Overrides:
        getString in class LongVarcharColumnMapping
        Parameters:
        rs - ResultSet
        param - the position of the value in the result
        Returns:
        the value