public interface IResultMetaData
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getAllowExport(int index)
Gets if the column can be exported
|
java.lang.String |
getColumnAlias(int index)
已过时。
it's not supported now
|
int |
getColumnCount()
Returns the number of columns in a detail row of the result set.
|
java.lang.String |
getColumnLabel(int index)
Gets the label or display name of the column at
the specified index.
|
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.
|
java.lang.String |
getColumnTypeName(int index)
Returns the Data Engine data type name of the column at the specified index.
|
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.java.lang.String getColumnAlias(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.java.lang.String getColumnTypeName(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.java.lang.String getColumnLabel(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.boolean getAllowExport(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.Copyright © 2008 Actuate Corp. All rights reserved.