toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
database
/
ru.sydis.database.interfaces
/
QueryResultStructure
Query
Result
Structure
data
class
QueryResultStructure
(
val
dpIds
:
List
<
ProtoDpId.Builder
>
=
emptyList()
,
val
headers
:
List
<
String
>
=
emptyList()
,
val
dataRows
:
List
<
List
<
ProtoValue
>
>
=
emptyList()
)
Members
Constructors
Query
Result
Structure
Link copied to clipboard
constructor
(
dpIds
:
List
<
ProtoDpId.Builder
>
=
emptyList()
,
headers
:
List
<
String
>
=
emptyList()
,
dataRows
:
List
<
List
<
ProtoValue
>
>
=
emptyList()
)
Properties
data
Rows
Link copied to clipboard
val
dataRows
:
List
<
List
<
ProtoValue
>
>
dp
Ids
Link copied to clipboard
val
dpIds
:
List
<
ProtoDpId.Builder
>
headers
Link copied to clipboard
val
headers
:
List
<
String
>