org.neodatis.odb.core.query.execution
Interface IQueryExecutionPlan

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CriteriaQueryExecutionPlan, EmptyExecutionPlan, NativeQueryExecutionPlan

public interface IQueryExecutionPlan
extends java.io.Serializable


Method Summary
 void end()
           
 java.lang.String getDetails()
           
 long getDuration()
           
 ClassInfoIndex getIndex()
           
 void start()
           
 boolean useIndex()
           
 

Method Detail

useIndex

boolean useIndex()

getIndex

ClassInfoIndex getIndex()

getDetails

java.lang.String getDetails()

getDuration

long getDuration()

start

void start()

end

void end()