simpledb.remote
Interface RemoteConnection
- All Superinterfaces: 
 - Remote
 
public interface RemoteConnection
- extends 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 RemoteException
 
- Throws:
 RemoteException
 
close
void close()
           throws RemoteException
 
- Throws:
 RemoteException
 
Copyright © 2011. All Rights Reserved.