simpledb.remote
Interface RemoteMetaData

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteMetaDataImpl

public interface RemoteMetaData
extends Remote

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

Author:
Edward Sciore

Method Summary
 int getColumnCount()
           
 int getColumnDisplaySize(int column)
           
 String getColumnName(int column)
           
 int getColumnType(int column)
           
 

Method Detail

getColumnCount

int getColumnCount()
                   throws RemoteException
Throws:
RemoteException

getColumnName

String getColumnName(int column)
                     throws RemoteException
Throws:
RemoteException

getColumnType

int getColumnType(int column)
                  throws RemoteException
Throws:
RemoteException

getColumnDisplaySize

int getColumnDisplaySize(int column)
                         throws RemoteException
Throws:
RemoteException


Copyright © 2011. All Rights Reserved.