jasp.adodb
Class Errors

java.lang.Object
  |
  +--jasp.adodb.Errors

public class Errors
extends java.lang.Object

The Errors collection contains all the Error objects created in response to a single failure involving the jdbc driver.


Constructor Summary
Errors()
           
 
Method Summary
 void Clear()
          Removes all of objects in currect collection.
 int getCount()
          Return the number of error in currect collection.
 Error getItem(int i)
          Gets an Error from the Error collection.
 Error getItem(java.lang.String name)
          Gets an Error from the Error collection.
 Error getItem(variant var)
          Gets an Error from the Error collection.
 void Refresh()
          Updates the objects in a collection to reflect objects available from and specific to the provider.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Errors

public Errors()
Method Detail

Refresh

public void Refresh()
             throws java.lang.Exception
Updates the objects in a collection to reflect objects available from and specific to the provider.

getCount

public int getCount()
Return the number of error in currect collection.

getItem

public Error getItem(variant var)
              throws java.lang.Exception
Gets an Error from the Error collection.

getItem

public Error getItem(int i)
              throws java.lang.Exception
Gets an Error from the Error collection.

getItem

public Error getItem(java.lang.String name)
              throws java.lang.Exception
Gets an Error from the Error collection.

Clear

public void Clear()
Removes all of objects in currect collection.