Traqula
Preparing search index...
@traqula/rules-sparql-1-1
SelectQuery
Interface SelectQuery
interface
SelectQuery
{
base
?:
string
;
distinct
?:
true
;
from
?:
{
default
:
IriTerm
<
string
>
[]
;
named
:
IriTerm
<
string
>
[]
}
;
group
?:
Grouping
[]
;
having
?:
Expression
[]
;
limit
?:
number
;
offset
?:
number
;
order
?:
Ordering
[]
;
prefixes
:
Record
<
string
,
string
>
;
queryType
:
"SELECT"
;
reduced
?:
true
;
type
:
"query"
;
values
?:
ValuePatternRow
[]
;
variables
:
[
Wildcard
]
|
Variable
[]
;
where
?:
Pattern
[]
;
}
Hierarchy (
View Summary
)
BaseQuery
SelectQuery
Index
Properties
base?
distinct?
from?
group?
having?
limit?
offset?
order?
prefixes
query
Type
reduced?
type
values?
variables
where?
Properties
Optional
base
base
?:
string
Optional
distinct
distinct
?:
true
Optional
from
from
?:
{
default
:
IriTerm
<
string
>
[]
;
named
:
IriTerm
<
string
>
[]
}
Optional
group
group
?:
Grouping
[]
Optional
having
having
?:
Expression
[]
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
order
order
?:
Ordering
[]
prefixes
prefixes
:
Record
<
string
,
string
>
query
Type
queryType
:
"SELECT"
Optional
reduced
reduced
?:
true
type
type
:
"query"
Optional
values
values
?:
ValuePatternRow
[]
variables
variables
:
[
Wildcard
]
|
Variable
[]
Optional
where
where
?:
Pattern
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
distinct
from
group
having
limit
offset
order
prefixes
query
Type
reduced
type
values
variables
where
Traqula
Loading...