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 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

      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