public interface IRowData
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColumnCount()
Return the count of the bouding exprssions.
|
java.lang.String |
getColumnName(int index)
Return the name of the bouding exprssion by id.
|
java.lang.Object |
getColumnValue(int index)
Return the value of the bouding exprssion by id.
|
java.lang.Object |
getColumnValue(java.lang.String name)
Return the value of the bouding exprssion.
|
int |
getExpressionCount()
已过时。
|
java.lang.Object |
getExpressionValue(int i)
已过时。
Now do not support get expression value by index.
Return the value of the i:th expression in the current row. Null will be
return if the i:th expression doesn't exist.
|
java.lang.Object |
getExpressionValue(java.lang.String expression)
已过时。
Return the value of the provided expression. The provided expression must
have been bound to the current row. Otherwise, it returns null.
|
java.lang.Object getExpressionValue(java.lang.String expression)
throws ScriptException
ScriptExceptionjava.lang.Object getExpressionValue(int i)
throws ScriptException
ScriptExceptionint getExpressionCount()
java.lang.Object getColumnValue(java.lang.String name)
throws ScriptException
name - java.lang.ExceptionScriptExceptionjava.lang.Object getColumnValue(int index)
throws ScriptException
name - java.lang.ExceptionScriptExceptionjava.lang.String getColumnName(int index)
index - int getColumnCount()
Copyright © 2008 Actuate Corp. All rights reserved.