Class SQLErrorDocument

All Implemented Interfaces:
DTM

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

    • SQLErrorDocument

      public SQLErrorDocument(DTMManager mgr, int ident, 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, Exception error)
      Build up an Error Exception with just the Standard Error Information
      Parameters:
      mgr -
      ident -
      error -
    • SQLErrorDocument

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