EspressReport
v 5.5

quadbase.common.util.internal
Class CastUtil.RRSMetaData

java.lang.Object
  |
  +--quadbase.common.util.internal.CastUtil.RRSMetaData
All Implemented Interfaces:
IRSMetaData
Enclosing class:
CastUtil

public static class CastUtil.RRSMetaData
extends java.lang.Object
implements IRSMetaData


Constructor Summary
CastUtil.RRSMetaData(IRSMetaData rsMeta)
           
 
Method Summary
 int getColumnCount()
          Gets the number of columns in the result set.
 int getColumnDisplaySize(int col)
           
 java.lang.String getColumnName(int col)
          Gets the name of a column in the result set.
 int getColumnType(int col)
          Gets the data type of a column in the result set.
 java.lang.String getTableName(int col)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastUtil.RRSMetaData

public CastUtil.RRSMetaData(IRSMetaData rsMeta)
Method Detail

getColumnCount

public int getColumnCount()
                   throws java.lang.Exception
Description copied from interface: IRSMetaData
Gets the number of columns in the result set.
Specified by:
getColumnCount in interface IRSMetaData

getColumnName

public java.lang.String getColumnName(int col)
                               throws java.lang.Exception
Description copied from interface: IRSMetaData
Gets the name of a column in the result set.
Specified by:
getColumnName in interface IRSMetaData
Following copied from interface: quadbase.reportdesigner.util.IRSMetaData
Parameters:
the - column index (beginning with 1)

getTableName

public java.lang.String getTableName(int col)
                              throws java.lang.Exception
Specified by:
getTableName in interface IRSMetaData

getColumnType

public int getColumnType(int col)
                  throws java.lang.Exception
Description copied from interface: IRSMetaData
Gets the data type of a column in the result set.
Specified by:
getColumnType in interface IRSMetaData
Following copied from interface: quadbase.reportdesigner.util.IRSMetaData
Parameters:
the - column index (beginning at 1)
See Also:
Types

getColumnDisplaySize

public int getColumnDisplaySize(int col)
                         throws java.lang.Exception

EspressReport
v 5.5