A B C D E F G H I J L M N O P Q R S T U V 

A

AbstractCustomWrapper - Class in com.denodo.vdb.engine.customwrapper
Default implementation of CustomWrapper.
AbstractCustomWrapper() - Constructor for class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
 
AbstractStoredProcedure - Class in com.denodo.vdb.engine.storedprocedure
This class should be extended by all the stored procedures.
AbstractStoredProcedure() - Constructor for class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
Constructor.
addCondition(CustomWrapperCondition) - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperAndCondition
Adds a condition to the AND condition.
addCondition(CustomWrapperCondition) - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperOrCondition
Adds a condition to the OR condition.
addPlanEntry(String, String) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapperPlan
Adds information to the custom wrapper plan.
addProperty(String, Object) - Method in interface com.denodo.common.custom.elements.CustomRecordValue
Adds a new value to the record.
addRow(Object[], List<CustomWrapperFieldExpression>) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
Invoke this method to add a row to the result set.
addRow(Object[]) - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
Adds a row to the results.
addValue(CustomRecordValue, int) - Method in interface com.denodo.common.custom.elements.CustomArrayValue
Inserts the specified CustomRecordValue at the specified position in this array.
addValue(CustomRecordValue) - Method in interface com.denodo.common.custom.elements.CustomArrayValue
Appends the specified CustomRecordValue to the end of this array.
addValue(E, int) - Method in interface com.denodo.common.custom.elements.CustomGroupValue
Inserts the specified value at the specified position in this group.
addValue(E) - Method in interface com.denodo.common.custom.elements.CustomGroupValue
Appends the specified value to the end of this group.
AND - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 
ARRAY_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
ASC_AND_DESC_SORT - Static variable in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
This parameter supports both ascending and descending sort.
ASCENDING_SORT - Static variable in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
This parameter supports ascending sort.

B

booleanType(boolean) - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents boolean values.

C

CACHE_INVALIDATE_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which indicates whether the cache is invalidated.
CACHE_PRELOAD_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which indicates whether the results of this query is used to populate the cache of the executing view.
call(String, Object[], IContext) - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
call(String, Object[], IContext) - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
Method which executes the stored procedure.
caseSensitiveParameters() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
caseSensitiveParameters() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
Returns if the field names defined by the stored procedure are case sensitive.
close() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
Deprecated.
As of Denodo 5.5, this method is deprecated because it is never invoked.
It will be removed in future versions of the Denodo Platform.
close() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
Deprecated.
This method will be removed in future versions because it is not used.
close() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
Closes the ResultSet.
com.denodo.common.custom.annotations - package com.denodo.common.custom.annotations
Annotations used to develop Custom elements.
com.denodo.common.custom.elements - package com.denodo.common.custom.elements
Provides the types and values needed to implement Custom elements in Virtual DataPort.
com.denodo.common.custom.policy - package com.denodo.common.custom.policy
Provides the enums and classes needed to represent the evaluation of Custom Policies for Virtual DataPort and to access to its context.
com.denodo.common.custom.policy.exceptions - package com.denodo.common.custom.policy.exceptions
Provides the exceptions related to a custom policy in VDP.
com.denodo.common.custom.util.exception - package com.denodo.common.custom.util.exception
 
com.denodo.parser.connection.filter - package com.denodo.parser.connection.filter
Provides the classes to develop custom input filters.
com.denodo.vdb.engine.customwrapper - package com.denodo.vdb.engine.customwrapper
Provides the base classes and mechanisms necessary to implement a Custom Wrapper.
com.denodo.vdb.engine.customwrapper.condition - package com.denodo.vdb.engine.customwrapper.condition
Provides the classes needed to deal with conditions in Custom Wrappers.
com.denodo.vdb.engine.customwrapper.expression - package com.denodo.vdb.engine.customwrapper.expression
Provides the classes needed to deal with expressions in Custom Wrappers.
com.denodo.vdb.engine.customwrapper.input.type - package com.denodo.vdb.engine.customwrapper.input.type
Provides the classes needed to deal with types for input parameters in Custom Wrappers.
com.denodo.vdb.engine.customwrapper.input.value - package com.denodo.vdb.engine.customwrapper.input.value
Provides the classes needed to deal with input parameters values in Custom Wrappers.
com.denodo.vdb.engine.customwrapper.value - package com.denodo.vdb.engine.customwrapper.value
Provides the classes needed to deal with complex values in Custom Wrappers.
com.denodo.vdb.engine.storedprocedure - package com.denodo.vdb.engine.storedprocedure
Provides the abstract classes, interfaces and exceptions necessary to implement the stored procedures.
commit() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, does nothing.
commit() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines how this Custom Wrappers performs a commit operation in its data source in the context of a distributed transaction.
commit() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
commit() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
The Execution Engine invokes this method to confirm the current transaction.
commit() - Method in class com.denodo.vdb.engine.storedprocedure.Transaction
Commits the current transaction
CONDITION_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
ConditionEvaluationException - Exception in com.denodo.common.custom.util.exception
 
ConditionEvaluationException(String) - Constructor for exception com.denodo.common.custom.util.exception.ConditionEvaluationException
 
ConnectionFilter - Class in com.denodo.parser.connection.filter
Parent class of all the connection filters.
ConnectionFilter() - Constructor for class com.denodo.parser.connection.filter.ConnectionFilter
 
CONTAINS_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
createArray(Collection<? extends Object>, int) - Static method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
Creates a SQL array object.
createCustomArrayType(String, CustomRecordType) - Method in class com.denodo.common.custom.elements.CustomElementsFactory
Deprecated.
Factory method to instantiate a CustomArrayType.
createCustomArrayType(String, CustomRecordType) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
Factory method to instantiate a CustomArrayType.
createCustomArrayType(CustomRecordType) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
Factory method to instantiate a CustomArrayType without name.
createCustomArrayValue(List<CustomRecordValue>) - Method in class com.denodo.common.custom.elements.CustomElementsFactory
Deprecated.
Factory method to instantiate a CustomArrayValue.
createCustomArrayValue(List<CustomRecordValue>) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
Factory method to instantiate a CustomArrayValue.
createCustomRecordArray(LinkedHashMap<String, Object>) - Method in class com.denodo.common.custom.elements.CustomElementsFactory
Deprecated.
Factory method to instantiate a CustomRecordValue.
createCustomRecordType(String, LinkedHashMap<String, Object>) - Method in class com.denodo.common.custom.elements.CustomElementsFactory
Deprecated.
Factory method to instantiate a CustomRecordValue.
createCustomRecordType(String, LinkedHashMap<String, Object>) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
Factory method to instantiate a CustomRecordValue.
createCustomRecordType(LinkedHashMap<String, Object>) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
Factory method to instantiate a CustomRecordValue without name.
createCustomRecordValue(LinkedHashMap<String, Object>) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
Factory method to instantiate a CustomRecordValue.
createStruct(List<String>, List<? extends Object>) - Static method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
Creates a SQL struct object.
createTransaction() - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Creates a new transaction.
CustomArrayType - Interface in com.denodo.common.custom.elements
This class represents an array in the Denodo Platform types structure.
CustomArrayValue - Interface in com.denodo.common.custom.elements
This class represents an array in the Denodo Platform values structure.
CustomConnectionFilter - Class in com.denodo.parser.connection.filter
To develop a custom connection filter, override this class and implement the method ConnectionFilter#execute(java.io.InputStream)
CustomConnectionFilter() - Constructor for class com.denodo.parser.connection.filter.CustomConnectionFilter
 
