org.neodatis.odb.core.query.execution
Class EmptyExecutionPlan

java.lang.Object
  extended by org.neodatis.odb.core.query.execution.EmptyExecutionPlan
All Implemented Interfaces:
java.io.Serializable, IQueryExecutionPlan

public class EmptyExecutionPlan
extends java.lang.Object
implements IQueryExecutionPlan

See Also:
Serialized Form

Constructor Summary
EmptyExecutionPlan()
           
 
Method Summary
 void end()
           
 java.lang.String getDetails()
           
 long getDuration()
           
 ClassInfoIndex getIndex()
           
 void start()
           
 boolean useIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyExecutionPlan

public EmptyExecutionPlan()
Method Detail

end

public void end()
Specified by:
end in interface IQueryExecutionPlan

getDetails

public java.lang.String getDetails()
Specified by:
getDetails in interface IQueryExecutionPlan

getDuration

public long getDuration()
Specified by:
getDuration in interface IQueryExecutionPlan

getIndex

public ClassInfoIndex getIndex()
Specified by:
getIndex in interface IQueryExecutionPlan

start

public void start()
Specified by:
start in interface IQueryExecutionPlan

useIndex

public boolean useIndex()
Specified by:
useIndex in interface IQueryExecutionPlan