- 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.
- close() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- close() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
-
- close() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
-
Closes the ResultSet.
- com.denodo.common.custom.annotations - package com.denodo.common.custom.annotations
-
Annotations 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(String, CustomRecordType) - Method in class com.denodo.common.custom.elements.CustomElementsFactory
-
Deprecated.
- createCustomArrayType(String, CustomRecordType) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
-
- createCustomArrayType(CustomRecordType) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
-
- createCustomArrayValue(List<CustomRecordValue>) - Method in class com.denodo.common.custom.elements.CustomElementsFactory
-
Deprecated.
- createCustomArrayValue(List<CustomRecordValue>) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
-
- createCustomRecordArray(LinkedHashMap<String, Object>) - Method in class com.denodo.common.custom.elements.CustomElementsFactory
-
Deprecated.
- createCustomRecordType(String, LinkedHashMap<String, Object>) - Method in class com.denodo.common.custom.elements.CustomElementsFactory
-
Deprecated.
- createCustomRecordType(String, LinkedHashMap<String, Object>) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
-
- createCustomRecordType(LinkedHashMap<String, Object>) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
-
- createCustomRecordValue(LinkedHashMap<String, Object>) - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
-
- createStruct(List<String>, List<? extends Object>) - Static method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
Creates a SQL struct object.
- createTransaction() - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
-
Creates a new transaction.
- CustomArrayType - Interface in com.denodo.common.custom.elements
-
This class represents an array in the Denodo Platform types structure.
- CustomArrayValue - Interface in com.denodo.common.custom.elements
-
This class represents an array in the Denodo Platform values structure.
- CustomConnectionFilter - Class in com.denodo.parser.connection.filter
-
- CustomConnectionFilter() - Constructor for class com.denodo.parser.connection.filter.CustomConnectionFilter
-
- CustomContext - Annotation Type in com.denodo.common.custom.annotations
-
Fields annotation to mark the field where the context of a Custom Policy will
be injected.
- CustomElement - Annotation Type in com.denodo.common.custom.annotations
-
Indicates that the annotated class is a Custom Element.
- CustomElementsFactory - Class in com.denodo.common.custom.elements
-
- CustomElementsFactory() - Constructor for class com.denodo.common.custom.elements.CustomElementsFactory
-
Deprecated.
- CustomElementsUtil - Class in com.denodo.common.custom.elements
-
- CustomElementType - Enum in com.denodo.common.custom.annotations
-
Enumeration used by the class
CustomElement
to
indicate the type of a Custom Element.
- CustomExecutor - Annotation Type in com.denodo.common.custom.annotations
-
The method marked with this annotation will be executed
when invoking this Custom Function or Custom Policy.
- CustomExecutorReturnType - Annotation Type in com.denodo.common.custom.annotations
-
Method annotation to mark the method that will be invoked to compute the
return type of a Custom Function before executing a query.
- CustomGroup - Annotation Type in com.denodo.common.custom.annotations
-
Parameter annotation used in aggregation functions.
- CustomGroupValue<E> - Interface in com.denodo.common.custom.elements
-
This class represents the group of values coming from a non aggregate field
in an aggregation function.
- CustomLocale - Annotation Type 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 in com.denodo.common.custom.policy
-
- CustomPageValue - Interface in com.denodo.common.custom.elements
-
Deprecated.
- CustomParam - Annotation Type in com.denodo.common.custom.annotations
-
Parameter annotation used by Custom Functions or Custom Policies.
- CustomRecordType - Interface in com.denodo.common.custom.elements
-
This class represents a record in the Denodo Platform types structure.
- CustomRecordType.Property - Interface in com.denodo.common.custom.elements
-
This object stores the information of each element in the record.
- CustomRecordValue - Interface in com.denodo.common.custom.elements
-
This class represents a register in the Denodo Platform values structure.
- CustomRecordValue.Property - Interface in com.denodo.common.custom.elements
-
Object containing the name and value a record's single property.
- CustomRestrictionPolicyContext - Interface in com.denodo.common.custom.policy
-
The CustomRestrictionPolicyContext
interface provides access to
information about the running query and the corresponding custom policy.
- CustomRestrictionPolicyContext.CredentialsType - Enum in com.denodo.common.custom.policy
-
Type of the credential which is assigned the custom policy to
- CustomRestrictionPolicyContext.ElementType - Enum in com.denodo.common.custom.policy
-
Type of the element which is assigned the custom policy to
- CustomRestrictionPolicyContext.LogLevel - Enum in com.denodo.common.custom.policy
-
Severity level of the registered events in the log
- CustomRestrictionPolicyFilterType - Enum in com.denodo.common.custom.policy
-
Action taken for all the rows that do not verify the corresponding condition
when a custom policy evaluates to
ACCEPT_WITH_FILTER
.
- CustomRestrictionPolicyType - Enum in com.denodo.common.custom.policy
-
Action taken as a result of the custom policy evaluation.
- CustomRestrictionPolicyValue - Class in com.denodo.common.custom.policy
-
Class that represents the action that will be taken as a result of
custom policy evaluation.
- CustomRestrictionPolicyValue(CustomRestrictionPolicyType) - Constructor for class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
Constructs a CustomRestrictionPolicyValue
without imposing any
restriction
- CustomRestrictionPolicyValue(CustomRestrictionPolicyType, CustomRestrictionPolicyFilterType, String, Set<String>) - Constructor for class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
Constructs a CustomRestrictionPolicyValue
which may impose some
restriction
- CustomRestrictionPolicyValue(CustomRestrictionPolicyType, CustomRestrictionPolicyFilterType, String, CustomMaskingExpression, Map<String, CustomMaskingExpression>) - Constructor for class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
- 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
-
- CustomWrapperConditionHolder - Class in com.denodo.vdb.engine.customwrapper.condition
-
- 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
-
- CustomWrapperConfiguration() - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
- CustomWrapperContainsExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
- 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(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.
- CustomWrapperFieldExpression(int) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
-
Creates an instance of CustomWrapperFieldExpression
which is an index.
- CustomWrapperFunctionExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents a function in Custom Wrapper conditions.
- CustomWrapperFunctionExpression(String, List<CustomWrapperFunctionParameter>, int, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
-
Creates a CustomWrapperFunctionExpression
specifying its name,
parameters, modifier and whether it is an aggregate function.
- CustomWrapperFunctionParameter - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents functions' parameters in Custom Wrapper conditions.
- CustomWrapperFunctionParameter(List<CustomWrapperExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionParameter
-
Creates a function parameter with a list of values.
- CustomWrapperInputParameter - Class in com.denodo.vdb.engine.customwrapper
-
Defines a Custom Wrapper input parameter.
- CustomWrapperInputParameter(String, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
- CustomWrapperInputParameter(String, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
- CustomWrapperInputParameter(String, String, boolean, CustomWrapperInputParameterType) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Constructs a CustomWrapperInputParameter
specifying a name,
a description, whether it is mandatory or not and a
CustomWrapperInputParameterType
- CustomWrapperInputParameter(String, String, boolean, boolean, CustomWrapperInputParameterType) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Constructs a CustomWrapperInputParameter
specifying a name,
a description, whether it is mandatory or not and a
CustomWrapperInputParameterType
- CustomWrapperInputParameterBooleanValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterBooleanValue(String, Boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterBooleanValue
-
- CustomWrapperInputParameterDecimalValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterDecimalValue(String, BigDecimal) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDecimalValue
-
- CustomWrapperInputParameterDoubleValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterDoubleValue(String, Double) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDoubleValue
-
- CustomWrapperInputParameterFloatValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterFloatValue(String, Float) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFloatValue
-
- CustomWrapperInputParameterFtpRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- 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
-
- CustomWrapperInputParameterHttpRouteValue(String, HTTPRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
- CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION - Enum in com.denodo.vdb.engine.customwrapper.input.value
-
Enumeration of the authentication methods a CustomWrapperInputParameter
of type HTTP
route can use.
- CustomWrapperInputParameterIntegerValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterIntegerValue(String, Integer) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterIntegerValue
-
- CustomWrapperInputParameterLocalRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterLocalRouteValue(String, LocalRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLocalRouteValue
-
- CustomWrapperInputParameterLongValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterLongValue(String, Long) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLongValue
-
- CustomWrapperInputParameterMutualAuthentication - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterOAuth10aAuthentication - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterOAuth10aAuthentication() - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication
-
Constructor.
- CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod - Enum in com.denodo.vdb.engine.customwrapper.input.value
-
Signature method.
- CustomWrapperInputParameterOAuth20Authentication - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterOAuth20Authentication() - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Constructor.
- CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType - Enum in com.denodo.vdb.engine.customwrapper.input.value
-
OAuth 2.0 Grant Type.
- CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers - Enum in com.denodo.vdb.engine.customwrapper.input.value
-
Authentication method used by the authorization server.
- CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod - Enum in com.denodo.vdb.engine.customwrapper.input.value
-
Request signing method.
- CustomWrapperInputParameterRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- 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
-
- CustomWrapperInputParameterStringValue(String, String) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterStringValue
-
- CustomWrapperInputParameterType - Class in com.denodo.vdb.engine.customwrapper.input.type
-
- CustomWrapperInputParameterType.Type - Enum in com.denodo.vdb.engine.customwrapper.input.type
-
- CustomWrapperInputParameterTypeFactory - Class in com.denodo.vdb.engine.customwrapper.input.type
-
- CustomWrapperInputParameterTypeFactory.RouteType - Enum in com.denodo.vdb.engine.customwrapper.input.type
-
Defines the supported route types.
- CustomWrapperInputParameterValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterVariableRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
- CustomWrapperInputParameterVariableRouteValue(String, VariableRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterVariableRouteValue
-
- CustomWrapperNotCondition - Class in com.denodo.vdb.engine.customwrapper.condition
-
Defines a NOT condition in terms of an encapsulated condition:
NOT MY_CONDITION
- CustomWrapperNotCondition(CustomWrapperCondition) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
-
Creates a new NOT condition.
- CustomWrapperOrCondition - Class in com.denodo.vdb.engine.customwrapper.condition
-
Defines an OR condition in terms of a list of conditions:
CONDITION_1 OR CONDITION_2 OR ...
- CustomWrapperOrCondition(LinkedList<CustomWrapperCondition>) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperOrCondition
-
Creates a new OR condition.
- CustomWrapperOrderByExpression - Class in com.denodo.vdb.engine.customwrapper
-
An expression which indicates that the rows should be returned sorted in a
concrete order by a concrete field.
- CustomWrapperOrderByExpression(CustomWrapperFieldExpression, CustomWrapperOrderByExpression.ORDER) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression
-
- CustomWrapperOrderByExpression.ORDER - Enum in com.denodo.vdb.engine.customwrapper
-
Defines the order of the sorting.
- CustomWrapperPlan - Interface in com.denodo.vdb.engine.customwrapper
-
Defines methods to include information in the custom wrapper plan.
- CustomWrapperRegisterExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents a register in Custom Wrapper conditions.
- CustomWrapperRegisterExpression(List<CustomWrapperExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperRegisterExpression
-
Creates a register with a list of fields.
- CustomWrapperResult - Class in com.denodo.vdb.engine.customwrapper
-
Custom Wrappers use this class to return any data retrieved from their data source.
- CustomWrapperResult() - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
-
- CustomWrapperResult.CustomWrapperResultListener - Interface in com.denodo.vdb.engine.customwrapper
-
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, CustomWrapperSchemaParameter[], boolean, int, boolean, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Creates a schema parameter without any default property.
- CustomWrapperSchemaParameter(String, int, Integer, String, Integer, Integer, Map<String, String>, CustomWrapperSchemaParameter[], boolean, int, boolean, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Creates a schema parameter without any default property.
- CustomWrapperSchemaParameter(String, int, CustomWrapperSchemaParameter[]) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Creates a complex schema parameter with the following default properties:
not mandatory
not searchable
not updateable
not sortable
nullable
- 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) - 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>) - 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
- 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
-
- 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.
- 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(ObjectName, String[]) - Method in interface com.denodo.common.custom.policy.JmxConnection
-
Enables the values of several attributes of a named MBean.
- getAttributes() - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
-
- getAttributes(Map) - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
-
- 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
- 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
-
- 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
-
- 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.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getSensitiveFieldsExpressions() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
- 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
-
- 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
-
- 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.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(int) - Method in interface com.denodo.common.custom.elements.CustomArrayValue
-
Returns the element at the specified position in this array.
- getValue(int) - Method in interface com.denodo.common.custom.elements.CustomGroupValue
-
Returns the value in the group at the specified position.
- getValue() - Method in interface com.denodo.common.custom.elements.CustomRecordValue.Property
-
Method to obtain the value of the record's property.
- getValue() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
-
- getValue() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
-
Returns a textual representation of the route value.
- getValue() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
-
- 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
-
- I18N_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Platform property which defines the internationalization configuration
that will be used for the results of the query.
- INIT - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
The stored procedure execution has not started yet
- initialize(DatabaseEnvironment) - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- initialize(DatabaseEnvironment) - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
-
Initializes the stored procedure.
- insert(Map<CustomWrapperFieldExpression, Object>, Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
-
By default, does nothing and returns 0
.
- insert(Map<CustomWrapperFieldExpression, Object>, Map<String, String>) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
-
Defines how this Custom Wrapper inserts values into the data source.
- InsufficientPrivilegeException - Exception in com.denodo.common.custom.policy.exceptions
-
Exception thrown when a custom policy tries to access a MBean which is not
allowed to because of the user who assigned the custom policy does not have
the proper privileges.
- InsufficientPrivilegeException(String) - Constructor for exception com.denodo.common.custom.policy.exceptions.InsufficientPrivilegeException
-
- integerType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
-
- invoke(ObjectName, String, Object[], String[]) - Method in interface com.denodo.common.custom.policy.JmxConnection
-
Invokes an operation on an MBean.
- invoke(Object[]) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseFunction
-
Executes a function on the VDP server.
- isAggregateFunction() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
-
- isAndCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
-
- isArrayExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- isComplete() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
Returns whether the procedure finished successfully its execution or not.
- isConditionExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- isContainsExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- isDelegateArrayLiterals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateArrayLiterals
defines whether a Custom Wrapper
can deal with conditions containing arrays (as in MY_INT_ARRAY = [10, 20, 30, 40]
).
- isDelegateCompoundFieldProjections() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
- 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.
- serialVersionUID - Static variable in exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
- SET_0 - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
-
- SET_MINUS_1 - Static variable in class com.denodo.common.custom.policy.CustomMaskingExpression
-
- 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
- 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.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
-
- 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.
- 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.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.
- stop() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
-
By default, does nothing and returns false
.
- stop() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
-
Stops the execution of this Custom Wrapper.
- stop() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- stop() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
-
The Execution Engine invokes this method when a query involving the stored procedure is cancelled.
- STOPPED - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
The stored procedure execution has been stopped
- StoredProcedure - Interface in com.denodo.vdb.engine.storedprocedure
-
This interface defines a stored procedure.
- StoredProcedureException - Exception in com.denodo.vdb.engine.storedprocedure
-
Exception thrown by the methods of the stored procedure API.
- StoredProcedureException() - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
Creates a new StoredProcedureException.
- StoredProcedureException(String) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
Creates a
StoredProcedureException
exception with the specified detail message.
- 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())
- StoredProcedureException(String, Throwable) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
Constructs a new exception with the specified detail message and
cause.
- StoredProcedureExecutor - Interface in com.denodo.vdb.engine.storedprocedure
-
This interface defines the methods used
to invoke a stored procedure and obtain its results.
- StoredProcedureParameter - Class in com.denodo.vdb.engine.storedprocedure
-
This class represents a parameter of a stored procedure.
- StoredProcedureParameter(String, int, int) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Creates a new StoredProcedureParameter.
- StoredProcedureParameter(String, int, int, boolean) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Creates a new StoredProcedureParameter.
- StoredProcedureParameter(String, int, int, StoredProcedureParameter[]) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Creates a new StoredProcedureParameter.
- StoredProcedureParameter(String, int, int, boolean, StoredProcedureParameter[]) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Creates a new StoredProcedureParameter.
- StoredProcedurePlan - Interface in com.denodo.vdb.engine.storedprocedure
-
This interface defines the methods used to obtain information about the
execution of a stored procedure.
- 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.
- stringType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
-
- 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.
- valueOf(String) - Static method in enum com.denodo.common.custom.annotations.CustomElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomMaskingExpression.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.CredentialsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.denodo.common.custom.annotations.CustomElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomMaskingExpression.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.CredentialsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth10aAuthentication.SignatureMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.