Package | Description |
---|---|
org.ballerinalang.langserver.common.utils.index | |
org.ballerinalang.langserver.index |
Modifier and Type | Method and Description |
---|---|
static List<RecordDAO> |
DAOUtil.getRecordDAO(ResultSet resultSet)
Generate the RecordDAO list from the result set.
|
Modifier and Type | Method and Description |
---|---|
List<RecordDAO> |
LSIndexQueryProcessor.getRecordsFromPackage(String name,
String orgName)
Get a List of RecordDAOs.
|
List<RecordDAO> |
LSIndexQueryProcessor.getRecordsFromPackageOnAccessType(String name,
String orgName,
boolean isPrivate)
Get a List of RecordDAOs based on the access type either private or public.
|
Copyright © 2018 WSO2. All rights reserved.