CustomContext - Annotation Type in com.denodo.common.custom.annotations
Fields annotation to mark the field where the context of a Custom Policy will be injected.
CustomElement - Annotation Type in com.denodo.common.custom.annotations
Indicates that the annotated class is a Custom Element.
CustomElementsFactory - Class in com.denodo.common.custom.elements
Deprecated.
Use CustomElementsUtil instead.
CustomElementsFactory() - Constructor for class com.denodo.common.custom.elements.CustomElementsFactory
Deprecated.
 
CustomElementsUtil - Class in com.denodo.common.custom.elements
This class allows the user to create instances of Custom types and values like CustomArrayType, CustomArrayValue, CustomRecordType and CustomRecordValue.
CustomElementsUtil() - Constructor for class com.denodo.common.custom.elements.CustomElementsUtil
 
CustomElementType - Enum in com.denodo.common.custom.annotations
Enumeration used by the class CustomElement to indicate the type of a Custom Element.
CustomExecutor - Annotation Type in com.denodo.common.custom.annotations
The method marked with this annotation will be executed when invoking this Custom Function or Custom Policy.
CustomExecutorReturnType - Annotation Type in com.denodo.common.custom.annotations
Method annotation to mark the method that will be invoked to compute the return type of a Custom Function before executing a query.
CustomGroup - Annotation Type in com.denodo.common.custom.annotations
Parameter annotation used in aggregation functions.
CustomGroupValue<E> - Interface in com.denodo.common.custom.elements
This class represents the group of values coming from a non aggregate field in an aggregation function.
CustomPageValue - Interface in com.denodo.common.custom.elements
Class representing a Page Value Object in ITPilot.
CustomParam - Annotation Type in com.denodo.common.custom.annotations
Parameter annotation used by Custom Functions or Custom Policies.
CustomRecordType - Interface in com.denodo.common.custom.elements
This class represents a record in the Denodo Platform types structure.
CustomRecordType.Property - Interface in com.denodo.common.custom.elements
This object stores the information of each element in the record.
CustomRecordValue - Interface in com.denodo.common.custom.elements
This class represents a register in the Denodo Platform values structure.
CustomRecordValue.Property - Interface in com.denodo.common.custom.elements
Object containing the name and value a record's single property.
CustomRestrictionPolicyContext - Interface in com.denodo.common.custom.policy
The CustomRestrictionPolicyContext interface provides access to information about the running query and the corresponding custom policy.
CustomRestrictionPolicyContext.CredentialsType - Enum in com.denodo.common.custom.policy
Type of the credential which is assigned the custom policy to
CustomRestrictionPolicyContext.ElementType - Enum in com.denodo.common.custom.policy
Type of the element which is assigned the custom policy to
CustomRestrictionPolicyContext.LogLevel - Enum in com.denodo.common.custom.policy
Severity level of the registered events in the log
CustomRestrictionPolicyFilterType - Enum in com.denodo.common.custom.policy
Action taken for all the rows that do not verify the corresponding condition when a custom policy evaluates to ACCEPT_WITH_FILTER.
CustomRestrictionPolicyType - Enum in com.denodo.common.custom.policy
Action taken as a result of the custom policy evaluation.
CustomRestrictionPolicyValue - Class in com.denodo.common.custom.policy
Class that represents the action that will be taken as a result of custom policy evaluation.
CustomRestrictionPolicyValue(CustomRestrictionPolicyType) - Constructor for class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
Constructs a CustomRestrictionPolicyValue without imposing any restriction
CustomRestrictionPolicyValue(CustomRestrictionPolicyType, CustomRestrictionPolicyFilterType, String, Set<String>) - Constructor for class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
Constructs a CustomRestrictionPolicyValue which may impose some restriction
CustomWrapper - Interface in com.denodo.vdb.engine.customwrapper
All VDP Custom Wrappers must implement this interface.
CustomWrapperAndCondition - Class in com.denodo.vdb.engine.customwrapper.condition
Defines an AND condition in terms of a list of conditions: CONDITION_1 AND CONDITION_2 AND ...
CustomWrapperAndCondition(List<CustomWrapperCondition>) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperAndCondition
Creates a new AND condition.
CustomWrapperArrayExpression - Class in com.denodo.vdb.engine.customwrapper.expression
Represents an array of values in Custom Wrapper conditions.
CustomWrapperArrayExpression(List<CustomWrapperExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperArrayExpression
Creates an array with a list of values.
CustomWrapperCondition - Class in com.denodo.vdb.engine.customwrapper.condition
Superclass of all the types of conditions supported by Custom Wrappers.
CustomWrapperCondition() - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 
CustomWrapperConditionExpression - Class in com.denodo.vdb.engine.customwrapper.expression
Represents a condition in a CASE function in a Custom Wrapper condition.
CustomWrapperConditionExpression(CustomWrapperCondition) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperConditionExpression
Creates a condition expression with an encapsulated CustomWrapperCondition.
CustomWrapperConditionHolder - Class in com.denodo.vdb.engine.customwrapper.condition
Encapsulates a CustomWrapperCondition and its representation as a Map<CustomWrapperFieldExpression, Object>.
CustomWrapperConditionHolder(CustomWrapperCondition) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperConditionHolder
Creates an instance of CustomWrapperConditionHolder encapsulating a condition and generates its Map<CustomWrapperFieldExpression, Object> version.
CustomWrapperConfiguration - Class in com.denodo.vdb.engine.customwrapper
Encapsulates the following configuration properties:
CustomWrapperConfiguration() - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
 
CustomWrapperContainsExpression - Class in com.denodo.vdb.engine.customwrapper.expression
Represents an expression with the operator 'contains' in Custom Wrapper conditions.
CustomWrapperContainsExpression(String, String) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
Creates a 'contains' expression.
CustomWrapperException - Exception in com.denodo.vdb.engine.customwrapper
A general purpose Exception subclass intended to be used by Custom Wrappers.
CustomWrapperException(String) - Constructor for exception com.denodo.vdb.engine.customwrapper.CustomWrapperException
 
CustomWrapperException(String, Throwable) - Constructor for exception com.denodo.vdb.engine.customwrapper.CustomWrapperException
 
CustomWrapperExpression - Class in com.denodo.vdb.engine.customwrapper.expression
Superclass of all the types of expressions supported by Custom Wrapper conditions.
CustomWrapperExpression() - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
CustomWrapperFieldExpression - Class in com.denodo.vdb.engine.customwrapper.expression
Represents a field (or a field's sub-field) in Custom Wrapper conditions.
CustomWrapperFieldExpression(String) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
Creates an instance of CustomWrapperFieldExpression with a name.
CustomWrapperFieldExpression(String, List<CustomWrapperFieldExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
Creates an instance of CustomWrapperFieldExpression with a list of sub-fields.
CustomWrapperFieldExpression(int) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
Creates an instance of CustomWrapperFieldExpression which is an index.
CustomWrapperFunctionExpression - Class in com.denodo.vdb.engine.customwrapper.expression
Represents a function in Custom Wrapper conditions.
CustomWrapperFunctionExpression(String, List<CustomWrapperFunctionParameter>, int, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
Creates a CustomWrapperFunctionExpression specifying its name, parameters, modifier and whether it is an aggregate function.
CustomWrapperFunctionParameter - Class in com.denodo.vdb.engine.customwrapper.expression
Represents functions' parameters in Custom Wrapper conditions.
CustomWrapperFunctionParameter(List<CustomWrapperExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionParameter
Creates a function parameter with a list of values.
CustomWrapperInputParameter - Class in com.denodo.vdb.engine.customwrapper
Defines a Custom Wrapper input parameter.
CustomWrapperInputParameter(String, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
CustomWrapperInputParameter(String, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
CustomWrapperInputParameter(String, String, boolean, CustomWrapperInputParameterType) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Constructs a CustomWrapperInputParameter specifying a name, a description, whether it is mandatory or not and a CustomWrapperInputParameterType
CustomWrapperInputParameter(String, String, boolean, boolean, CustomWrapperInputParameterType) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Constructs a CustomWrapperInputParameter specifying a name, a description, whether it is mandatory or not and a CustomWrapperInputParameterType
CustomWrapperInputParameterBooleanValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of boolean type.
CustomWrapperInputParameterBooleanValue(String, Boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterBooleanValue
 
CustomWrapperInputParameterDecimalValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of decimal type.
CustomWrapperInputParameterDecimalValue(String, BigDecimal) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDecimalValue
 
CustomWrapperInputParameterDenodoBrowserRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of a sequence route type.
CustomWrapperInputParameterDenodoBrowserRouteValue(String, HTTPRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDenodoBrowserRouteValue
 
CustomWrapperInputParameterDoubleValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of double type.
CustomWrapperInputParameterDoubleValue(String, Double) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDoubleValue
 
CustomWrapperInputParameterFloatValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of float type.
CustomWrapperInputParameterFloatValue(String, Float) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFloatValue
 
CustomWrapperInputParameterFtpRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of FTP route type.
CustomWrapperInputParameterFtpRouteValue(String, FTPRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
 
CustomWrapperInputParameterHttpRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the value returned by a CustomWrapperInputParameter of the type HTTP route.
CustomWrapperInputParameterHttpRouteValue(String, HTTPRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
 
CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION - Enum in com.denodo.vdb.engine.customwrapper.input.value
Enumeration of the authentication methods supported by a CustomWrapperInputParameter of type HTTP route.
CustomWrapperInputParameterIntegerValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of integer type.
CustomWrapperInputParameterIntegerValue(String, Integer) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterIntegerValue
 
CustomWrapperInputParameterLocalRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of local route type.
CustomWrapperInputParameterLocalRouteValue(String, LocalRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLocalRouteValue
 
CustomWrapperInputParameterLongValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of long type.
CustomWrapperInputParameterLongValue(String, Long) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLongValue
 
CustomWrapperInputParameterOAuth20Authentication - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value of the OAuth 2.0 authentication returned by a CustomWrapperInputParameter of HTTP route type.
CustomWrapperInputParameterOAuth20Authentication() - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Constructor.
CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers - Enum in com.denodo.vdb.engine.customwrapper.input.value
Authentication method used by the authorization server.
CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod - Enum in com.denodo.vdb.engine.customwrapper.input.value
Request signing method.
CustomWrapperInputParameterRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of route type.
CustomWrapperInputParameterStringValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of string type.
CustomWrapperInputParameterStringValue(String, String) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterStringValue
 
CustomWrapperInputParameterType - Class in com.denodo.vdb.engine.customwrapper.input.type
Represents the type of the CustomWrapperInputParameter
CustomWrapperInputParameterType.Type - Enum in com.denodo.vdb.engine.customwrapper.input.type
 
CustomWrapperInputParameterTypeFactory - Class in com.denodo.vdb.engine.customwrapper.input.type
Defines a factory API that provides the types for the CustomWrapperInputParameter.
CustomWrapperInputParameterTypeFactory.RouteType - Enum in com.denodo.vdb.engine.customwrapper.input.type
Defines the supported route types.
CustomWrapperInputParameterValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value of the CustomWrapperInputParameter.
CustomWrapperInputParameterVariableRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of variable route type.
CustomWrapperInputParameterVariableRouteValue(String, VariableRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterVariableRouteValue
 
CustomWrapperNotCondition - Class in com.denodo.vdb.engine.customwrapper.condition
Defines a NOT condition in terms of an encapsulated condition: NOT MY_CONDITION
CustomWrapperNotCondition(CustomWrapperCondition) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
Creates a new NOT condition.
CustomWrapperOrCondition - Class in com.denodo.vdb.engine.customwrapper.condition
Defines an OR condition in terms of a list of conditions: CONDITION_1 OR CONDITION_2 OR ...
CustomWrapperOrCondition(LinkedList<CustomWrapperCondition>) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperOrCondition
Creates a new OR condition.
CustomWrapperOrderByExpression - Class in com.denodo.vdb.engine.customwrapper
An expression which indicates that the rows should be returned sorted in a concrete order by a concrete field.
CustomWrapperOrderByExpression(CustomWrapperFieldExpression, CustomWrapperOrderByExpression.ORDER) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression
 
CustomWrapperOrderByExpression.ORDER - Enum in com.denodo.vdb.engine.customwrapper
Defines the order of the sorting.
CustomWrapperPlan - Interface in com.denodo.vdb.engine.customwrapper
Defines methods to include information in the custom wrapper plan.
CustomWrapperRegisterExpression - Class in com.denodo.vdb.engine.customwrapper.expression
Represents a register in Custom Wrapper conditions.
CustomWrapperRegisterExpression(List<CustomWrapperExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperRegisterExpression
Creates a register with a list of fields.
CustomWrapperResult - Class in com.denodo.vdb.engine.customwrapper
Custom Wrappers use this class to return any data retrieved from their data source.
CustomWrapperResult() - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
 
CustomWrapperResult.CustomWrapperResultListener - Interface in com.denodo.vdb.engine.customwrapper
Do not implement this interface. For internal purposes only.
CustomWrapperSchemaParameter - Class in com.denodo.vdb.engine.customwrapper
Defines a Custom Wrapper's schema parameter.
CustomWrapperSchemaParameter(String, int, CustomWrapperSchemaParameter[], boolean, int, boolean, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Creates a schema parameter without any default property.
CustomWrapperSchemaParameter(String, int, Integer, String, Integer, Integer, Map<String, String>, CustomWrapperSchemaParameter[], boolean, int, boolean, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Creates a schema parameter without any default property.
CustomWrapperSchemaParameter(String, int, CustomWrapperSchemaParameter[]) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Creates a complex schema parameter with the following default properties:
CustomWrapperSchemaParameter(String, int, Integer, String, Integer, Integer, Map<String, String>, CustomWrapperSchemaParameter[]) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Creates a complex schema parameter with the following default properties:
CustomWrapperSchemaParameter(String, int) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Creates a simple schema parameter with the following default properties:
CustomWrapperSchemaParameter(String, int, Integer, String, Integer, Integer, Map<String, String>) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Creates a simple schema parameter with the following default properties:
CustomWrapperSimpleCondition - Class in com.denodo.vdb.engine.customwrapper.condition
Defines a simple condition in terms of an expression (the left side of the condition, usually a field's name), an operator and a list of expressions (the right side of the condition).
CustomWrapperSimpleCondition(CustomWrapperExpression, String, CustomWrapperExpression[]) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
Creates a new simple condition.
CustomWrapperSimpleExpression - Class in com.denodo.vdb.engine.customwrapper.expression
Represents a simple expression in Custom Wrapper conditions.
CustomWrapperSimpleExpression(int, Object) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
Creates a simple expression.
CustomWrapperStruct - Class in com.denodo.vdb.engine.customwrapper.value
Implementation of java.sql.Struct that represents the register value of a complex CustomWrapperFieldExpression.
CustomWrapperStruct() - Constructor for class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
Users do not need to instantiate this class.
CustomWrapperStruct(Object[]) - Constructor for class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
Users do not need to instantiate this class.

D

DatabaseEnvironment - Interface in com.denodo.vdb.engine.storedprocedure
Interface which defines utility methods accessible from the stored procedures, and used to communicate with the VDP server: obtains database properties, logging, query execution, procedure and function lookup...
DatabaseFunction - Interface in com.denodo.vdb.engine.storedprocedure
This interface provides methods to execute a VDP function from a stored procedure.
decimalType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents decimal values.
DELEGATE_UNNAMED_VIEWS_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which indicates whether unnamed views should be delegated.
DelegationPattern - Annotation Type in com.denodo.common.custom.annotations
Annotation that indicates to what databases a custom function can be delegated.
delete(CustomWrapperConditionHolder, Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, does nothing and returns 0.
delete(CustomWrapperConditionHolder, Map<String, String>) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines how this Custom Wrapper deletes data from the data source.
delistResource(XAResource, int) - Method in class com.denodo.vdb.engine.storedprocedure.Transaction
 
DESCENDING_SORT - Static variable in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
This parameter supports descending sort.
DIRECTION_IN - Static variable in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Input parameter.
DIRECTION_INOUT - Static variable in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Input/output parameter.
DIRECTION_OUT - Static variable in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Output parameter.
doCall(Object[]) - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
The Execution Engine invokes this method when this procedure is called.
If the procedure has to return results, invoke getProcedureResultSet from this method, to obtain a reference to the result set that this procedure will return.
doFilter(InputStream) - Method in class com.denodo.parser.connection.filter.ConnectionFilter
 
doubleType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents double values.

E

enlistResource(XAResource) - Method in class com.denodo.vdb.engine.storedprocedure.Transaction
 
enumStringType(String[]) - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents text values which could only take some limited values.
equals(Object) - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
equivalent(EquivalenceVerifiable) - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
 
ERROR - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
The stored procedure execution threw an error
execute(InputStream) - Method in class com.denodo.parser.connection.filter.ConnectionFilter
The Execution Engine invokes this method every time a query involves a base view of the data source that has this filter assigned.
executeQuery(String) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a query against the VDP server.
executeQuery(String, long, long, long) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a query against the VDP server.
executeQuery(String, Object[]) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a parameterized query.
executeQuery(String, Object[], long, long, long) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a parameterized query specifying the timeouts.
executeUpdate(String) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes an INSERT, UPDATE or DELETE query.
executeUpdate(String, Object[]) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a parameterized INSERT, UPDATE or DELETE query.
executeUpdate(String, Object[], long) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a parameterized INSERT, UPDATE or DELETE query specifying the timeouts.
executeVqlCommand(String, String) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a VQL command over the given database.
executeVqlCommand(String, long) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a VQL command with a timeout.
executeVqlCommand(String, String, long) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a VQL command over the given database with a timeout.
executeVqlCommand(String) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a VQL command.

F

FIELD_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
floatType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents float values.
FUNCTION_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 

G

getAccessToken() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the access token.
getAccessTokenExpiryDate() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the expiry date of the access token.
getAllowedOperators() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property allowedOperators defines what operators are allowed in the conditions passed to a Custom Wrapper.
getAttribute(ObjectName, String) - Method in interface com.denodo.common.custom.policy.JmxConnection
Gets the value of a specific attribute of a named MBean.
getAttributes(ObjectName, String[]) - Method in interface com.denodo.common.custom.policy.JmxConnection
Enables the values of several attributes of a named MBean.
getAttributes() - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
 
getAttributes(Map) - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
 
getAuthenticationMethodOfAuthorizationServers() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the authentication method of the authorization servers.
getCachedParameters() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
Returns the parameters created by this procedure when it was created.
getClientIdentifier() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the client identifier.
getClientSecret() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the client secret.
getColumnInfo() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
Obtains the schema of the procedure parameters.
getColumns() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
getColumns() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Obtains the columns of the parameter.
getComplexCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperConditionHolder
 
getCondition() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
Returns the condition that will be added to the query when the custom policy evaluates to CustomRestrictionPolicyType.ACCEPT_WITH_FILTER
getCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
 
getCondition() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperConditionExpression
 
getConditionMap() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperConditionHolder
 
getConditionMap(boolean) - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperConditionHolder
 
getConditions() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperAndCondition
 
getConditions() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperOrCondition
 
getConfiguration() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, returns a CustomWrapperConfiguration instance with all the configuration parameters set to their default values.
getConfiguration() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines this Custom Wrapper's configuration based on several configurable properties provided by the CustomWrapperConfiguration class.
getContent() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterVariableRouteValue
Returns the content of the variable used in the variable route.
getCookies() - Method in interface com.denodo.common.custom.elements.CustomPageValue
Returns the cookies of the page.
getCurrentDatabaseName() - Method in class com.denodo.common.custom.elements.QueryContext
Returns the name of the database where the query is executed
getCurrentDatabaseName() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the name of the database where the query is executed
getCurrentUserName() - Method in class com.denodo.common.custom.elements.QueryContext
Returns the name of the user who executes the query
getCurrentUserName() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the name of the user who executes the query
getCurrentUserRoles() - Method in class com.denodo.common.custom.elements.QueryContext
Returns the names of all the roles granted directly or indirectly to the user who executes the query.
Roles indirectly granted to the user are roles that have been granted to one of the roles of the user and not the user itself.
getCurrentUserRoles() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the names of all the roles assigned to the user who executes the query.
getCustomWrapperPlan() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
Returns the CustomWrapperPlan of the current wrapper execution.
getDatabaseProperty(String) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Obtains a database property.
getDescription() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Returns this input parameter's description
getDescription() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
Returns the description of the procedure.
It cannot return null.
getDetailErrorMessage() - Method in exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
 
getDirection() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Obtains the direction of the parameter, indicating if the value must be provided or it is generated by the procedure.
getElementName() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the name of the element which is assigned the custom policy to
getElementType() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the type of the element which is assigned the custom policy to
getEndTime() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
Obtains the time when the procedure finished its execution.
getEnvironment() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
getException() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
Obtains the exception associated with the error occurred in the execution.
getExecutionPlan() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
Obtains the execution plan of the procedure.
getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperArrayExpression
 
getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperConditionExpression
 
getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
 
getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
 
getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
 
getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperRegisterExpression
 
getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
 
getExtraProperties() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
getField() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
 
getField() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression
Returns the field that the rows should be sorted by.
getFields() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperRegisterExpression
 
getFieldsInQuery() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the set of fields in the view or stored procedure involved in the query.
getFilterType() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
Returns the action to be taken for all the rows that do not verify the condition when the custom policy evaluates to CustomRestrictionPolicyType.ACCEPT_WITH_FILTER
getHeaders() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the map with the HTTP headers used in the HTTP route.
getHttpAuthentication() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the authentication used in the HTTP server.
getHttpDomain() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the domain used for authentication in the HTTP server.
getHttpPassword() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the password used for authentication in the HTTP server.
getHttpUser() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the login used for authentication in the HTTP server.
getInputParameters() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, an empty array is returned.
getInputParameters() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines what input parameters supports this Custom Wrapper.
getInputParameterValue(String) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
Returns the actual CustomWrapperInputParameterValue associated to the CustomWrapperInputParameter specified by the name.
getInputStream() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
Returns an InputStream with the content of the resource pointed by the route.
getJmxConnection() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns a JMX connection to query VDP Server MBeans
getLastURL() - Method in interface com.denodo.common.custom.elements.CustomPageValue
Returns the last URL accessed.
getLastURLMethod() - Method in interface com.denodo.common.custom.elements.CustomPageValue
Returns the last method used to access the page.
getLastURLPostParameters() - Method in interface com.denodo.common.custom.elements.CustomPageValue
Returns the POST parameters when the last method used in the http request is POST.
getLiteral() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
 
getLogin() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
Returns the login used for authentication in the FTP server.
getMBeanInfo(ObjectName) - Method in interface com.denodo.common.custom.policy.JmxConnection
This method discovers the attributes and operations that an MBean exposes for management.
getMessage() - Method in exception com.denodo.vdb.engine.customwrapper.CustomWrapperException
 
getModifier() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
 
getName() - Method in interface com.denodo.common.custom.elements.CustomArrayType
Method to obtain the name of the record type.
getName() - Method in interface com.denodo.common.custom.elements.CustomRecordType
Method to obtain the name of the record type.
getName() - Method in interface com.denodo.common.custom.elements.CustomRecordType.Property
Method to obtain the name of the property.
getName() - Method in interface com.denodo.common.custom.elements.CustomRecordValue.Property
Method to obtain the name of the property.
getName() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Returns this input parameter's name
getName() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
getName() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
 
getName() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
 
getName() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
Returns the name of the CustomWrapperInputParameter which this value belongs to.
getName() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
Returns the name of the stored procedure.
It cannot return null.
getName() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Obtains the name of the parameter.
getNextFilter() - Method in class com.denodo.parser.connection.filter.ConnectionFilter
 
getNumOfAffectedRows() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
Deprecated.
As of Denodo 5.5, this method is deprecated because its result is not used.
It will be removed in future versions of the Denodo Platform.
getNumOfAffectedRows() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
Obtains the number of rows in the database which have been written, deleted or modified.
getNumOfTuples() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
Obtains the number of tuples returned by the procedure.
getOAuth20Authentication() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the OAuth 2.0 credentials in the HTTP route.
getOperator() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
 
getOrder() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression
Returns the order of the sorting.
getOrderByExpressions() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
If the Custom Wrapper declares in the CustomWrapperConfiguration that it supports orderBy delegations, it returns a List with the expressions in the ORDER BY clause delegated to the custom wrapper.
getParameterClass() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Obtains the Java class of this schema parameter according to its type.
getParameters() - Method in class com.denodo.parser.connection.filter.ConnectionFilter
Returns the input parameters of the filter.
getParameters() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
 
getParameters() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
Obtains the stored procedure parameter description.
getPassword() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
Returns the password used for authentication in the FTP server.
getPath() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLocalRouteValue
Returns the path used in the local route.
getPolicyCredentialsName() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the name of the credential which is assigned the custom policy to
getPolicyCredentialsType() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the type of the credential which is assigned the custom policy to
getPolicyType() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
Returns the action to be taken as a result of custom policy evaluation
getPostBody() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the POST body used in the HTTP route.
getPostBodyMime() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the MIME of the POST body used in the HTTP route.
getProcedureResultSet() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
getProcedureResultSet() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
Obtains the execution result of the stored procedure.
getProperties() - Method in interface com.denodo.common.custom.elements.CustomRecordType
This method returns all the properties contained in the record.
getProperties() - Method in interface com.denodo.common.custom.elements.CustomRecordValue
 
getProperty(String) - Method in interface com.denodo.common.custom.elements.CustomRecordValue
Returns the value of the given property.
getProperty(String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns a textual representation of the value of a platform property present in the context of the query.
getPropertyType(String) - Method in interface com.denodo.common.custom.elements.CustomRecordType
Method to obtain the type of a field
getProxyHost() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the host of the proxy used in the HTTP route.
getProxyPassword() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the password used for authentication in the proxy of the HTTP route.
getProxyPort() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the port of the proxy used in the HTTP route.
getProxyUser() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the user used for authentication in the proxy of the HTTP route.
getQuery() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the running query
getQueryContext() - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
Returns context information about the query executing the function.
getQueryParameter() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the name of the query parameter.
getRecordType() - Method in interface com.denodo.common.custom.elements.CustomArrayType
Method to obtain the type of the array elements.
getRefreshToken() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the refresh token.
getRefreshTokenRequestExtraParameters() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the refresh token extra parameters.
getRequestSigningMethod() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the request signing method.
getResponseTime() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
Obtains the time when the procedure generated its first row of results.
getRightExpression() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
 
getRouteType() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
Returns the route type of the route value.
getSchema() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
Returns the schema of this instance of the custom wrapper.
getSchemaParameters(Map<String, String>) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines the schema of this Custom Wrapper.
getSearchExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
 
getSensitiveFields() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
Returns the set of field names that will be used to decide how the restriction will be applied when the custom policy evaluates to CustomRestrictionPolicyType.ACCEPT_WITH_FILTER
getSequence() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDenodoBrowserRouteValue
Returns the sequence that is executed in the Denodo Browser.
getSortableStatus() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
getSQLTypeName() - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
 
getStartTime() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
Obtains the time when the procedure started its execution.
getState() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
Obtains the state of the procedure execution.
getStringRepresentation() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
 
getSubFields() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
Deprecated.
This method is deprecated and it may be removed in future releases of the Denodo Platform.
getTokenEndpointURL() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the URL of the token endpoint.
getType() - Method in interface com.denodo.common.custom.elements.CustomRecordType.Property
Method to obtain the type of the property.
getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperAndCondition
 
getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 
getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
 
getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperOrCondition
 
getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
 
getType() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Returns this input parameter's type
getType() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
getType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
 
getType() - Method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType
 
getType() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Obtains the type of the parameter.
getTypeDecimals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
getTypeName() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
getTypeRadix() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
getTypeSize() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
getURL() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
Returns the FTP URL
getURL() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the HTTP URL.
getValue(int) - Method in interface com.denodo.common.custom.elements.CustomArrayValue
Returns the element at the specified position in this array.
getValue(int) - Method in interface com.denodo.common.custom.elements.CustomGroupValue
Returns the value in the group at the specified position.
getValue() - Method in interface com.denodo.common.custom.elements.CustomRecordValue.Property
Method to obtain the value of the record's property.
getValue() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
 
getValue() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
Returns a textual representation of the route value.
getValue() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
Returns the actual value of the CustomWrapperInputParameter.
getValues() - Method in interface com.denodo.common.custom.elements.CustomArrayValue
Obtains all the values in the array.
getValues() - Method in interface com.denodo.common.custom.elements.CustomGroupValue
Returns all the values in the group.
getValues() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperArrayExpression
 
getValues() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionParameter
 
getVariable(String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns a textual representation of the value of a user-defined variable that is present in the context of the query.
getVQLName() - Method in class com.denodo.parser.connection.filter.ConnectionFilter
 
getVQLName() - Method in class com.denodo.parser.connection.filter.CustomConnectionFilter
 

H

hashCode() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
hasMoreElements() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
Tests if this enumeration contains more elements.
hasSubFields() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
Deprecated.
This method is deprecated and it may be removed in future releases of the Denodo Platform.
hiddenStringType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents text values which will not be visible in the GUI.

I

I18N_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which defines the internationalization configuration that will be used for the results of the query.
INIT - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
The stored procedure execution has not started yet
initialize(DatabaseEnvironment) - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
initialize(DatabaseEnvironment) - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
Initializes the stored procedure.
insert(Map<CustomWrapperFieldExpression, Object>, Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, does nothing and returns 0.
insert(Map<CustomWrapperFieldExpression, Object>, Map<String, String>) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines how this Custom Wrapper inserts values into the data source.
InsufficientPrivilegeException - Exception in com.denodo.common.custom.policy.exceptions
Exception thrown when a custom policy tries to access a MBean which is not allowed to because of the user who assigned the custom policy does not have the proper privileges.
InsufficientPrivilegeException(String) - Constructor for exception com.denodo.common.custom.policy.exceptions.InsufficientPrivilegeException
 
integerType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents integer values.
invoke(ObjectName, String, Object[], String[]) - Method in interface com.denodo.common.custom.policy.JmxConnection
Invokes an operation on an MBean.
invoke(Object[]) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseFunction
Executes a function on the VDP server.
isAggregateFunction() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
 
isAndCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 
isArrayExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
isComplete() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
Returns whether the procedure finished successfully its execution or not.
isConditionExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
isContainsExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
isDelegateArrayLiterals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateArrayLiterals defines whether a Custom Wrapper can deal with conditions containing arrays (as in MY_INT_ARRAY = [10, 20, 30, 40]).
isDelegateCompoundFieldProjections() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
Deprecated.
This method is deprecated and it may be removed in future releases of the Denodo Platform. The value of the property delegateCompoundFieldProjections defines whether a Custom Wrapper can deal with projected compound fields (compound fields being fields with sub-fields).
isDelegateLeftLiterals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateLeftLiterals defines whether a Custom Wrapper can deal with conditions with literals in their left side (as in 100 = FIELD).
isDelegateNotConditions() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateNotConditions defines whether a Custom Wrapper can deal with NOT conditions (as in WHERE NOT (F1 = 10) in SQL).
isDelegateOrConditions() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateOrConditions defines whether a Custom Wrapper can deal with OR conditions (as in WHERE F1 = 10 OR F2 = 20 in SQL).
isDelegateOrderBy() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateOrderBy defines whether a Custom Wrapper can deal with 'order by' clauses.
isDelegateProjections() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateProjections defines whether a Custom Wrapper can deal with projected fields.
isDelegateRegisterLiterals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateRegisterLiterals defines whether a Custom Wrapper can deal with conditions containing registers (as in MY_REGISTER = ROW( 1, 'A' )).
isDelegateRightFields() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateRightFields defines whether a Custom Wrapper can deal with conditions with fields in their right side (as in FIELD1 = FIELD2).
isDelegateRightLiterals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateRightFields defines whether a Custom Wrapper can deal with conditions with literals in their right side (as in FIELD1 = 100).
isEnvDependent() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Returns true if the parameter is dependent on the environment false otherwise.
isFieldExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
isFunctionExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
isHidden() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Returns true if the parameter is hidden false otherwise.
isIncompatibleWithQuery(String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Checks if the given condition is incompatible with the condition specified on a query over the view affected by this policy
isMandatory() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Returns true if this input parameter is mandatory, false otherwise.
isMandatory() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
isNotCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 
isNullable() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
isNullable() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Determines if the parameter is nullable.
isOrCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 
isRegistered(ObjectName) - Method in interface com.denodo.common.custom.policy.JmxConnection
Checks whether an MBean, identified by its object name, is already registered with the MBean server.
isRegisterExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
isSearchable() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
isSimpleCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 
isSimpleExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
isUpdateable() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 

J

JmxConnection - Interface in com.denodo.common.custom.policy
The JmxConnection interface provides access to the MBeans registered on the JVM the VDP Server is running.
joinTransaction(StoredProcedure) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Joins a stored procedure to the current transaction.

L

log(CustomRestrictionPolicyContext.LogLevel, String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Registers an event in the log of the VDP Server with the specified level.
log(int, String) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
Adds an entry log, with the specified level.
log(int, String) - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
Log a message.
log(int, String) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Adds an entry log, with the specified level.
LOG_DEBUG - Static variable in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
'Debug' log level
LOG_DEBUG - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
'Debug' log level
LOG_ERROR - Static variable in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
'Error' log level
LOG_ERROR - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
'Error' log level
LOG_FATAL - Static variable in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
'Fatal' log level
LOG_FATAL - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
'Fatal' log level
LOG_INFO - Static variable in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
'Info' log level
LOG_INFO - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
'Info' log level
LOG_TRACE - Static variable in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
'Trace' log level
LOG_TRACE - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
'Trace' log level
LOG_WARN - Static variable in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
'Warn' log level
LOG_WARN - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
'Warn' log level
loginType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents a text value that can be used as login if the pass-through session credentials is used.
longStringType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents arbitrary long text values.
longType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents long values.
lookupFunction(String, int) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Obtains a handler to execute a function.
lookupProcedure(String) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Obtains a stored procedure reference, which can be used to execute it.

M

MEMORY_LIMIT_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which defines a limit on the memory usage of the query in megabytes.
MODIFIER_ALL - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
Constant indicating that the function has the modifier ALL.
MODIFIER_DISTINCT - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
Constant indicating that the function has the modifier DISTINCT.
MODIFIER_NONE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
Constant indicating that the function has no modifiers.

N

nextElement() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextFilter - Variable in class com.denodo.parser.connection.filter.ConnectionFilter
 
NOT - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 
NOT_SORTABLE - Static variable in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
This parameter cannot be sorted.

O

OK - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
The stored procedure execution has finished successfully
onAddRow(Object[], List<CustomWrapperFieldExpression>) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapperResult.CustomWrapperResultListener
Do not implement this method. For internal purposes only.
onGetSchema() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapperResult.CustomWrapperResultListener
Do not implement this method. For internal purposes only.
OPERATOR_BETWEEN - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'between' operator
OPERATOR_CONTAINS - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'contains' operator
OPERATOR_CONTAINSAND - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'contains and' operator
OPERATOR_CONTAINSOR - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'contains or' operator
OPERATOR_EQ - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'equals' operator ( '=' )
OPERATOR_GE - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'greater or equal' operator ( '>=' )
OPERATOR_GT - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'greater than' operator ( '>' )
OPERATOR_IN - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'in' operator
OPERATOR_ISCONTAINED - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'is contained' operator
OPERATOR_ISFALSE - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'is false' operator
OPERATOR_ISNOTNULL - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'is not null' operator
OPERATOR_ISNULL - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'is null' operator
OPERATOR_ISSIMILARTO - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'is similar to' operator ( '~' )
OPERATOR_ISTRUE - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'is true' operator
OPERATOR_LE - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'less or equal' operator ( '<=' )
OPERATOR_LIKE - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'like' operator
OPERATOR_LT - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'less than' operator ( '<' )
OPERATOR_NE - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'not equal' operator ( '!=' )
OPERATOR_REGEXPLIKE - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
The 'regexp_like' operator
OR - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 

P

parameters - Variable in class com.denodo.parser.connection.filter.ConnectionFilter
 
passwordType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents a hidden text value that can be used as password if the pass-through session credentials is used.
prepare() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, does nothing.
prepare() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines how this Custom Wrapper performs a prepare operation in its data source in the context of a distributed transaction.
prepare() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
prepare() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
The Execution Engine invokes this method when it is about to begin a transaction involving this procedure.
PROCESSING - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
The stored procedure execution is being executed at this time

Q

QUERY_LIMIT_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which defines a limit on the number of rows obtained from the result set.
QUERY_TIMEOUT_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which defines the maximum time (in milliseconds) the client is prepared to wait for the statement to complete.
QueryContext - Class in com.denodo.common.custom.elements
Class that provides methods to obtain: The user name that executes the query The set of roles granted to this user The Denodo database to which the user is connected when executing the query that uses this function
QueryContext(String, String, Set<String>) - Constructor for class com.denodo.common.custom.elements.QueryContext
 
queryMBeans(ObjectName, QueryExp) - Method in interface com.denodo.common.custom.policy.JmxConnection
Gets MBeans controlled by the MBean server.
queryNames(ObjectName, QueryExp) - Method in interface com.denodo.common.custom.policy.JmxConnection
Gets the names of MBeans controlled by the MBean server.

R

REGISTER_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
removeProperty(String) - Method in interface com.denodo.common.custom.elements.CustomRecordValue
Removes the property of the current record value.
removeValue(int) - Method in interface com.denodo.common.custom.elements.CustomArrayValue
Removes the element at the specified position in this array.
removeValue(int) - Method in interface com.denodo.common.custom.elements.CustomGroupValue
Removes the value at the specified position in this group.
rollback() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, does nothing.
rollback() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines how this Custom Wrapper performs a rollback operation in its data source in the context of a distributed transaction.
rollback() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
rollback() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
The Execution Engine invokes this method to undo the current transaction.
rollback() - Method in class com.denodo.vdb.engine.storedprocedure.Transaction
Rollbacks the current transaction.
route - Variable in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
 
routeType(CustomWrapperInputParameterTypeFactory.RouteType[]) - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents route values.
run(CustomWrapperConditionHolder, List<CustomWrapperFieldExpression>, CustomWrapperResult, Map<String, String>) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines how this Custom Wrapper acts when being queried.

S

serialVersionUID - Static variable in exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
 
setAccessToken(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the access token.
setAccessTokenExpiryDate(Calendar) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the expiry date of the access token.
setAllowedOperators(String[]) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property allowedOperators defines what operators are allowed in the conditions passed to a Custom Wrapper.
setAuthenticationMethodOfAuthorizationServers(CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the authentication method of the authorization servers.
setClientIdentifier(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the client identifier.
setClientSecret(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the client secret.
setCondition(CustomWrapperCondition) - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
Users do not need to use this method.
setDelegateArrayLiterals(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateArrayLiterals defines whether a Custom Wrapper can deal with conditions containing arrays (as in MY_INT_ARRAY = { ROW( 1 ), ROW( 2 ) }).
setDelegateCompoundFieldProjections(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
Deprecated.
This method is deprecated and it may be removed in future releases of the Denodo Platform. The value of the property delegateCompoundFieldProjections defines whether a Custom Wrapper can deal with projected compound fields (compound fields being fields with sub-fields).
setDelegateLeftLiterals(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateLeftLiterals defines whether a Custom Wrapper can deal with conditions with literals in their left side (as in 100 = FIELD).
setDelegateNotConditions(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateNotConditions defines whether a Custom Wrapper can deal with NOT conditions (as in WHERE NOT (F1 = 10) in SQL).
setDelegateOrConditions(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateOrConditions defines whether a Custom Wrapper can deal with OR conditions (as in WHERE F1 = 10 OR F2 = 20 in SQL).
setDelegateOrderBy(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateOrderBy defines whether a Custom Wrapper can deal with 'order by' clauses.
setDelegateProjections(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateProjections defines whether a Custom Wrapper can deal with projected fields.
setDelegateRegisterLiterals(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateRegisterLiterals defines whether a Custom Wrapper can deal with conditions containing registers (as in MY_REGISTER = ROW( 1, 'A' )).
setDelegateRightFields(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateRightFields defines whether a Custom Wrapper can deal with conditions with fields in their right side (as in FIELD1 = FIELD2).
setDelegateRightLiterals(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
The value of the property delegateRightFields defines whether a Custom Wrapper can deal with conditions with literals in their right side (as in FIELD1 = 100).
setDetailErrorMessage(String) - Method in exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
 
setEnvDependent(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Sets whether this input parameter is dependent on the environment or not.
setEnvironment(DatabaseEnvironment) - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
setEnvironment(DatabaseEnvironment) - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
 
setExtraProperties(Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
setHeaders(Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the map with the HTTP headers used in the HTTP route.
setHidden(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Sets whether this input parameter is hidden or not.
setHttpAuthentication(String, String, String, CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the authentication used in the HTTP server.
setInputParameterValues(Map<String, CustomWrapperInputParameterValue>) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
Sets the input parameter values with type information.
setListener(CustomWrapperResult.CustomWrapperResultListener) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
Do not invoke this method. For internal purposes only.
setLogin(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
Sets the login used for authentication in the FTP server.
setMandatory(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Sets whether this input parameter is mandatory or not.
setName(String) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Sets this input parameter's name
setNextFilter(ConnectionFilter) - Method in class com.denodo.parser.connection.filter.ConnectionFilter
 
setOAuth20Authentication(CustomWrapperInputParameterOAuth20Authentication) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the OAuth 2.0 credentials in the HTTP route.
setOrderByExpressions(List<CustomWrapperOrderByExpression>) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
Sets the order by expressions when they are delegated to the source
setParameters(HashMap<String, Object>) - Method in class com.denodo.parser.connection.filter.ConnectionFilter
 
setPassword(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
Sets the password used for authentication in the FTP server.
setPath(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLocalRouteValue
Sets the path used in the local route.
setPostBody(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the POST body used in the HTTP route.
setPostBodyMime(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the MIME of the POST body used in the HTTP route.
setProperty(String, Object) - Method in interface com.denodo.common.custom.elements.CustomRecordValue
Adds a new value to the record.
setProperty(String, String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Sets the value of a platform property that is used in the context of the query.
setProxyAuthentication(String, String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the authentication used in the proxy of the HTTP route
setProxyConfiguration(String, int) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the proxy configuration in the HTTP route
setQueryParameter(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets que name of the query parameter.
setRefreshToken(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the refresh token.
setRefreshTokenRequestExtraParameters(Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the refresh token extra parameters.
setRequestSigningMethod(CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the request signing method.
setSequence(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDenodoBrowserRouteValue
Sets the sequence that is executed in the Denodo Browser.
setTokenEndpointURL(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the URL of the token endpoint.
setURL(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
Sets the FTP URL
setURL(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the HTTP URL.
setVariable(String, String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Sets the value of a user-defined variable in the context of the query.
SIMPLE - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
 
SIMPLE_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
size() - Method in interface com.denodo.common.custom.elements.CustomArrayValue
Method to obtain the length of the array.
size() - Method in interface com.denodo.common.custom.elements.CustomGroupValue
Returns the number of values of the group value.
size() - Method in interface com.denodo.common.custom.elements.CustomRecordType
Method to obtain the number of properties of the record type.
size() - Method in interface com.denodo.common.custom.elements.CustomRecordValue
Returns the number of properties in the record value.
stop() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, does nothing and returns false.
stop() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Stops the execution of this Custom Wrapper.
stop() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
stop() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
The Execution Engine invokes this method when a query involving the stored procedure is cancelled.
STOPPED - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
The stored procedure execution has been stopped
StoredProcedure - Interface in com.denodo.vdb.engine.storedprocedure
This interface defines a stored procedure.
StoredProcedureException - Exception in com.denodo.vdb.engine.storedprocedure
Exception thrown by the methods of the stored procedure API.
StoredProcedureException() - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
Creates a new StoredProcedureException.
StoredProcedureException(String) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
Creates a new StoredProcedureException, with the specified message.
StoredProcedureException(Throwable) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString())
StoredProcedureException(String, Throwable) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
Constructs a new exception with the specified detail message and cause.
StoredProcedureExecutor - Interface in com.denodo.vdb.engine.storedprocedure
This interface defines the methods used to invoke a stored procedure and obtain its results.
StoredProcedureParameter - Class in com.denodo.vdb.engine.storedprocedure
This class represents a parameter of a stored procedure.
StoredProcedureParameter(String, int, int) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Creates a new StoredProcedureParameter.
StoredProcedureParameter(String, int, int, boolean) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Creates a new StoredProcedureParameter.
StoredProcedureParameter(String, int, int, StoredProcedureParameter[]) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Creates a new StoredProcedureParameter.
StoredProcedureParameter(String, int, int, boolean, StoredProcedureParameter[]) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
Creates a new StoredProcedureParameter.
StoredProcedurePlan - Interface in com.denodo.vdb.engine.storedprocedure
This interface defines the methods used to obtain information about the execution of a stored procedure.
StoredProcedureResultSet - Interface in com.denodo.vdb.engine.storedprocedure
This class encapsulates the results generated by a stored procedure.
stringType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents simple text values.
SWAP_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which indicates whether swapping is enabled for the query.
SWAP_SIZE_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which defines the maximum size (in megabytes) an intermediate result obtained by running this query can reach without swapping to disk.

T

toString() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperAndCondition
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperOrCondition
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperArrayExpression
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperConditionExpression
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionParameter
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperRegisterExpression
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
 
toString() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
 
Transaction - Class in com.denodo.vdb.engine.storedprocedure
 

U

update(Map<CustomWrapperFieldExpression, Object>, CustomWrapperConditionHolder, Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, does nothing and returns 0.
update(Map<CustomWrapperFieldExpression, Object>, CustomWrapperConditionHolder, Map<String, String>) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines how this Custom Wrapper updates data in the data source.
USER_NAME_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which indicates the user name used to query the view instead of the one you have used to connect to the VDP Server.

V

valueOf(String) - Static method in enum com.denodo.common.custom.annotations.CustomElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.CredentialsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.denodo.common.custom.annotations.CustomElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.CredentialsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O P Q R S T U V 

Copyright © 2019 Denodo Technologies. All rights reserved.