simpledb.remote
Interface RemoteStatement

All Superinterfaces:
Remote

public interface RemoteStatement
extends Remote

The RMI remote interface corresponding to Statement. The methods are identical to those of Statement, except that they throw RemoteExceptions instead of SQLExceptions.

Author:
Edward Sciore

Method Summary
 RemoteResultSet executeQuery(String qry)
           
 int executeUpdate(String cmd)
           
 

Method Detail

executeQuery

RemoteResultSet executeQuery(String qry)
                             throws RemoteException
Throws:
RemoteException

executeUpdate

int executeUpdate(String cmd)
                  throws RemoteException
Throws:
RemoteException


Copyright © 2011. All Rights Reserved.