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

Method Summary
 void close()
           
 int getInt(String fldname)
           
 RemoteMetaData getMetaData()
           
 String getString(String fldname)
           
 boolean next()
           
 

Method Detail

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.