public interface ExtensionHelper
| Modifier and Type | Method and Description |
|---|---|
com.sap.cds.CdsDataStore |
getCdsDataStore()
Returns the CdsDataStore instance, which allows to interact with a data
source, it allows to execute CDS QL queries, as well as insert, update and
delete.
|
com.sap.cds.reflect.CdsModel |
getCdsModel()
Returns the CdsModel instance, which reflects the CDS model.
|
DataSourceHandler |
getHandler()
Returns the DataSourceHandler object with which you can execute any operation
(Create, Read, Update, Delete, or Query) on a data source.
|
DataSourceHandler getHandler()
com.sap.cds.CdsDataStore getCdsDataStore()
com.sap.cds.reflect.CdsModel getCdsModel()
Copyright © 2020 SAP. All Rights Reserved.