org.ow2.clif.analyze.lib.oda
Class ResultSetMetaData

java.lang.Object
  extended by org.ow2.clif.analyze.lib.oda.ResultSetMetaData

public class ResultSetMetaData
extends java.lang.Object

Flat file data provider's implementation of the ODA IResultSetMetaData interface.


Constructor Summary
ResultSetMetaData(ResultSetMetaDataHelper rsmdHelper)
          Constructor
 
Method Summary
 int getColumnCount()
           
 int getColumnDisplayLength(int index)
           
 java.lang.String getColumnLabel(int index)
           
 java.lang.String getColumnName(int index)
           
 int getColumnType(int index)
           
 java.lang.String getColumnTypeName(int index)
           
 int getPrecision(int index)
           
 int getScale(int index)
           
 int isNullable(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetMetaData

public ResultSetMetaData(ResultSetMetaDataHelper rsmdHelper)
                  throws OdaException
Constructor

Parameters:
rsmdHelper -
Throws:
OdaException
Method Detail

getColumnCount

public int getColumnCount()
                   throws OdaException
Throws:
OdaException

getColumnName

public java.lang.String getColumnName(int index)
                               throws OdaException
Throws:
OdaException

getColumnLabel

public java.lang.String getColumnLabel(int index)
                                throws OdaException
Throws:
OdaException

getColumnType

public int getColumnType(int index)

getColumnTypeName

public java.lang.String getColumnTypeName(int index)

getColumnDisplayLength

public int getColumnDisplayLength(int index)
                           throws OdaException
Throws:
OdaException

getPrecision

public int getPrecision(int index)
                 throws OdaException
Throws:
OdaException

getScale

public int getScale(int index)
             throws OdaException
Throws:
OdaException

isNullable

public int isNullable(int index)
               throws OdaException
Throws:
OdaException