|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBaseResultMetaData
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)
Returns the data type of the column at the specified 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.core.exception.BirtException
- if given index is invalid.int getColumnType(int index) throws org.eclipse.birt.core.exception.BirtException
index
- The projected column index.
org.eclipse.birt.core.exception.BirtException
- if given index is invalid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |