org.objectweb.speedo.query.api
Interface CompiledQuery

All Known Implementing Classes:
SpeedoCompiledQuery

public interface CompiledQuery

Author:
S.Chassande-Barrioz

Field Summary
static short COMPILED
           
static short DEFINED
           
static short UNDEFINED
           
 
Method Summary
 void compile()
           
 java.util.Collection execute(java.util.Map parameters, ProxyManager pm)
           
 java.util.Collection execute(java.lang.Object[] parameters, ProxyManager pm)
           
 short getStatus()
           
 

Field Detail

UNDEFINED

public static final short UNDEFINED
See Also:
Constant Field Values

DEFINED

public static final short DEFINED
See Also:
Constant Field Values

COMPILED

public static final short COMPILED
See Also:
Constant Field Values
Method Detail

compile

public void compile()
             throws SpeedoException,
                    MedorException,
                    ExpressionException
Throws:
SpeedoException
MedorException
ExpressionException

execute

public java.util.Collection execute(java.lang.Object[] parameters,
                                    ProxyManager pm)
                             throws SpeedoException,
                                    MedorException,
                                    ExpressionException
Throws:
SpeedoException
MedorException
ExpressionException

execute

public java.util.Collection execute(java.util.Map parameters,
                                    ProxyManager pm)
                             throws SpeedoException,
                                    MedorException,
                                    ExpressionException
Throws:
SpeedoException
MedorException
ExpressionException

getStatus

public short getStatus()