org.objectweb.speedo.query.api
Interface CompiledQuery
- All Known Implementing Classes:
- SpeedoCompiledQuery
- public interface CompiledQuery
- Author:
- S.Chassande-Barrioz
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
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()