abstract fun newMarshallingSqlXmlValue(value: Any): SqlXmlValue
Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlObjectMappingHandler.
value - the Object to be marshalled to XML
Return
the implementation specific instance
See Also
SqlXmlValue