Package | Description |
---|---|
org.ballerinalang.model | |
org.ballerinalang.model.util | |
org.ballerinalang.model.values |
Modifier and Type | Method and Description |
---|---|
BRefType<?> |
TableJSONDataSource.JSONObjectGenerator.transform(BTable table)
Converts the current position of the given table to a JSON.
|
Constructor and Description |
---|
TableJSONDataSource(BTable df,
boolean isInTransaction) |
TableOMDataSource(BTable table,
String rootWrapper,
String rowWrapper,
boolean isInTransaction) |
Modifier and Type | Method and Description |
---|---|
static BXML |
XMLUtils.tableToXML(BTable table,
boolean isInTransaction)
|
static BRefType<?> |
JSONUtils.toJSON(BTable table,
boolean isInTransaction)
Convert
BTable to JSON. |
Constructor and Description |
---|
BTable(String query,
BTable fromTable,
BTable joinTable,
BStructureType constraintType,
BRefValueArray params) |
Copyright © 2018 WSO2. All rights reserved.