Package | Description |
---|---|
org.ballerinalang.langserver.index | |
org.ballerinalang.langserver.index.dao | |
org.ballerinalang.langserver.index.dto |
Modifier and Type | Method and Description |
---|---|
static OtherTypeSymbolDTO |
DTOUtil.getOtherTypeSymbolDTO(int pkgId,
BTypeSymbol symbol)
Get the OtherTypeSymbolDTO for the Object Type symbol.
|
Modifier and Type | Method and Description |
---|---|
OtherTypeSymbolDTO |
BOtherTypeSymbolDAO.get(int id)
Get a single entry from id.
|
Modifier and Type | Method and Description |
---|---|
List<OtherTypeSymbolDTO> |
BOtherTypeSymbolDAO.get(OtherTypeSymbolDTO dto) |
List<OtherTypeSymbolDTO> |
BOtherTypeSymbolDAO.getAll()
Get all the entries in the corresponding table.
|
List<OtherTypeSymbolDTO> |
BPackageSymbolDAO.getOtherTypes(BPackageSymbolDTO dto)
Get list of other types for the given Package criteria.
|
Modifier and Type | Method and Description |
---|---|
List<OtherTypeSymbolDTO> |
BOtherTypeSymbolDAO.get(OtherTypeSymbolDTO dto) |
int |
BOtherTypeSymbolDAO.insert(OtherTypeSymbolDTO dto)
Insert a single entry to Index DB.
|
Modifier and Type | Method and Description |
---|---|
List<Integer> |
BOtherTypeSymbolDAO.insertBatch(List<OtherTypeSymbolDTO> dtoList)
Insert a list of entries in Index DB.
|
Modifier and Type | Method and Description |
---|---|
OtherTypeSymbolDTO |
OtherTypeSymbolDTO.OtherTypeSymbolDTOBuilder.build() |
Copyright © 2019 WSO2. All rights reserved.