org.objectweb.medor.datasource.rdb.lib

Class JDBCWrapper

Implemented Interfaces:
Wrapper

public class JDBCWrapper
extends java.lang.Object
implements Wrapper

This class implements the Wrapper interface for the jdbc resources. This implementation uses Statements to perform the request.

Author:
Mourad Alia

Constructor Summary

JDBCWrapper()

Method Summary

TupleCollection
fetchData(QueryLeaf lf, ParameterOperand[] parameters, Object connection, EvaluationMetaData evalMD)

Constructor Details

JDBCWrapper

public JDBCWrapper()

Method Details

fetchData

public TupleCollection fetchData(QueryLeaf lf,
                                 ParameterOperand[] parameters,
                                 Object connection,
                                 EvaluationMetaData evalMD)
            throws EvaluationException
Specified by:
fetchData in interface Wrapper