Package net.sf.saffron.oj.convert

Defines Java code-generating implementations for conversions between various calling conventions.

See:
          Description

Class Summary
ArrayConverterRel An ArrayConverterRel converts a plan from inConvention to CallingConvention.ARRAY.
CollectionConverterRel A CollectionConverterRel converts a plan from inConvention to CallingConvention.COLLECTION.
EnumerationConverterRel EnumerationConverterRel converts a plan from inConvention to CallingConvention.ENUMERATION.
ExistsConverterRel An ExistsConverterRel converts a relational expression node (SaffronRel) to CallingConvention.EXISTS_ORDINAL calling convention: an expression which yields true if the relation returns at least one row.
IterableConverterRel Converts a relational expression to CallingConvention.ITERABLE calling convention.
IterConverterRel IterConverterRel converts a plan from inConvention to CallingConvention.ITERATOR_ORDINAL.
JavaConverterRel JavaConverterRel converts a plan from inConvention to CallingConvention.JAVA_ORDINAL.
ResultSetConverterRel A ResultSetConverterRel converts a plan from inConvention to CallingConvention.RESULT_SET_ORDINAL.
VectorConverterRel A VectorConverterRel converts a plan from inConvention to CallingConvention.VECTOR_ORDINAL.
 

Package net.sf.saffron.oj.convert Description

Defines Java code-generating implementations for conversions between various calling conventions.

 

Revision $Id: //open/saffron/src/net/sf/saffron/oj/convert/package.html#1 $
Copyright (C) Copyright 2003-2003 Disruptive Technologies, Inc.
Author Julian Hyde


SourceForge.net_Logo