Package net.sf.farrago.rng

Contains class definitions for the Farrago RNG example.

See:
          Description

Class Summary
FarragoRngDdlHandler FarragoRngDdlHandler defines handler methods for random number generator DDL.
FarragoRngImplementorTable FarragoRngImplementorTable extends FarragoOJRexImplementorTable with code generation for the NEXT_RANDOM_INT operator.
FarragoRngNextRandomIntOperator FarragoRngNextRandomIntOperator defines the SqlOperator for the NEXT_RANDOM_INT pseudo-function.
FarragoRngOperatorTable FarragoRngOperatorTable extends SqlStdOperatorTable with the NEXT_RANDOM_INT operator provided by the RNG plugin.
FarragoRngParser FarragoRngParser is the public wrapper for the JavaCC-generated RngParser.
FarragoRngPluginFactory FarragoRngPluginFactory implements the FarragoSessionPersonalityFactory interface by producing session personality instances capable of understanding RNG DDL statements.
FarragoRngPluginFactory.RngModelExtension  
FarragoRngPluginFactory.RngPersonality  
FarragoRngUDR FarragoRngUDR contains implementations for the user-defined routine portion of the RNG plugin example.
 

Package net.sf.farrago.rng Description

Contains class definitions for the Farrago RNG example.

Revision $Id: //open/dev/farrago/examples/rng/src/net/sf/farrago/rng/package.html#6 $
Copyright Copyright (C) 2005-2009 The Eigenbase Project
Copyright (C) 2005-2009 SQLstream, Inc.
Copyright (C) 2005-2009 LucidEra, Inc.
Author John V. Sichi