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

Method Summary
 Object readResult(ResultSet rs)
          Reads results.
 

Method Detail

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.