| Package | Description |
|---|---|
| org.ballerinalang.bre.bvm | |
| org.ballerinalang.model | |
| org.ballerinalang.model.util | |
| org.ballerinalang.model.values | |
| org.ballerinalang.util | |
| org.ballerinalang.util.codegen |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CPU.checkStructEquivalency(BStructType rhsType,
BStructType lhsType) |
| Modifier and Type | Method and Description |
|---|---|
BStructType |
DataIterator.getStructType() |
| Modifier and Type | Method and Description |
|---|---|
static BStruct |
JSONUtils.convertJSONNodeToStruct(JsonNode jsonNode,
BStructType structType)
Convert a BJSON to a user defined struct.
|
static BStruct |
JSONUtils.convertJSONToStruct(BJSON bjson,
BStructType structType)
Convert a BJSON to a user defined struct.
|
| Modifier and Type | Field and Description |
|---|---|
protected BStructType |
BTable.constraintType |
| Modifier and Type | Method and Description |
|---|---|
BStructType |
BTable.getStructType() |
BStructType |
BStruct.getType() |
| Constructor and Description |
|---|
BStruct(BStructType structType)
Creates a struct with a single memory block.
|
BTable(String tableName,
BStructType constraintType) |
BTable(String query,
BTable fromTable,
BTable joinTable,
BStructType constraintType,
BRefValueArray params) |
| Modifier and Type | Field and Description |
|---|---|
protected BStructType |
TableIterator.type |
| Modifier and Type | Method and Description |
|---|---|
BStructType |
TableIterator.getStructType() |
| Modifier and Type | Method and Description |
|---|---|
TableIterator |
TableProvider.createIterator(String tableName,
BStructType type) |
String |
TableProvider.createTable(String fromTableName,
String query,
BStructType tableType,
BRefValueArray params) |
String |
TableProvider.createTable(String fromTableName,
String joinTableName,
String query,
BStructType tableType,
BRefValueArray params) |
| Constructor and Description |
|---|
TableIterator(TableResourceManager rm,
ResultSet rs,
BStructType type) |
TableIterator(TableResourceManager rm,
ResultSet rs,
BStructType type,
List<ColumnDefinition> columnDefs) |
| Modifier and Type | Method and Description |
|---|---|
BStructType |
StructInfo.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StructInfo.setType(BStructType structType) |
Copyright © 2018 WSO2. All rights reserved.