org.ow2.clif.analyze.lib.oda
Class ResultSetMetaData
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetMetaData
public ResultSetMetaData(ResultSetMetaDataHelper rsmdHelper)
throws OdaException
- Constructor
- Parameters:
rsmdHelper
-
- Throws:
OdaException
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