org.hsqldb
Class SetFunction

java.lang.Object
  extended byorg.hsqldb.SetFunction

public class SetFunction
extends Object

Implementation of SQL set functions (currently only aggregate functions). This reduces temporary Object creation by SUM and AVG functions for INTEGER and narrower types.

Since:
1.7.2
Version:
1.7.2
Author:
fredt@users

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.