org.gcube.dataaccess.spd.havingengine
Interface HavingStatementFactory

All Known Implementing Classes:
HavingStatementFactoryEXL

public interface HavingStatementFactory

HavingStatement factory.

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Method Summary
<T> HavingStatement<T>
compile(String expression)
          Compile the passed expression for the target class.
 

Method Detail

compile

<T> HavingStatement<T> compile(String expression)
                           throws Exception
Compile the passed expression for the target class.

Parameters:
expression - the expression to compile.
Returns:
the compiled statement.
Throws:
Exception - if an error occurs during the compilation.


Copyright © 2014. All Rights Reserved.