Interface SqlXmlValue

All Superinterfaces:
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.
Since:
2.5.5
Author:
Thomas Risberg
See Also: