Uses of Class
com.denodo.scheduler.client.commons.exceptions.VDPConnectException
Packages that use VDPConnectException
-
Uses of VDPConnectException in com.denodo.scheduler.client.vdpintrospection
Methods in com.denodo.scheduler.client.vdpintrospection that throw VDPConnectExceptionModifier and TypeMethodDescriptionVDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID, String viewName) Returns a default ORDER BY expression generated from the selected view's PK.VDPManager.generateOrderByExpressionWithPK(int vdpDataSourceID, Collection<String> pkFields) Returns a default ORDER BY expression generated from the selected PK fields.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.VDPManager.getDateFieldsFromView(int vdpDataSourceID, String viewName) Returns the date-type fields of a VDP view.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.VDPManager.getJDBCTableViewNames(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.VDPManager.getSummaryViewNames(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 sourceVDPManager.getTextFieldsFromView(int vdpDataSourceID, String viewName) Returns the text-type fields of a VDP view.Collection<com.denodo.util.Pair<String,String>> VDPManager.getVDPI18NList(int vdpDataSourceID) Returns a collection of i18n labels from the VDP Server using the data source identified by vdpDataSourceID.VDPManager.getVDPLocale(int vdpDataSourceID, String code) Returns the VDP Locale defined by code parameter from VDP Server using the data source identified by vdpDataSourceID.VDPManager.getViewInfo(int vdpDataSourceID, String viewName) Returns the creation query, pks and fields of a VDP view and which ones are mandatory.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.VDPManager.getViewNames(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.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.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.VDPManager.getViewsWithPKNames(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.VDPManager.validateQuery(int vdpDataSourceID, String query) Checks if a query is valid (without executing it).VDPManager.validateQuery(int vdpDataSourceID, String query, String contextOpts) Checks if a query is valid (without executing it).