org.apache.xalan.lib.sql

Class SQLErrorDocument

public class SQLErrorDocument extends DTMDocument

The SQL Document is the main controlling class the executesa SQL Query
Constructor Summary
SQLErrorDocument(DTMManager mgr, int ident, SQLException error)
Build up an SQLErrorDocument that includes the basic error information along with the Extended SQL Error information.
SQLErrorDocument(DTMManager mgr, int ident, Exception error)
Build up an Error Exception with just the Standard Error Information
SQLErrorDocument(DTMManager mgr, int ident, Exception error, SQLWarning warning, boolean full)
Build up an Error Exception with just the Standard Error Information

Constructor Detail

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

Copyright © 2005 Apache XML Project. All Rights Reserved.