| Package | Description |
|---|---|
| org.ballerinalang.bre.bvm | |
| org.ballerinalang.model.util | |
| org.ballerinalang.model.values | |
| org.ballerinalang.util |
| Modifier and Type | Method and Description |
|---|---|
static BRefValueArray |
BLangVMErrors.generateCallStack(WorkerExecutionContext context,
CallableUnitInfo nativeCUI) |
BRefValueArray |
WorkerResult.getResult() |
| Modifier and Type | Method and Description |
|---|---|
static String |
BLangVMErrors.getCauseStackTraceArray(BRefValueArray cause) |
| Constructor and Description |
|---|
WorkerResult(String workerName,
BRefValueArray result) |
| Modifier and Type | Method and Description |
|---|---|
static BJSON |
JSONUtils.convertArrayToJSON(BRefValueArray refValueArray)
Convert
BRefValueArray to BJSON. |
| Modifier and Type | Method and Description |
|---|---|
BRefValueArray |
BXMLSequence.value() |
| Constructor and Description |
|---|
BTable(String query,
BTable fromTable,
BTable joinTable,
BStructType constraintType,
BRefValueArray params) |
BXMLSequence(BRefValueArray sequence)
Initialize a
BXMLSequence from a OMNode object. |
| Modifier and Type | Method and Description |
|---|---|
String |
TableProvider.createTable(String fromTableName,
String query,
BStructType tableType,
BRefValueArray params) |
String |
TableProvider.createTable(String fromTableName,
String joinTableName,
String query,
BStructType tableType,
BRefValueArray params) |
Copyright © 2018 WSO2. All rights reserved.