Class ExplainOptions


  • public class ExplainOptions
    extends java.lang.Object
    Options supported for Query.explain() command.
    Since:
    7.7.1
    Author:
    Pavel Klinov
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Option<java.lang.Boolean> PROFILE  
      static Option<java.lang.Boolean> VERBOSE  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExplainOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VERBOSE

        public static final Option<java.lang.Boolean> VERBOSE
      • PROFILE

        public static final Option<java.lang.Boolean> PROFILE
    • Constructor Detail

      • ExplainOptions

        public ExplainOptions()