Class SQLServerCastingXmlArrayJdbcType

All Implemented Interfaces:
Serializable, JdbcType

public class SQLServerCastingXmlArrayJdbcType extends XmlArrayJdbcType
See Also:
  • Constructor Details

    • SQLServerCastingXmlArrayJdbcType

      public SQLServerCastingXmlArrayJdbcType(JdbcType elementJdbcType)
  • Method Details

    • appendWriteExpression

      public void appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)
      Description copied from interface: JdbcType
      Append the write expression wrapped in a way to be able to write values with this JdbcType's ValueBinder.