| Package | Description |
|---|---|
| com.denodo.scheduler.client.vdpintrospection |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
VDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID,
java.util.Collection<java.lang.String> pkFields)
Returns a default ORDER BY expression generated from the selected PK fields.
|
java.lang.String |
VDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID,
java.lang.String viewName)
Returns a default ORDER BY expression generated from the selected view's PK.
|
java.util.Collection<java.lang.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.
|
java.util.Collection<java.lang.String> |
VDPManager.getDateFieldsFromView(int vdpDataSourceID,
java.lang.String viewName)
Returns the date-type fields of a VDP view.
|
java.util.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.
|
java.util.Collection<java.lang.String> |
VDPManager.getJDBCTableViewNames(int vdpDataSourceID,
java.lang.String catalogName,
java.lang.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.
|
java.util.Collection<java.lang.String> |
VDPManager.getSummaryViewNames(int vdpDataSourceID,
java.lang.String catalogName,
java.lang.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
|
java.util.Collection<java.lang.String> |
VDPManager.getTextFieldsFromView(int vdpDataSourceID,
java.lang.String viewName)
Returns the text-type fields of a VDP view.
|
java.util.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,
java.lang.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,
java.lang.String viewName)
Returns the creation query, pks and fields of a VDP view and which ones are mandatory.
|
java.util.Collection<java.lang.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.
|
java.util.Collection<java.lang.String> |
VDPManager.getViewNames(int vdpDataSourceID,
java.lang.String catalogName,
java.lang.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.
|
java.util.Collection<java.lang.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.
|
java.util.Collection<java.lang.String> |
VDPManager.getViewsWithPKNames(int vdpDataSourceID,
java.lang.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.
|
java.util.Collection<java.lang.String> |
VDPManager.getViewsWithPKNames(int vdpDataSourceID,
java.lang.String catalogName,
java.lang.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.
|
java.lang.String |
VDPManager.validateQuery(int vdpDataSourceID,
java.lang.String query)
Checks if a query is valid (without executing it).
|
java.lang.String |
VDPManager.validateQuery(int vdpDataSourceID,
java.lang.String query,
java.lang.String contextOpts)
Checks if a query is valid (without executing it).
|
Copyright © 2024 Denodo Technologies. All rights reserved.