Returns if the provided collection is empty. |
public | boolean | collectionIsEmpty |
|
required | any | collection | |
|
| struct | OPTIONS | {} |
|
option | "any", "int", "numeric" "string", "uint", regex using "/.../" | castAs | any |
Trim all simple values before casting them. |
option | boolean | castAsTrimming | true |
Keep empty strings. |
option | boolean | keepEmpty | false |
|
option | string | delimiters.input | , |
|
option | string | delimiters.output | , |
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs. |
option | string | objectSelector | getID() |
Part of the Key-Value-Pair to fetch data from. Only affects structs. |
option | "KEY", "VALUE" | structPart | KEY |
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries. |
option | string | queryColumn | id |
Returns the length/size of the provided collection. |
public | numeric | collectionLen |
|
required | any | collection | |
|
| struct | OPTIONS | {} |
|
option | "any", "int", "numeric" "string", "uint", regex using "/.../" | castAs | any |
Trim all simple values before casting them. |
option | boolean | castAsTrimming | true |
Keep empty strings. |
option | boolean | keepEmpty | false |
|
option | string | delimiters.input | , |
|
option | string | delimiters.output | , |
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs. |
option | string | objectSelector | getID() |
Part of the Key-Value-Pair to fetch data from. Only affects structs. |
option | "KEY", "VALUE" | structPart | KEY |
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries. |
option | string | queryColumn | id |
Reverses the provided collection. Returns the type of the input. |
public | any | collectionReverse |
|
required | array, query, string | collection | |
|
| struct | OPTIONS | {} |
|
option | "any", "int", "numeric" "string", "uint", regex using "/.../" | castAs | any |
Trim all simple values before casting them. |
option | boolean | castAsTrimming | true |
Keep empty strings. |
option | boolean | keepEmpty | false |
|
option | string | delimiters.input | , |
|
option | string | delimiters.output | , |
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs. |
option | string | objectSelector | getID() |
Part of the Key-Value-Pair to fetch data from. Only affects structs. |
option | "KEY", "VALUE" | structPart | KEY |
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries. |
option | string | queryColumn | id |
Converts a data collection to an array. |
public | array | collectionToArray |
Supported data types are: array, list/string, struct, query |
required | any | collection | |
|
| struct | OPTIONS | {} |
|
option | "any", "int", "numeric" "string", "uint", regex using "/.../" | castAs | any |
Trim all simple values before casting them. |
option | boolean | castAsTrimming | true |
Keep empty strings. |
option | boolean | keepEmpty | false |
|
option | string | delimiters.input | , |
|
option | string | delimiters.output | , |
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs. |
option | string | objectSelector | getID() |
Part of the Key-Value-Pair to fetch data from. Only affects structs. |
option | "KEY", "VALUE" | structPart | KEY |
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries. |
option | string | queryColumn | id |
Converts a data collection to a delimited list. |
public | string | collectionToList |
Supported data types are: array, list/string, struct, query |
required | any | collection | |
|
| string | delimiters | , |
|
| struct | OPTIONS | {} |
|
option | "any", "int", "numeric" "string", "uint", regex using "/.../" | castAs | any |
Trim all simple values before casting them. |
option | boolean | castAsTrimming | true |
Keep empty strings. |
option | boolean | keepEmpty | false |
|
option | string | delimiters.input | , |
|
option | string | delimiters.output | , |
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs. |
option | string | objectSelector | getID() |
Part of the Key-Value-Pair to fetch data from. Only affects structs. |
option | "KEY", "VALUE" | structPart | KEY |
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries. |
option | string | queryColumn | id |
Converts a data collection to specified format. |
public | any | collectionToData |
|
required | any | collection | |
|
required | ARRAY, LIST | returnType | |
|
| struct | OPTIONS | {} |
|
option | "any", "int", "numeric" "string", "uint", regex using "/.../" | castAs | any |
Trim all simple values before casting them. |
option | boolean | castAsTrimming | true |
Keep empty strings. |
option | boolean | keepEmpty | false |
|
option | string | delimiters.input | , |
|
option | string | delimiters.output | , |
Part of the Key-Value-Pair to fetch data from. Only affects objects/components and structs. |
option | string | objectSelector | getID() |
Part of the Key-Value-Pair to fetch data from. Only affects structs. |
option | "KEY", "VALUE" | structPart | KEY |
Name of the column to fetch values from. If the column does not exist, the first column will be used. Only affects queries. |
option | string | queryColumn | id |