当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
SelectFunction (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.ejbql
Interface SelectFunction
- All Known Implementing Classes:
- AggregateFunction, ASTAbs, ASTAvg, ASTConcat, ASTCount, ASTLCase, ASTLength, ASTLocate, ASTMax, ASTMin, ASTMod, ASTSqrt, ASTSubstring, ASTSum, ASTUCase
- public interface SelectFunction
- Author:
- Alex Loubyansky
readResult
public Object readResult(ResultSet rs)
throws SQLException
- Reads results.
- Parameters:
rs
- the result set to read from.
- Returns:
- the result of the function
- Throws:
SQLException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.