A B C D E F G H I L M N O P R S T V

D

DataAdapter - Class in com.sun.data.provider
DataAdapter is an event listener adapter that provides a base implementation of DataListener.
DataAdapter() - Constructor for class com.sun.data.provider.DataAdapter
 
DataListener - Interface in com.sun.data.provider
DataListener is an event listener interface that supports processing events produced by a corresponding DataProvider instance.
DataProvider - Interface in com.sun.data.provider
DataProvider is an interface that describes a single set of data elements, each identified by a FieldKey.
DataProviderException - Exception in com.sun.data.provider
The DataProviderException is generic runtime exception that wraps an underlying cause exception for DataProvider methods.
DataProviderException() - Constructor for exception com.sun.data.provider.DataProviderException
Constructs a default DataProviderException with no message with no wrapped cause exception.
DataProviderException(String) - Constructor for exception com.sun.data.provider.DataProviderException
Constructs a DataProviderException with the specified message and no wrapped cause exception.
DataProviderException(String, Throwable) - Constructor for exception com.sun.data.provider.DataProviderException
Constructs a DataProviderException with the specified message and wrapped cause exception.
DataProviderException(Throwable) - Constructor for exception com.sun.data.provider.DataProviderException
Constructs a DataProviderException with the specified wrapped cause exception.
deserialize(String) - Method in class com.sun.data.provider.impl.MetaDataDeserializer
Deserializes the file that contains the serialized metadata from a result set and returns a ResultSetMetaData object
dpListeners - Variable in class com.sun.data.provider.impl.AbstractDataProvider
Array of DataListener instances registered for this DataProvider.

A B C D E F G H I L M N O P R S T V