simpledb.remote
Interface RemoteStatement
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteStatementImpl
public interface RemoteStatement
- extends java.rmi.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
executeQuery
RemoteResultSet executeQuery(java.lang.String qry)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
executeUpdate
int executeUpdate(java.lang.String cmd)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException