public interface IRowMetaData
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Returns the number of columns in a detail row of the result set.
|
java.lang.String |
getColumnName(int index)
Returns the column name at the specified index.
|
int |
getColumnType(int index) |
int getColumnCount()
java.lang.String getColumnName(int index) throws org.eclipse.birt.core.exception.BirtException
index
- The projected column index.org.eclipse.birt.data.engine.core.DataException
- if given index is invalid.org.eclipse.birt.core.exception.BirtException
int getColumnType(int index) throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
Copyright © 2008 Actuate Corp. All rights reserved.