jfun.jaskell.sql
Class Sql

java.lang.Object
  extended by jfun.jaskell.sql.Sql

public class Sql
extends java.lang.Object

The facade class for adding sql support to jaskell runtime.

Author:
Ben Yu Apr 4, 2006 1:45:38 PM

Constructor Summary
Sql()
           
 
Method Summary
static Function f_sql(java.lang.String name)
           
static Tuple getFunctionSuite()
          Get the suite of sql related functions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sql

public Sql()
Method Detail

f_sql

public static Function f_sql(java.lang.String name)

getFunctionSuite

public static Tuple getFunctionSuite()
Get the suite of sql related functions.

Returns:
the Tuple object containing all sql related functions.