| 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.getCatalogNames(int vdpDataSourceID)
Returns a collection with the names of the catalogs/databases of the VDP Server defined by
the identifier of the data source.
|
Collection<String> |
VDPManager.getDateFieldsFromView(int vdpDataSourceID,
String viewName)
Returns the date-type fields of a VDP view.
|
Collection<VDPViewElement> |
VDPManager.getElements(int vdpDataSourceID,
VDPViewElementFilter elementFilter)
Returns a collection of the elements of the database defined in elementFilter and VDP Server defined by
the identifier of the data source.
|
VDPViewFields |
VDPManager.getFieldsFromView(int vdpDataSourceID,
String viewName)
Deprecated.
Deprecated since 8.0u03.
Use |
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.getJDBCTableViewNamesByCatalog(int vdpDataSourceID,
String catalogName)
Deprecated.
Deprecated since 8.0u03.
Use |
Collection<String> |
VDPManager.getJDBCTableViewNamesByCatalogAndFilter(int vdpDataSourceID,
String catalogName,
String viewNameFilter)
Returns a collection with the names of the base views over a jdbc table of the VDP Server defined by the
identifier of the data source.
|
Collection<String> |
VDPManager.getPKFieldsFromView(int vdpDataSourceID,
String viewName)
Deprecated.
Deprecated since 8.0u03.
Use |
Collection<String> |
VDPManager.getSummaryViewNamesByCatalog(int vdpDataSourceID,
String catalogName)
Deprecated.
Deprecated since 8.0u03.
Use |
Collection<String> |
VDPManager.getSummaryViewNamesByCatalogAndFilter(int vdpDataSourceID,
String catalogName,
String viewNameFilter)
Returns a collection with the names of the base views over a summary of the VDP Server defined by the identifier
of the data source
|
Collection<String> |
VDPManager.getTextFieldsFromView(int vdpDataSourceID,
String viewName)
Returns the text-type fields of a VDP view.
|
Collection<<any>> |
VDPManager.getVDPI18NList(int vdpDataSourceID)
Returns a collection of i18n labels
from the VDP Server using the data source identified by vdpDataSourceID.
|
VDPLocale |
VDPManager.getVDPLocale(int vdpDataSourceID,
String code)
Returns the VDP Locale defined by code parameter
from VDP Server using the data source identified by vdpDataSourceID.
|
VDPViewInfo |
VDPManager.getViewInfo(int vdpDataSourceID,
String viewName)
Returns the creation query, pks and fields of a VDP view and which ones are mandatory.
|
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.getViewNamesByCatalog(int vdpDataSourceID,
String catalogName)
Deprecated.
Deprecated since 8.0u03.
Use |
Collection<String> |
VDPManager.getViewNamesByCatalogAndFilter(int vdpDataSourceID,
String catalogName,
String viewNameFilter)
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.
|
Collection<String> |
VDPManager.getViewsWithPKNames(int vdpDataSourceID,
String catalogName)
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.getViewsWithPKNamesByCatalogAndFilter(int vdpDataSourceID,
String catalogName,
String viewNameFilter)
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.