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 StringdoProcessDomResult(DOMResult domResult, org.postgresql.core.BaseConnection conn)(package private) static voidenableXmlProcessing()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
-
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
-
-