org.apache.xalan.lib.sql
Class SQLExtensionError

java.lang.Object
  |
  +--org.apache.xalan.lib.sql.ExtensionError
        |
        +--org.apache.xalan.lib.sql.SQLExtensionError

public class SQLExtensionError
extends ExtensionError

An Extension of the Extension Error Class that adds information about the SQL Exception. ExtensionError

 

This class adds the following information to the Document <ext-error> <sql-error> <error-code> The SQL Error Code returned by the driver </error-code> <state> The Current SQL Connection State </state> </sql-error> <ext-error>


Constructor Summary
SQLExtensionError(java.sql.SQLException e)
           
 
Methods inherited from class org.apache.xalan.lib.sql.ExtensionError
clone, cloneWithReset, detach, getCurrentNode, getCurrentPos, getExpandEntityReferences, getFilter, getLast, getRoot, getWhatToShow, isFresh, nextNode, previousNode, reset, runTo, setCurrentPos, setLast, setShouldCacheNodes, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLExtensionError

public SQLExtensionError(java.sql.SQLException e)


Copyright © 2000 Apache XML Project. All Rights Reserved.