stdmql.transformationEngine
Interface GenericTransformationOperator


public interface GenericTransformationOperator


Method Summary
 void execute(stdmql.lang.TransformationCall call, DBManager db)
           
 

Method Detail

execute

void execute(stdmql.lang.TransformationCall call,
             DBManager db)
             throws java.lang.Exception
Parameters:
call - the information about the DMQL query executed by the user
db - an instance of the DBManager It implement the real operation of the operator
Throws:
java.lang.Exception