Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABFS - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
A ABFS route type
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.
ACCEPT - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyType
The ACCEPT action indicates that the query should be accepted without restrictions
ACCEPT_WITH_FILTER - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyType
The ACCEPT_WITH_FILTER action indicates that the query should be accepted but a filter condition will be added.
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[]) - 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.
addRow(Object[], List<CustomWrapperFieldExpression>) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
Deprecated.
addValue(CustomRecordValue) - Method in interface com.denodo.common.custom.elements.CustomArrayValue
Appends the specified CustomRecordValue to the end of this array.
addValue(CustomRecordValue, int) - Method in interface com.denodo.common.custom.elements.CustomArrayValue
Inserts the specified CustomRecordValue at the specified position in this array.
addValue(E) - Method in interface com.denodo.common.custom.elements.CustomGroupValue
Appends the specified value to the end of this group.
addValue(E, int) - Method in interface com.denodo.common.custom.elements.CustomGroupValue
Inserts the specified value at the specified position in 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 - Enum constant in enum class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
Ascending order
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.
AuthorizationHeader - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
Authorization header.

B

BASIC - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
HTTP Basic authentication
BOOLEAN - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
 
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 true if the field names defined by the stored procedure are case sensitive.
CLIENT_CREDENTIALS - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType
Client Credentials Grant.
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.
CODE - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType
Authorization Code Grant.
com.denodo.common.custom.annotations - package com.denodo.common.custom.annotations
Annotations necessary 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 Virtual DataPort.
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 of Custom Wrappers.
com.denodo.vdb.engine.customwrapper.expression - package com.denodo.vdb.engine.customwrapper.expression
Provides the classes needed to deal with expressions of Custom Wrappers.
com.denodo.vdb.engine.customwrapper.input.type - package com.denodo.vdb.engine.customwrapper.input.type
Provides the classes needed to deal with the data types of input parameters of Custom Wrappers.
com.denodo.vdb.engine.customwrapper.input.value - package com.denodo.vdb.engine.customwrapper.input.value
Provides the classes needed to deal with the value of input parameters of 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(CustomRecordType) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
Factory method to instantiate a CustomArrayType without name.
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.
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.
CUSTOM - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Mask with a custom expression.
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 Interface in com.denodo.common.custom.annotations
Fields annotation to mark the field where the context of a Custom Policy will be injected.
CustomElement - Annotation Interface 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.
CustomElementType - Enum Class in com.denodo.common.custom.annotations
Enumeration used by the class CustomElement to indicate the type of a Custom Element.
CustomExecutor - Annotation Interface 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 Interface 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 Interface 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.
CustomLocale - Annotation Interface in com.denodo.common.custom.annotations
The field marked with this annotation will be automatically set with the condition locale.
customMasking(String) - Static method in class com.denodo.common.custom.policy.CustomMaskingExpression
Creates a new CUSTOM expression.
CustomMaskingExpression - Class in com.denodo.common.custom.policy
Masking expression applied to a sensitive field.
CustomMaskingExpression.Type - Enum Class in com.denodo.common.custom.policy
 
CustomPageValue - Interface in com.denodo.common.custom.elements
Deprecated.
CustomParam - Annotation Interface 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 Class in com.denodo.common.custom.policy
Type of the credential which is assigned the custom policy to
CustomRestrictionPolicyContext.ElementType - Enum Class in com.denodo.common.custom.policy
Type of the element which is assigned the custom policy to
CustomRestrictionPolicyContext.LogLevel - Enum Class in com.denodo.common.custom.policy
Severity level of the registered events in the log
CustomRestrictionPolicyFilterType - Enum Class 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 Class 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, CustomMaskingExpression, Map<String, CustomMaskingExpression>) - Constructor for class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
 
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: delegateProjections: See CustomWrapperConfiguration.setDelegateProjections(boolean) and CustomWrapperConfiguration.isDelegateProjections().
CustomWrapperConfiguration() - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
 
