Package org.apache.derby.vti
Interface IQualifyable
public interface IQualifyable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setQualifiers
(VTIEnvironment vtiEnvironment, Qualifier[][] qualifiers) Called at runtime before each scan of the VTI.
-
Method Details
-
setQualifiers
Called at runtime before each scan of the VTI. The passed in qualifiers are only valid for the single execution that follows.- Throws:
SQLException
-