Module org.jooq
Package org.jooq.impl

Class XMLasDOMBinding

java.lang.Object
org.jooq.impl.XMLasDOMBinding
All Implemented Interfaces:
Serializable, Binding<XML,Node>

public class XMLasDOMBinding extends Object
A binding that binds Node types to SQLXML types from your database.
Author:
Lukas Eder
See Also: