Class DomHelper
java.lang.Object
io.quarkus.jdbc.postgresql.runtime.graal.DomHelper
Used by PgSQLXML: easier to keep the actual code separated from the substitutions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
doProcessDomResult
(DOMResult domResult, org.postgresql.core.BaseConnection conn) (package private) static void
static String
processDomResult
(DOMResult domResult, org.postgresql.core.BaseConnection conn) static String
reallyProcessDomResult
(DOMResult domResult, org.postgresql.core.BaseConnection conn)
-
Constructor Details
-
DomHelper
DomHelper()
-
-
Method Details
-
processDomResult
public static String processDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn) throws SQLException - Throws:
SQLException
-
enableXmlProcessing
static void enableXmlProcessing() -
doProcessDomResult
-
reallyProcessDomResult
public static String reallyProcessDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn) throws SQLException - Throws:
SQLException
-