org.objectweb.speedo.runtime.query.api
Interface QueryCompiler
- All Known Implementing Classes:
- SpeedoQueryCompiler
- public interface QueryCompiler
- Author:
- S.Chassande-Barrioz
UNDEFINED
public static final short UNDEFINED
DEFINED
public static final short DEFINED
COMPILED
public static final short COMPILED
compile
public void compile()
throws SpeedoException,
org.objectweb.medor.api.MedorException
execute
public java.util.Collection execute(java.lang.Object[] parameters,
ProxyManager pm)
throws SpeedoException,
org.objectweb.medor.api.MedorException
execute
public java.util.Collection execute(java.util.Map parameters,
ProxyManager pm)
throws SpeedoException,
org.objectweb.medor.api.MedorException
getStatus
public short getStatus()