simpledb.remote
Interface RemoteMetaData

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteMetaDataImpl

public interface RemoteMetaData
extends java.rmi.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)
           
 java.lang.String getColumnName(int column)
           
 int getColumnType(int column)
           
 

Method Detail

getColumnCount

int getColumnCount()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getColumnName

java.lang.String getColumnName(int column)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getColumnType

int getColumnType(int column)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getColumnDisplaySize

int getColumnDisplaySize(int column)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException