接口 SqlXmlValue

  • 所有超级接口:
    SqlValue

    public interface SqlXmlValue
    extends SqlValue
    Subinterface of SqlValue that supports passing in XML data to specified column and adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.
    从以下版本开始:
    2.5.5
    作者:
    Thomas Risberg
    另请参阅:
    SqlValue