| Package | Description |
|---|---|
| com.denodo.scheduler.client.vdpintrospection |
| Modifier and Type | Method and Description |
|---|---|
String |
VDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID,
Collection<String> pkFields)
Returns a default ORDER BY expression generated from the selected PK fields.
|
String |
VDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID,
String viewName)
Returns a default ORDER BY expression generated from the selected view's PK.
|
Collection<String> |
VDPManager.getDateFieldsFromView(int vdpDataSourceID,
String viewName)
Returns the date-type fields of a VDP view.
|
VDPViewFields |
VDPManager.getFieldsFromView(int vdpDataSourceID,
String viewName)
Returns the fields of a VDP view and which ones are mandatory.
|
String |
VDPManager.getIncrementalCacheStoredProcedureName(int vdpDataSourceID)
Returns the name of the stored procedure for incremental cache load of the VDP Server defined by
the identifier of the data source.
|
Collection<String> |
VDPManager.getPKFieldsFromView(int vdpDataSourceID,
String viewName)
Returns the PK fields of a VDP view.
|
Collection<String> |
VDPManager.getTextFieldsFromView(int vdpDataSourceID,
String viewName)
Returns the text-type fields of a VDP view.
|
Collection<String> |
VDPManager.getViewNames(int vdpDataSourceID)
Returns a collection with the names of the views (base and derived) of the VDP Server defined by
the identifier of the data source.
|
Collection<String> |
VDPManager.getViewsWithPKNames(int vdpDataSourceID)
Returns a collection with the names of the views (base and derived) of the VDP Server defined by
the identifier of the data source.
|
String |
VDPManager.validateQuery(int vdpDataSourceID,
String query)
Checks if a query is valid (without executing it).
|
String |
VDPManager.validateQuery(int vdpDataSourceID,
String query,
String contextOpts)
Checks if a query is valid (without executing it).
|
Copyright © 2024 Denodo Technologies. All rights reserved.