Class Summary |
ConnectionAdapter |
This class implements all of the methods of the Connection interface,
by throwing an exception for each one. |
DriverAdapter |
This class implements all of the methods of the Driver interface,
by throwing an exception for each one. |
RemoteDriverImpl |
The RMI server-side implementation of RemoteDriver. |
RemoteMetaDataImpl |
The RMI server-side implementation of RemoteMetaData. |
ResultSetAdapter |
This class implements all of the methods of the ResultSet interface,
by throwing an exception for each one. |
ResultSetMetaDataAdapter |
This class implements all of the methods of the ResultSetMetaData interface,
by throwing an exception for each one. |
SimpleConnection |
An adapter class that wraps RemoteConnection. |
SimpleDriver |
The SimpleDB database driver. |
SimpleMetaData |
An adapter class that wraps RemoteMetaData. |
SimpleResultSet |
An adapter class that wraps RemoteResultSet. |
SimpleStatement |
An adapter class that wraps RemoteStatement. |
StatementAdapter |
This class implements all of the methods of the Statement interface,
by throwing an exception for each one. |