CustomWrapperContainsExpression - Class in com.denodo.vdb.engine.customwrapper.expression
Deprecated.
The operator contains has been removed from the Denodo Platform. We suggest you remove all the references to this class from the code of your custom wrappers. This class still exists to allow you to load your existing extensions without modifying them. However, the execution engine will not execute this operator.
CustomWrapperContainsExpression(String, String) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
Deprecated.
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
Constructs the exception with the specified detail message.
CustomWrapperException(String, Throwable) - Constructor for exception com.denodo.vdb.engine.customwrapper.CustomWrapperException
Constructs the exception with the specified detail message and cause.
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(int) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
Creates an instance of CustomWrapperFieldExpression which is an index.
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
Deprecated. 
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
Deprecated.
This method is deprecated since Denodo 5.0. Instead, use CustomWrapperInputParameter(String, String, boolean, CustomWrapperInputParameterType)
CustomWrapperInputParameter(String, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
Deprecated.
This method is deprecated since Denodo 5.0. Instead, use CustomWrapperInputParameter(String, String, boolean, 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
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
CustomWrapperInputParameterAbfsRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
 
CustomWrapperInputParameterAbfsRouteValue(String, Route) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterAbfsRouteValue
 
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
 
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
 
CustomWrapperInputParameterHadoopRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
 
CustomWrapperInputParameterHdfsRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
 
CustomWrapperInputParameterHdfsRouteValue(String, Route) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
 
CustomWrapperInputParameterHttpRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value returned by a CustomWrapperInputParameter of HTTP route type.
CustomWrapperInputParameterHttpRouteValue(String, HTTPRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
 
CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION - Enum Class in com.denodo.vdb.engine.customwrapper.input.value
Enumeration of the authentication methods a CustomWrapperInputParameter of type HTTP route can use.
CustomWrapperInputParameterHttpRouteValue.HttpMethod - Enum Class in com.denodo.vdb.engine.customwrapper.input.value
 
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
 
CustomWrapperInputParameterMutualAuthentication - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value of the Mutual TLS authentication returned by a CustomWrapperInputParameter of HTTP route type.
CustomWrapperInputParameterOAuth10aAuthentication - Class in com.denodo.vdb.engine.customwrapper.input.value
Defines the actual value of the OAuth 1.0a authentication returned by a CustomWrapperInputParameter of HTTP route type.
CustomWrapperInputParameterOAuth10aAuthentication() - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Constructor.
CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod - Enum Class in com.denodo.vdb.engine.customwrapper.input.value
Signature method.
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.AuthenticationGrantType - Enum Class in com.denodo.vdb.engine.customwrapper.input.value
OAuth 2.0 Grant Type.
CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers - Enum Class in com.denodo.vdb.engine.customwrapper.input.value
Authentication method used by the authorization server.
CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod - Enum Class 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.
CustomWrapperInputParameterS3RouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
 
CustomWrapperInputParameterS3RouteValue(String, Route) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
 
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 Class 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 Class 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 Class 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
Important: do not implement or reference this interface.
CustomWrapperSchemaParameter - Class in com.denodo.vdb.engine.customwrapper
Defines a Custom Wrapper's schema parameter.
CustomWrapperSchemaParameter(String, int) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Creates a simple schema parameter with the following default properties: not mandatory searchable nullable updateable sortable (supports ascending and descending sort) CustomWrapperSchemaParameter.getColumns() returns null
CustomWrapperSchemaParameter(String, int, CustomWrapperSchemaParameter[]) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Creates a complex schema parameter with the following default properties: not mandatory not searchable not updateable not sortable nullable
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>) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
Creates a simple schema parameter with the following default properties: not mandatory searchable nullable updateable sortable (supports ascending and descending sort) CustomWrapperSchemaParameter.getColumns() returns null
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: not mandatory not searchable not updateable not sortable nullable properties
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.
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 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.
databaseName() - Element in annotation interface com.denodo.common.custom.annotations.DelegationPattern
Name of the database to which this custom function can be delegated.
databaseVersions() - Element in annotation interface com.denodo.common.custom.annotations.DelegationPattern
Versions of the database to which this custom function can be delegated.
DEBUG - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
The DEBUG level designates fine-grained informational events that are most useful to debug an application.
DECIMAL - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
 
decimalType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents decimal values.
DEFAULT - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Mask the field with a default masking expression indicated on the restriction.
DEFAULT - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a DEFAULT CustomMaskingExpression.Type instance.
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 Interface in com.denodo.common.custom.annotations
Annotation that indicates to what databases a custom function can be delegated.
delegationPatterns() - Element in annotation interface com.denodo.common.custom.annotations.CustomExecutor
Array of DelegationPattern objects that indicate to what databases a custom function can be delegated and what function of the database the Server has to execute.
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.
DELETE - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.HttpMethod
 
delistResource(XAResource, int) - Method in class com.denodo.vdb.engine.storedprocedure.Transaction
Important: do not invoke this method.
DESC - Enum constant in enum class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
Descending order
DESCENDING_SORT - Static variable in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
This parameter supports descending sort.
DIGEST - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
HTTP Digest authentication
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 an object of the class StoredProcedureResultSet, which will contain the results that this procedure will return.
doFilter(InputStream) - Method in class com.denodo.parser.connection.filter.ConnectionFilter
 
DOUBLE - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
 
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
Important: do not invoke this method.
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 - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
The ERROR level designates error events that might still allow the application to continue running.
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) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a VQL command.
executeVqlCommand(String, long) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a VQL command with a timeout.
executeVqlCommand(String, String) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a VQL command over the given database.
executeVqlCommand(String, String, long) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
Executes a VQL command over the given database with a timeout.

F

FATAL - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
The FATAL level designates very severe error events that will presumably lead the application to abort.
FIELD_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
FIRST_4 - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Shows only first for characters.
FIRST_4 - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a FIRST_4 CustomMaskingExpression.Type instance.
FLOAT - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
 
floatType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents float values.
FORCE_STRICT_QUERY_LIMIT_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which forces a limit on the number of rows obtained even if there is an offset clause
FormEncodedBody - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
Form encoded.
FTP - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
A FTP route type
FUNCTION_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 

G

GET - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.HttpMethod
 
getAccessToken() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Gets the access token.
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.
getAccessTokenSecret() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Gets the access token secret.
getAdditionalAuthenticationInformation() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns a map with extra authentication information, if it was provided by the authentication mechanism or an empty map if no information was provided.
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() - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
 
getAttributes(Map) - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
 
getAttributes(ObjectName, String[]) - Method in interface com.denodo.common.custom.policy.JmxConnection
Enables the values of several attributes of a named MBean.
getAuthenticationGrantType() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the authentication grant type.
getAuthenticationMethodOfAuthorizationServers() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the authentication method of the authorization servers.
getAwsAccessKey() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Returns the AWS access key
getAwsIamRoleArn() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Returns the AWS IAM role
getAwsSecretKey() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Returns the AWS secret key
getAzureAuthentication() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterAbfsRouteValue
Returns the Azure authentication.
getBodyFormParameters() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
 
getCachedParameters() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
Returns the parameters created by this procedure when it was created.
getCertificate() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterMutualAuthentication
Gets the certificate base64 representation.
getClientIdentifier() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Gets the client identifier.
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.
getClientSharedSecret() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Get the client shared 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
Deprecated.
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 to which the client application is connected.
getCurrentUserAgent() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the user agent who executes the query
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.
getCustomExpression() - Method in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns the custom expression for this masking.
getCustomProperties() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterAbfsRouteValue
Returns the properties to customize the configuration.
getCustomProperties() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHadoopRouteValue
Returns the properties to customize the configuration.
getCustomProperties() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Returns the properties to customize the configuration.
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.
getDataSourceInputParameters() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
By default, an empty array is returned.
getDataSourceInputParameters() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
Defines what input parameters supports the Data Source associated to the wrapper.
getDefaultMaskingExpression() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
Returns the default masking expression used for those fields using Default CustomMaskingExpression.Type
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.
getElementDatabase() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the name of the database of the element to which the policy is assigned.
getElementName() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the name of the element which is assigned the custom policy to
getElementTags() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns a collection with the assigned tags to the element.
getElementType() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns the type of the element which is assigned the custom policy to
getElementType() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
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.
getExceptionName() - Method in exception com.denodo.vdb.engine.storedprocedure.StoredProcedureRaiseException
 
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
Deprecated.
 
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.
getFieldsTags() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Returns a map with the assigned tags to the fields from the element.
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
getKeytabContents() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Returns the content of the keytab used in Kerberos authentication.
getKeytabRoute() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Returns the route to the keytab used in Kerberos authentication.
getLastURL() - Method in interface com.denodo.common.custom.elements.CustomPageValue
Deprecated.
Returns the last URL accessed.
getLastURLMethod() - Method in interface com.denodo.common.custom.elements.CustomPageValue
Deprecated.
Returns the last method used to access the page.
getLastURLPostParameters() - Method in interface com.denodo.common.custom.elements.CustomPageValue
Deprecated.
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
Deprecated.
 
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
 
getMutualAuthentication() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the Mutual authentication credentials in the HTTP route.
getMutualSSLCredential() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterMutualAuthentication
Gets the Mutual TLS credential
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.
getOAuth10aAuthentication() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Returns the OAuth 1.0a credentials in the HTTP route.
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.
getPassword() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Returns the password.
getPassword() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterMutualAuthentication
Gets the certificate password.
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.
getProjectedFields() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
 
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
 
getRoute() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
 
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.AbstractCustomWrapper
Returns the schema of this wrapper.
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.
getScopes() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the scopes.
getSearchExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
Deprecated.
 
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
getSensitiveFieldsExpressions() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
Returns the map 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.
getSignatureMethod() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Gets the signature method.
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.common.custom.policy.CustomMaskingExpression
Returns the CustomMaskingExpression.Type of this expression.
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
 
getUri() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterAbfsRouteValue
Returns the ABFS URI.
getUri() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHadoopRouteValue
Returns the HDFS URI.
getUri() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Returns the S3 URI.
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.
getUse60TypeMappings() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
getUserIdentifier() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the user identifier.
getUserName() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Returns the username.
getUserPassword() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Gets the user password.
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.CustomWrapperInputParameterBooleanValue
Returns the actual value of the CustomWrapperInputParameterType
getValue() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
Returns the actual value of the CustomWrapperInputParameter.
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.
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
 
groupType() - Element in annotation interface com.denodo.common.custom.annotations.CustomGroup
The class of the objects contained in the CustomGroupValue parameter of the Custom Function.

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.
HDFS - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
A HDFS route type
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.
HIDE - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Hides the value with null.
HIDE - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a HIDE CustomMaskingExpression.Type instance.
HMAC_SHA1 - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod
HMAC-SHA1 signature method.
HTTP - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
A HTTP route type
HTTP_BASIC - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
HTTP Basic authentication.

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.
implementation() - Element in annotation interface com.denodo.common.custom.annotations.CustomExecutor
It indicates if the code of the function can be executed.
INFO - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
The INFO level designates informational messages that highlight the progress of the application
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
 
INTEGER - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
 
integerType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
Returns an instance of CustomWrapperInputParameterType that represents integer values.
invoke(Object[]) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseFunction
Executes a function on the VDP server.
invoke(ObjectName, String, Object[], String[]) - Method in interface com.denodo.common.custom.policy.JmxConnection
Invokes an operation on an MBean.
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
Deprecated.
The operator contains has been removed from the Denodo Platform. We suggest you remove all the references to this method from the code of your custom wrappers. This method still exists to allow you to load your existing extensions without modifying them. However, the execution engine will not execute this operator.
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 major versions of the Denodo Platform. This method is maintained for binary compatibility.
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
isLogLevelEnabled(CustomRestrictionPolicyContext.LogLevel) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Checks if the specified level is enabled.
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
 
isUseAwsInstanceCredentials() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Method to know if the credentials of the instance are used
isUseKerberos() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Method to know if the authentication mode is Kerberos.

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

LATEST_4 - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Shows only latest four characters.
LATEST_4 - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a LATEST_4 CustomMaskingExpression.Type instance.
LOCAL - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
A local filesystem route type
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(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_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.
LONG - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
 
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

mandatory() - Element in annotation interface com.denodo.common.custom.annotations.CustomParam
 
MASK_SENSITIVE_FIELDS_IF_ALL_USED - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
The MASK_SENSITIVE_FIELDS_IF_ALL_USED filter indicates that all sensitive fields will be masked if all are used in the query
MASK_SENSITIVE_FIELDS_IF_ANY_USED - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
The MASK_SENSITIVE_FIELDS_IF_ANY_USED filter indicates that all sensitive fields will be masked if any of them is used in the query
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.
MUTUAL - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
Two-way TLS authentication

N

name() - Element in annotation interface com.denodo.common.custom.annotations.CustomElement
Name of the Custom Element
name() - Element in annotation interface com.denodo.common.custom.annotations.CustomGroup
The name of the parameter.
name() - Element in annotation interface com.denodo.common.custom.annotations.CustomParam
 
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
 
NONE - Enum constant in enum class com.denodo.common.custom.annotations.CustomElementType
 
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.
NTLM - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
NTLM authentication

O

OAUTH_1_0_A - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
OAuth 1.0a authentication
OAUTH_2_0 - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
OAuth 2.0 authentication
OFF - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
No authentication
OK - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
The stored procedure execution has finished successfully
onAddRow(Object[]) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapperResult.CustomWrapperResultListener
 
onAddRow(Object[], List<CustomWrapperFieldExpression>) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapperResult.CustomWrapperResultListener
Important: do not implement this method.
onGetSchema() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapperResult.CustomWrapperResultListener
Important: do not invoke this method.
ONLY_YEAR - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Shows only the year (other values are reset).
ONLY_YEAR - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a ONLY_YEAR CustomMaskingExpression.Type instance.
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
Deprecated.
This operator has been removed from the Denodo Platform. We suggest you remove all the references to this constant from the code of your custom wrappers. This class still exists to allow you to load your existing extensions without modifying them. However, the execution engine will not execute this operator.
OPERATOR_CONTAINSAND - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
Deprecated.
This operator has been removed from the Denodo Platform. We suggest you remove all the references to this constant from the code of your custom wrappers. This class still exists to allow you to load your existing extensions without modifying them. However, the execution engine will not execute this operator.
OPERATOR_CONTAINSOR - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
Deprecated.
This operator has been removed from the Denodo Platform. We suggest you remove all the references to this constant from the code of your custom wrappers. This class still exists to allow you to load your existing extensions without modifying them. However, the execution engine will not execute this 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
Deprecated.
This operator has been removed from the Denodo Platform. We suggest you remove all the references to this constant from the code of your custom wrappers. This class still exists to allow you to load your existing extensions without modifying them. However, the execution engine will not execute this 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
 
PASSWORD - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType
Resource Owner Password Credentials Grant.
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.
PATCH - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.HttpMethod
 
pattern() - Element in annotation interface com.denodo.common.custom.annotations.DelegationPattern
Expression that will be executed in the database when the Server wants to delegate this custom function.
PLAINTEXT - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod
PLAINTEXT signature method.
POST - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.HttpMethod
 
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
PUT - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.HttpMethod
 

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.
QueryParameter - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
Query parameter.

R

REDACT - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Redacts the value with a different expression per type (predefined by Denodo).
REDACT - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a REDACT CustomMaskingExpression.Type instance.
REDACT_ASTERISK - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Redacts with asterisks.
REDACT_ASTERISK - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a REDACT_ASTERISK CustomMaskingExpression.Type instance.
REGISTER_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
 
REJECT - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyType
The REJECT action indicates that the query should be rejected
REJECT_ROW - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
The REJECT_ROW filter indicates that all rows will be rejected
REJECT_ROW_IF_ALL_SENSITIVE_FIELDS_USED - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
The REJECT_ROW_IF_ALL_SENSITIVE_FIELDS_USED filter indicates that all rows will be rejected if all sensitive fields are used in the query
REJECT_ROW_IF_ANY_SENSITIVE_FIELDS_USED - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
The REJECT_ROW_IF_ANY_SENSITIVE_FIELDS_USED filter indicates that all rows will be rejected if any sensitive field is used in the query
REMOVE_DAY - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Reset the day.
REMOVE_DAY - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a REMOVE_DAY CustomMaskingExpression.Type instance.
REMOVE_TIME - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Reset the time.
REMOVE_TIME - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a REMOVE_TIME CustomMaskingExpression.Type instance.
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.
REQUEST_BODY - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
Body of the request.
resetToOriginalHTTPMethod() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
 
resetToOriginalURL() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the HTTP original URL endpoint.
ROLE - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.CredentialsType
The ROLE element indicates that the credential is a role
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.
ROUND - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Round the value.
ROUND - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a ROUND CustomMaskingExpression.Type instance.
route - Variable in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
 
ROUTE - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
 
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

S3 - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
A S3 route type
serialVersionUID - Static variable in exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
 
SET_0 - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Set to 0 the value.
SET_0 - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a SET_0 CustomMaskingExpression.Type instance.
SET_MINUS_1 - Enum constant in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Set to -1 the value.
SET_MINUS_1 - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
Returns a SET_MINUS_1 CustomMaskingExpression.Type instance.
setAccessToken(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Sets the access token.
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.
setAccessTokenSecret(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Sets the access token secret.
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.
setAuthenticationGrantType(CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the authentication grant type.
setAuthenticationMethodOfAuthorizationServers(CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the authentication method of the authorization servers.
setAwsAccessKey(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Sets the AWS access key
setAwsIamRoleArn(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Sets the AWS IAM role
setAwsSecretKey(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Sets the AWS secret key
setAzureAuthentication(AzureAuthentication) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterAbfsRouteValue
Sets the Azure authentication.
setBodyFormParameters(List<Pair<String, String>>) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
 
setClientIdentifier(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Sets the client identifier.
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.
setClientSharedSecret(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Sets the client shared secret.
setCondition(CustomWrapperCondition) - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
Users do not need to use this method.
setCustomProperties(Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterAbfsRouteValue
Sets the properties to customize the configuration.
setCustomProperties(Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHadoopRouteValue
Sets the properties to customize the configuration.
setCustomProperties(Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Sets the properties to customize the configuration.
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 major versions of the Denodo Platform. This method is maintained for binary compatibility but it does not perform any action.
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, boolean) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the authentication used in the HTTP server.
setHTTPMethod(CustomWrapperInputParameterHttpRouteValue.HttpMethod) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
 
setInputParameterValues(Map<String, CustomWrapperInputParameterValue>) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
Sets the input parameter values with type information.
setKeytabContents(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Sets the content of the keytab used in Kerberos authentication.
setKeytabRoute(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Sets the route to the keytab used in Kerberos authentication.
setListener(CustomWrapperResult.CustomWrapperResultListener) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
Important: do not invoke this method.
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.
setMutualAuthentication(CustomWrapperInputParameterMutualAuthentication) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the Mutual TLS credentials in the HTTP route.
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
 
setOAuth10aAuthentication(CustomWrapperInputParameterOAuth10aAuthentication) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
Sets the OAuth 1.0a credentials in the HTTP route.
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.
setPassword(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Sets the password.
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.
setProjectedFields(List<CustomWrapperFieldExpression>) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
 
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.
setSchema(CustomWrapperSchemaParameter[]) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
Important: do not invoke this method.
setScopes(List<String>) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the scopes.
setSignatureMethod(CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
Sets the signature method.
setTokenEndpointURL(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the URL of the token endpoint.
setUri(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterAbfsRouteValue
Sets the ABFS URI.
setUri(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHadoopRouteValue
Sets the HDFS URI.
setUri(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Sets the username.
setUri(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Sets the S3 URI.
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.
setUse60TypeMappings(Boolean) - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
 
setUseAwsInstanceCredentials(boolean) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterS3RouteValue
Enable/disable the usage of the credentials of the instance
setUseKerberos(boolean) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHdfsRouteValue
Method to enable/disable Kerberos authentication.
setUserIdentifier(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the user identifier.
setUserPassword(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
Sets the user password.
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.
SPNEGO - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
SPNEGO authentication
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
STORED_PROCEDURE - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
The STORED_PROCEDURE element indicates that the element is a stored procedure
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 StoredProcedureException exception with the specified detail message.
StoredProcedureException(String, Throwable) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
Constructs a new exception with the specified detail message and cause.
StoredProcedureException(Throwable) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
Constructs a StoredProcedureException with the specified cause and a detail message of (cause==null ? null : cause.toString())
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, boolean, StoredProcedureParameter[]) - 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.
StoredProcedurePlan - Interface in com.denodo.vdb.engine.storedprocedure
This interface defines the methods used to obtain information about the execution of a stored procedure.
StoredProcedureRaiseException - Exception in com.denodo.vdb.engine.storedprocedure
 
StoredProcedureRaiseException(String, String) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureRaiseException
 
StoredProcedureResultSet - Interface in com.denodo.vdb.engine.storedprocedure
This class encapsulates the results generated by a stored procedure.
STRING - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
 
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.
syntax() - Element in annotation interface com.denodo.common.custom.annotations.CustomExecutor
Syntax of the Custom Element.

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
Deprecated.
 
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.input.value.CustomWrapperInputParameterBooleanValue
 
toString() - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
 
toString() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
 
TRACE - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
The TRACE level designates finer-grained informational events than the DEBUG
Transaction - Class in com.denodo.vdb.engine.storedprocedure
 
type() - Element in annotation interface com.denodo.common.custom.annotations.CustomElement
Type of the Custom Element.

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 - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.CredentialsType
The USER element indicates that the credential is a user
USER_AGENT_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
Platform property which indicates the user agent used to query the view.
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 class com.denodo.common.custom.annotations.CustomElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.CredentialsType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.HttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.denodo.common.custom.annotations.CustomElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.common.custom.policy.CustomMaskingExpression.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.CredentialsType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
Returns an array containing the constants of this enum class, in the order they are declared.
VARIABLE - Enum constant in enum class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
A variable route type
VDPAGGREGATEFUNCTION - Enum constant in enum class com.denodo.common.custom.annotations.CustomElementType
 
VDPCUSTOMPOLICY - Enum constant in enum class com.denodo.common.custom.annotations.CustomElementType
 
VDPFUNCTION - Enum constant in enum class com.denodo.common.custom.annotations.CustomElementType
 
VIEW - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
The VIEW element indicates that the element is a view

W

WARN - Enum constant in enum class com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
The WARN level designates potentially harmful situations.
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form