/AWS1/CL_FNSLISTKXDATABASESRSP¶
ListKxDatabasesResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_kxdatabases
TYPE /AWS1/CL_FNSKXDATABASELISTENTR=>TT_KXDATABASES
TT_KXDATABASES
¶
A list of databases in the kdb environment.
iv_nexttoken
TYPE /AWS1/FNSPAGINATIONTOKEN
/AWS1/FNSPAGINATIONTOKEN
¶
A token that indicates where a results page should begin.
Queryable Attributes¶
kxDatabases¶
A list of databases in the kdb environment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KXDATABASES() |
Getter for KXDATABASES, with configurable default |
ASK_KXDATABASES() |
Getter for KXDATABASES w/ exceptions if field has no value |
HAS_KXDATABASES() |
Determine if KXDATABASES has a value |
nextToken¶
A token that indicates where a results page should begin.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |