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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CastUtil.RRSMetaData
public CastUtil.RRSMetaData(IRSMetaData rsMeta)
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