Modifier and Type | Method and Description |
---|---|
BStructureType |
GlobalMemoryBlock.getType() |
Modifier and Type | Method and Description |
---|---|
static boolean |
CPU.checkStructEquivalency(BStructureType rhsType,
BStructureType lhsType) |
Constructor and Description |
---|
GlobalMemoryBlock(BStructureType structType)
Creates a GlobalMemoryBlock.
|
Modifier and Type | Method and Description |
---|---|
BStructureType |
DataIterator.getStructType() |
Modifier and Type | Class and Description |
---|---|
class |
BObjectType
BObjectType represents a user defined object type in Ballerina. |
class |
BRecordType
BRecordType represents a user defined record type in Ballerina. |
Modifier and Type | Method and Description |
---|---|
static BMap<String,BValue> |
JSONUtils.convertJSONToStruct(BValue json,
BStructureType structType)
Convert a BJSON to a user defined struct.
|
Modifier and Type | Field and Description |
---|---|
protected BStructureType |
BTable.constraintType |
Modifier and Type | Method and Description |
---|---|
BStructureType |
BTable.getStructType() |
Constructor and Description |
---|
BTable(String tableName,
BStructureType constraintType) |
BTable(String query,
BTable fromTable,
BTable joinTable,
BStructureType constraintType,
BRefValueArray params) |
Modifier and Type | Field and Description |
---|---|
protected BStructureType |
TableIterator.type |
Modifier and Type | Method and Description |
---|---|
BStructureType |
TableIterator.getStructType() |
Modifier and Type | Method and Description |
---|---|
TableIterator |
TableProvider.createIterator(String tableName,
BStructureType type) |
String |
TableProvider.createTable(String fromTableName,
String query,
BStructureType tableType,
BRefValueArray params) |
String |
TableProvider.createTable(String fromTableName,
String joinTableName,
String query,
BStructureType tableType,
BRefValueArray params) |
Constructor and Description |
---|
TableIterator(TableResourceManager rm,
ResultSet rs,
BStructureType type) |
TableIterator(TableResourceManager rm,
ResultSet rs,
BStructureType type,
List<ColumnDefinition> columnDefs) |
Modifier and Type | Method and Description |
---|---|
abstract BStructureType |
StructureTypeInfo.getType() |
Copyright © 2018 WSO2. All rights reserved.