Uses of Interface
org.jooq.XMLExistsPassingStep
-
Packages that use XMLExistsPassingStep Package Description org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of XMLExistsPassingStep in org.jooq.impl
Methods in org.jooq.impl that return XMLExistsPassingStep Modifier and Type Method Description static @NotNull XMLExistsPassingStep
DSL. xmlexists(String xpath)
The XML exists function.static @NotNull XMLExistsPassingStep
DSL. xmlexists(Field<String> xpath)
The XML exists function.
-