simpledb.remote
Interface RemoteConnection
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteConnectionImpl
public interface RemoteConnection
- extends java.rmi.Remote
The RMI remote interface corresponding to Connection.
The methods are identical to those of Connection,
except that they throw RemoteExceptions instead of SQLExceptions.
- Author:
- Edward Sciore
createStatement
RemoteStatement createStatement()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
close
void close()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException