Class SQLErrorDocument

  • All Implemented Interfaces:
    DTM

    public class SQLErrorDocument
    extends DTMDocument
    The SQL Document is the main controlling class the executesa SQL Query
    • Constructor Detail

      • SQLErrorDocument

        public SQLErrorDocument​(DTMManager mgr,
                                int ident,
                                java.sql.SQLException error)
        Build up an SQLErrorDocument that includes the basic error information along with the Extended SQL Error information.
        Parameters:
        mgr -
        ident -
        error -
      • SQLErrorDocument

        public SQLErrorDocument​(DTMManager mgr,
                                int ident,
                                java.lang.Exception error)
        Build up an Error Exception with just the Standard Error Information
        Parameters:
        mgr -
        ident -
        error -
      • SQLErrorDocument

        public SQLErrorDocument​(DTMManager mgr,
                                int ident,
                                java.lang.Exception error,
                                java.sql.SQLWarning warning,
                                boolean full)
        Build up an Error Exception with just the Standard Error Information
        Parameters:
        mgr -
        ident -
        error -