Package | Description |
---|---|
org.ballerinalang.model.util | |
org.ballerinalang.model.values | |
org.ballerinalang.util |
Modifier and Type | Method and Description |
---|---|
static BStringArray |
JSONUtils.getKeys(BValue json)
Returns the keys of a JSON as a
BStringArray . |
Modifier and Type | Method and Description |
---|---|
static BRefValueArray |
JSONUtils.convertArrayToJSON(BStringArray stringArray)
Convert
BStringArray to JSON. |
Constructor and Description |
---|
BTable(BType type,
BStringArray indexColumns,
BStringArray keyColumns,
BRefValueArray dataRows) |
Modifier and Type | Method and Description |
---|---|
String |
TableProvider.createTable(BType constrainedType,
BStringArray primaryKeys,
BStringArray indexeColumns) |
Copyright © 2018 WSO2. All rights reserved.