public interface IDfQueryScope
IDfLocationQueryScope
allows you to specify a location within
the source independently from the query expressions.IDfLocationQueryScope
,
IDfPartitionScope
,
IDfExpressionScope
Modifier and Type | Field and Description |
---|---|
static int |
SCOPE_EXPRESSION
Indicates the expression scope type.
|
static int |
SCOPE_LOCATION
Indicates the location query scope type.
|
static int |
SCOPE_PARTITION
Indicates the partition scope type.
|
static int |
SCOPE_UNDEFINED
Internal scope type used to identify uninitialized scope.
|
Modifier and Type | Method and Description |
---|---|
int |
getScopeType()
Gets the type of a scope.
|
static final int SCOPE_UNDEFINED
static final int SCOPE_LOCATION
static final int SCOPE_PARTITION
static final int SCOPE_EXPRESSION
Copyright 1994-2023 OpenText Corporation. All rights reserved.