Interface | Description |
---|---|
RemoteConnection |
The RMI remote interface corresponding to Connection.
|
RemoteDriver |
The RMI remote interface corresponding to Driver.
|
RemoteMetaData |
The RMI remote interface corresponding to ResultSetMetaData.
|
RemoteResultSet |
The RMI remote interface corresponding to ResultSet.
|
RemoteStatement |
The RMI remote interface corresponding to Statement.
|
Class | Description |
---|---|
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.
|
JdbcConnection |
An adapter class that wraps RemoteConnection.
|
JdbcDriver |
The VanillaDb database driver for JDBC.
|
JdbcMetaData |
An adapter class that wraps RemoteMetaData.
|
JdbcResultSet |
An adapter class that wraps RemoteResultSet.
|
JdbcStartUp | |
JdbcStatement |
An adapter class that wraps RemoteStatement.
|
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.
|
StatementAdapter |
This class implements all of the methods of the Statement interface, by
throwing an exception for each one.
|
Copyright © 2022 VanillaDB Organization. All rights reserved.