java.lang.Object
org.jooq.XML
- All Implemented Interfaces:
- Serializable
An XML wrapper type for XML data obtained from the database.
 
 The wrapper represents XML data() in serialised string form. A
 CAST(NULL AS XML) value is represented by a null
 reference of type XML, not as data() == null. This is
 consistent with jOOQ's general way of returning NULL from
 Result and Record methods.
- See Also:
- 
Method Details- 
data
- 
valueOfCreate a newXMLinstance from string data input.
- 
xmlCreate a newXMLinstance from string data input.This is the same as valueOf(String), but it can be static imported.
- 
xmlOrNull
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-