|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRowMetaData
Defines a row that the extension might receive. Each column in a row comes from the evaluation of a expression. The getColumnExpression method returns such an expression.
Method Summary | |
---|---|
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)
|
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |