Class DomHelper
- java.lang.Object
-
- io.quarkus.jdbc.postgresql.runtime.graal.DomHelper
-
public final class DomHelper extends Object
Used by PgSQLXML: easier to keep the actual code separated from the substitutions.
-
-
Constructor Summary
Constructors Constructor Description DomHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringmaybeProcessAsDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn)static StringprocessDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn)static StringreallyProcessDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn)
-
-
-
Method Detail
-
processDomResult
public static String processDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn) throws SQLException
- Throws:
SQLException
-
maybeProcessAsDomResult
public static String maybeProcessAsDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn) throws SQLException
- Throws:
SQLException
-
reallyProcessDomResult
public static String reallyProcessDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn) throws SQLException
- Throws:
SQLException
-
-