borland Packages Class Hierarchy jbcl.dataset Package Index
java.lang.Object +----borland.jbcl.dataset.ResolverResponse
Variables Constructors Properties Methods
This component is used to collect a response from another component. It encapsulates result information from a resolution event: RESOLVE, SKIP, or ABORT.
public static final int ABORT = 3
public static final int RESOLVE = 1
public static final int SKIP = 2
public ResolverResponse()
public final boolean isAbort()
public final boolean isResolve()
public final boolean isSkip()
public final void abort()Indicates that a resolving process should be terminated with no rows being resolved.
public final void resolve()Indicates that a row should be resolved.
public final void skip()Indicates that a row should not be resolved.