Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataSource.common
Interface DrillConstants

All Known Implementing Classes:
QueryServer

public interface DrillConstants

Constants (bit sets) that specify exclusions for a drill in a query.


Field Summary
static int DRILL_EXCLUDE_RANGE
          Bit identifier that excludes members of intervening levels during a drill.
static int DRILL_EXCLUDE_SELF
          Bit identifier that excludes the dimension value (also known as dimension member) that is specified in a drill.
static int DRILL_EXCLUDE_SIBLINGS
          Bit identifier that excludes siblings of the target dimension value (also known as dimension member) during a drill.

 

Field Detail

DRILL_EXCLUDE_RANGE

public static final int DRILL_EXCLUDE_RANGE
Bit identifier that excludes members of intervening levels during a drill.

DRILL_EXCLUDE_SIBLINGS

public static final int DRILL_EXCLUDE_SIBLINGS
Bit identifier that excludes siblings of the target dimension value (also known as dimension member) during a drill.

DRILL_EXCLUDE_SELF

public static final int DRILL_EXCLUDE_SELF
Bit identifier that excludes the dimension value (also known as dimension member) that is specified in a drill.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.