Class DomHelper
- java.lang.Object
-
- io.quarkus.jdbc.postgresql.runtime.graal.DomHelper
-
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 String
doProcessDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn)
(package private) static void
enableXmlProcessing()
static String
processDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn)
static String
reallyProcessDomResult(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
-
enableXmlProcessing
static void enableXmlProcessing()
-
doProcessDomResult
public static String doProcessDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn)
-
reallyProcessDomResult
public static String reallyProcessDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn) throws SQLException
- Throws:
SQLException
-
-