Package | Description |
---|---|
org.vanilladb.core.remote.jdbc |
Class and 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.
|
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.
|
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.