Quadcap Embeddable Database

com.quadcap.sql.Function Interface Reference

List of all members.

Detailed Description

An SQL function, defined as the value resulting from some function on a row.

Author:
Stan Bailes

Definition at line 52 of file Function.java.

Public Member Functions

Value apply (Row values) throws ValueException, SQLException


Member Function Documentation

Value com.quadcap.sql.Function.apply Row  values  )  throws ValueException, SQLException