simpledb.remote
Interface RemoteResultSet
- All Superinterfaces:
- Remote
public interface RemoteResultSet
- extends Remote
The RMI remote interface corresponding to ResultSet.
The methods are identical to those of ResultSet,
except that they throw RemoteExceptions instead of SQLExceptions.
- Author:
- Edward Sciore
next
boolean next()
throws RemoteException
- Throws:
RemoteException
getInt
int getInt(String fldname)
throws RemoteException
- Throws:
RemoteException
getString
String getString(String fldname)
throws RemoteException
- Throws:
RemoteException
getMetaData
RemoteMetaData getMetaData()
throws RemoteException
- Throws:
RemoteException
close
void close()
throws RemoteException
- Throws:
RemoteException
Copyright © 2011. All Rights Reserved.