Annotation Type RequireDatabaseOption
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface RequireDatabaseOption
Marker annotation used to skip a given test if the specified database option isn't enabled.- Author:
- Chris Cranford
-
-
Element Detail
-
value
String value
Returns the database option that is required or test should be skipped. The option's name should match the option name as defined by Oracle in theV$OPTIONtable.
-
-