db4o 7.4

com.db4o.diagnostic
Class NativeQueryNotOptimized

java.lang.Object
  extended by com.db4o.diagnostic.DiagnosticBase
      extended by com.db4o.diagnostic.NativeQueryNotOptimized
All Implemented Interfaces:
Diagnostic

public class NativeQueryNotOptimized
extends DiagnosticBase

Diagnostic, if Native Query can not be run optimized.


Constructor Summary
NativeQueryNotOptimized(Predicate predicate, java.lang.Exception details)
           
 
Method Summary
 java.lang.String problem()
          returns the potential problem that triggered the message
 java.lang.Object reason()
          returns the reason for the message
 java.lang.String solution()
          suggests a possible solution for the possible problem
 
Methods inherited from class com.db4o.diagnostic.DiagnosticBase
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NativeQueryNotOptimized

public NativeQueryNotOptimized(Predicate predicate,
                               java.lang.Exception details)
Method Detail

reason

public java.lang.Object reason()
Description copied from class: DiagnosticBase
returns the reason for the message

Specified by:
reason in class DiagnosticBase

problem

public java.lang.String problem()
Description copied from class: DiagnosticBase
returns the potential problem that triggered the message

Specified by:
problem in class DiagnosticBase

solution

public java.lang.String solution()
Description copied from class: DiagnosticBase
suggests a possible solution for the possible problem

Specified by:
solution in class DiagnosticBase

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.