- CACHE_INVALIDATE_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Platform property which indicates whether the cache is invalidated.
- CACHE_PRELOAD_PROPERTY - Static variable in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Platform property which indicates whether the results of this query is
used to populate the cache of the executing view.
- call(String, Object[], IContext) - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- call(String, Object[], IContext) - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
-
Method which executes the stored procedure.
- caseSensitiveParameters() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- caseSensitiveParameters() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
-
Returns if the field names defined by the stored procedure are case sensitive.
- close() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
Deprecated.
As of Denodo 5.5, this method is deprecated because it is never invoked.
It will be removed in future versions of the Denodo Platform.
- close() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
-
Deprecated.
This method will be removed in future versions because it is not used.
- close() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
-
Closes the ResultSet.
- com.denodo.common.custom.annotations - package com.denodo.common.custom.annotations
-
Annotations used to develop Custom elements.
- com.denodo.common.custom.elements - package com.denodo.common.custom.elements
-
Provides the types and values needed to implement Custom elements in
Virtual DataPort.
- com.denodo.common.custom.policy - package com.denodo.common.custom.policy
-
Provides the enums and classes needed to represent the evaluation of
Custom Policies for Virtual DataPort and to access to its context.
- com.denodo.common.custom.policy.exceptions - package com.denodo.common.custom.policy.exceptions
-
Provides the exceptions related to a custom policy in VDP.
- com.denodo.common.custom.util.exception - package com.denodo.common.custom.util.exception
-
- com.denodo.parser.connection.filter - package com.denodo.parser.connection.filter
-
Provides the classes to develop custom input filters.
- com.denodo.vdb.engine.customwrapper - package com.denodo.vdb.engine.customwrapper
-
Provides the base classes and mechanisms necessary to implement a
Custom Wrapper.
- com.denodo.vdb.engine.customwrapper.condition - package com.denodo.vdb.engine.customwrapper.condition
-
Provides the classes needed to deal with conditions in Custom Wrappers.
- com.denodo.vdb.engine.customwrapper.expression - package com.denodo.vdb.engine.customwrapper.expression
-
Provides the classes needed to deal with expressions in Custom Wrappers.
- com.denodo.vdb.engine.customwrapper.input.type - package com.denodo.vdb.engine.customwrapper.input.type
-
Provides the classes needed to deal with types for input parameters in Custom Wrappers.
- com.denodo.vdb.engine.customwrapper.input.value - package com.denodo.vdb.engine.customwrapper.input.value
-
Provides the classes needed to deal with input parameters values in Custom Wrappers.
- com.denodo.vdb.engine.customwrapper.value - package com.denodo.vdb.engine.customwrapper.value
-
Provides the classes needed to deal with complex values in Custom Wrappers.
- com.denodo.vdb.engine.storedprocedure - package com.denodo.vdb.engine.storedprocedure
-
Provides the abstract classes, interfaces and exceptions necessary to implement
the stored procedures.
- commit() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
-
By default, does nothing.
- commit() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
-
Defines how this Custom Wrappers performs a commit
operation in its
data source in the context of a distributed transaction.
- commit() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- commit() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
-
The Execution Engine invokes this method to confirm the current transaction.
- commit() - Method in class com.denodo.vdb.engine.storedprocedure.Transaction
-
Commits the current transaction
- CONDITION_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- ConditionEvaluationException - Exception in com.denodo.common.custom.util.exception
-
- ConditionEvaluationException(String) - Constructor for exception com.denodo.common.custom.util.exception.ConditionEvaluationException
-
- ConnectionFilter - Class in com.denodo.parser.connection.filter
-
Parent class of all the connection filters.
- ConnectionFilter() - Constructor for class com.denodo.parser.connection.filter.ConnectionFilter
-
- CONTAINS_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- createArray(Collection<? extends Object>, int) - Static method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
Creates a SQL array object.
- createCustomArrayType(String, CustomRecordType) - Method in class com.denodo.common.custom.elements.CustomElementsFactory
-
Deprecated.
- 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
-
To develop a custom connection filter, override this class and implement the method
ConnectionFilter#execute(java.io.InputStream)
- CustomConnectionFilter() - Constructor for class com.denodo.parser.connection.filter.CustomConnectionFilter
-
- CustomContext - Annotation Type in com.denodo.common.custom.annotations
-
Fields annotation to mark the field where the context of a Custom Policy will
be injected.
- CustomElement - Annotation Type in com.denodo.common.custom.annotations
-
Indicates that the annotated class is a Custom Element.
- CustomElementsFactory - Class in com.denodo.common.custom.elements
-
- CustomElementsFactory() - Constructor for class com.denodo.common.custom.elements.CustomElementsFactory
-
Deprecated.
- CustomElementsUtil - Class in com.denodo.common.custom.elements
-
- CustomElementsUtil() - Constructor for class com.denodo.common.custom.elements.CustomElementsUtil
-
- CustomElementType - Enum in com.denodo.common.custom.annotations
-
Enumeration used by the class
CustomElement
to
indicate the type of a Custom Element.
- CustomExecutor - Annotation Type in com.denodo.common.custom.annotations
-
The method marked with this annotation will be executed
when invoking this Custom Function or Custom Policy.
- CustomExecutorReturnType - Annotation Type in com.denodo.common.custom.annotations
-
Method annotation to mark the method that will be invoked to compute the
return type of a Custom Function before executing a query.
- CustomGroup - Annotation Type in com.denodo.common.custom.annotations
-
Parameter annotation used in aggregation functions.
- CustomGroupValue<E> - Interface in com.denodo.common.custom.elements
-
This class represents the group of values coming from a non aggregate field
in an aggregation function.
- CustomPageValue - Interface in com.denodo.common.custom.elements
-
Class representing a Page Value Object in ITPilot.
- CustomParam - Annotation Type in com.denodo.common.custom.annotations
-
Parameter annotation used by Custom Functions or Custom Policies.
- CustomRecordType - Interface in com.denodo.common.custom.elements
-
This class represents a record in the Denodo Platform types structure.
- CustomRecordType.Property - Interface in com.denodo.common.custom.elements
-
This object stores the information of each element in the record.
- CustomRecordValue - Interface in com.denodo.common.custom.elements
-
This class represents a register in the Denodo Platform values structure.
- CustomRecordValue.Property - Interface in com.denodo.common.custom.elements
-
Object containing the name and value a record's single property.
- CustomRestrictionPolicyContext - Interface in com.denodo.common.custom.policy
-
The CustomRestrictionPolicyContext
interface provides access to
information about the running query and the corresponding custom policy.
- CustomRestrictionPolicyContext.CredentialsType - Enum in com.denodo.common.custom.policy
-
Type of the credential which is assigned the custom policy to
- CustomRestrictionPolicyContext.ElementType - Enum in com.denodo.common.custom.policy
-
Type of the element which is assigned the custom policy to
- CustomRestrictionPolicyContext.LogLevel - Enum in com.denodo.common.custom.policy
-
Severity level of the registered events in the log
- CustomRestrictionPolicyFilterType - Enum in com.denodo.common.custom.policy
-
Action taken for all the rows that do not verify the corresponding condition
when a custom policy evaluates to
ACCEPT_WITH_FILTER
.
- CustomRestrictionPolicyType - Enum in com.denodo.common.custom.policy
-
Action taken as a result of the custom policy evaluation.
- CustomRestrictionPolicyValue - Class in com.denodo.common.custom.policy
-
Class that represents the action that will be taken as a result of
custom policy evaluation.
- CustomRestrictionPolicyValue(CustomRestrictionPolicyType) - Constructor for class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
Constructs a CustomRestrictionPolicyValue
without imposing any
restriction
- CustomRestrictionPolicyValue(CustomRestrictionPolicyType, CustomRestrictionPolicyFilterType, String, Set<String>) - Constructor for class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
Constructs a CustomRestrictionPolicyValue
which may impose some
restriction
- CustomWrapper - Interface in com.denodo.vdb.engine.customwrapper
-
All VDP Custom Wrappers must implement this interface.
- CustomWrapperAndCondition - Class in com.denodo.vdb.engine.customwrapper.condition
-
Defines an AND condition in terms of a list of conditions:
CONDITION_1 AND CONDITION_2 AND ...
- CustomWrapperAndCondition(List<CustomWrapperCondition>) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperAndCondition
-
Creates a new AND condition.
- CustomWrapperArrayExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents an array of values in Custom Wrapper conditions.
- CustomWrapperArrayExpression(List<CustomWrapperExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperArrayExpression
-
Creates an array with a list of values.
- CustomWrapperCondition - Class in com.denodo.vdb.engine.customwrapper.condition
-
Superclass of all the types of conditions supported by Custom Wrappers.
- CustomWrapperCondition() - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
-
- CustomWrapperConditionExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents a condition in a CASE
function in a Custom Wrapper condition.
- CustomWrapperConditionExpression(CustomWrapperCondition) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperConditionExpression
-
- 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
-
Encapsulates the following configuration properties:
- CustomWrapperConfiguration() - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
- CustomWrapperContainsExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents an expression with the operator 'contains' in Custom Wrapper conditions.
- CustomWrapperContainsExpression(String, String) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
-
Creates a 'contains' expression.
- CustomWrapperException - Exception in com.denodo.vdb.engine.customwrapper
-
A general purpose Exception
subclass intended to be used by Custom Wrappers.
- CustomWrapperException(String) - Constructor for exception com.denodo.vdb.engine.customwrapper.CustomWrapperException
-
- CustomWrapperException(String, Throwable) - Constructor for exception com.denodo.vdb.engine.customwrapper.CustomWrapperException
-
- CustomWrapperExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Superclass of all the types of expressions supported by Custom Wrapper conditions.
- CustomWrapperExpression() - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- CustomWrapperFieldExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents a field (or a field's sub-field) in Custom Wrapper conditions.
- CustomWrapperFieldExpression(String) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
-
Creates an instance of CustomWrapperFieldExpression
with a name.
- CustomWrapperFieldExpression(String, List<CustomWrapperFieldExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
-
Creates an instance of CustomWrapperFieldExpression
with a list
of sub-fields.
- CustomWrapperFieldExpression(int) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
-
Creates an instance of CustomWrapperFieldExpression
which is an index.
- CustomWrapperFunctionExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents a function in Custom Wrapper conditions.
- CustomWrapperFunctionExpression(String, List<CustomWrapperFunctionParameter>, int, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
-
Creates a CustomWrapperFunctionExpression
specifying its name,
parameters, modifier and whether it is an aggregate function.
- CustomWrapperFunctionParameter - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents functions' parameters in Custom Wrapper conditions.
- CustomWrapperFunctionParameter(List<CustomWrapperExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionParameter
-
Creates a function parameter with a list of values.
- CustomWrapperInputParameter - Class in com.denodo.vdb.engine.customwrapper
-
Defines a Custom Wrapper input parameter.
- CustomWrapperInputParameter(String, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
- CustomWrapperInputParameter(String, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
- CustomWrapperInputParameter(String, String, boolean, CustomWrapperInputParameterType) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Constructs a CustomWrapperInputParameter
specifying a name,
a description, whether it is mandatory or not and a
CustomWrapperInputParameterType
- CustomWrapperInputParameter(String, String, boolean, boolean, CustomWrapperInputParameterType) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Constructs a CustomWrapperInputParameter
specifying a name,
a description, whether it is mandatory or not and a
CustomWrapperInputParameterType
- CustomWrapperInputParameterBooleanValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of boolean type.
- CustomWrapperInputParameterBooleanValue(String, Boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterBooleanValue
-
- CustomWrapperInputParameterDecimalValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of
decimal type.
- CustomWrapperInputParameterDecimalValue(String, BigDecimal) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDecimalValue
-
- CustomWrapperInputParameterDenodoBrowserRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of
a sequence route type.
- CustomWrapperInputParameterDenodoBrowserRouteValue(String, HTTPRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDenodoBrowserRouteValue
-
- CustomWrapperInputParameterDoubleValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of
double type.
- CustomWrapperInputParameterDoubleValue(String, Double) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDoubleValue
-
- CustomWrapperInputParameterFloatValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of float type.
- CustomWrapperInputParameterFloatValue(String, Float) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFloatValue
-
- CustomWrapperInputParameterFtpRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of
FTP route type.
- CustomWrapperInputParameterFtpRouteValue(String, FTPRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
-
- CustomWrapperInputParameterHttpRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the value returned by a CustomWrapperInputParameter
of the type
HTTP route.
- CustomWrapperInputParameterHttpRouteValue(String, HTTPRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
- CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION - Enum in com.denodo.vdb.engine.customwrapper.input.value
-
Enumeration of the authentication methods supported by a CustomWrapperInputParameter
of type HTTP route.
- CustomWrapperInputParameterIntegerValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of integer type.
- CustomWrapperInputParameterIntegerValue(String, Integer) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterIntegerValue
-
- CustomWrapperInputParameterLocalRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of
local route type.
- CustomWrapperInputParameterLocalRouteValue(String, LocalRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLocalRouteValue
-
- CustomWrapperInputParameterLongValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of
long type.
- CustomWrapperInputParameterLongValue(String, Long) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLongValue
-
- CustomWrapperInputParameterOAuth20Authentication - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value of the OAuth 2.0 authentication returned by a CustomWrapperInputParameter
of HTTP
route type.
- CustomWrapperInputParameterOAuth20Authentication() - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Constructor.
- CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers - Enum in com.denodo.vdb.engine.customwrapper.input.value
-
Authentication method used by the authorization server.
- CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod - Enum in com.denodo.vdb.engine.customwrapper.input.value
-
Request signing method.
- CustomWrapperInputParameterRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of
route type.
- CustomWrapperInputParameterStringValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of
string type.
- CustomWrapperInputParameterStringValue(String, String) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterStringValue
-
- CustomWrapperInputParameterType - Class in com.denodo.vdb.engine.customwrapper.input.type
-
Represents the type of the CustomWrapperInputParameter
- CustomWrapperInputParameterType.Type - Enum in com.denodo.vdb.engine.customwrapper.input.type
-
- CustomWrapperInputParameterTypeFactory - Class in com.denodo.vdb.engine.customwrapper.input.type
-
Defines a factory API that provides the types for the
CustomWrapperInputParameter
.
- CustomWrapperInputParameterTypeFactory.RouteType - Enum in com.denodo.vdb.engine.customwrapper.input.type
-
Defines the supported route types.
- CustomWrapperInputParameterValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value of the CustomWrapperInputParameter
.
- CustomWrapperInputParameterVariableRouteValue - Class in com.denodo.vdb.engine.customwrapper.input.value
-
Defines the actual value returned by a CustomWrapperInputParameter
of
variable route type.
- CustomWrapperInputParameterVariableRouteValue(String, VariableRoute) - Constructor for class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterVariableRouteValue
-
- CustomWrapperNotCondition - Class in com.denodo.vdb.engine.customwrapper.condition
-
Defines a NOT condition in terms of an encapsulated condition:
NOT MY_CONDITION
- CustomWrapperNotCondition(CustomWrapperCondition) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
-
Creates a new NOT condition.
- CustomWrapperOrCondition - Class in com.denodo.vdb.engine.customwrapper.condition
-
Defines an OR condition in terms of a list of conditions:
CONDITION_1 OR CONDITION_2 OR ...
- CustomWrapperOrCondition(LinkedList<CustomWrapperCondition>) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperOrCondition
-
Creates a new OR condition.
- CustomWrapperOrderByExpression - Class in com.denodo.vdb.engine.customwrapper
-
An expression which indicates that the rows should be returned sorted in a
concrete order by a concrete field.
- CustomWrapperOrderByExpression(CustomWrapperFieldExpression, CustomWrapperOrderByExpression.ORDER) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression
-
- CustomWrapperOrderByExpression.ORDER - Enum in com.denodo.vdb.engine.customwrapper
-
Defines the order of the sorting.
- CustomWrapperPlan - Interface in com.denodo.vdb.engine.customwrapper
-
Defines methods to include information in the custom wrapper plan.
- CustomWrapperRegisterExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents a register in Custom Wrapper conditions.
- CustomWrapperRegisterExpression(List<CustomWrapperExpression>) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperRegisterExpression
-
Creates a register with a list of fields.
- CustomWrapperResult - Class in com.denodo.vdb.engine.customwrapper
-
Custom Wrappers use this class to return any data retrieved from their data source.
- CustomWrapperResult() - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
-
- CustomWrapperResult.CustomWrapperResultListener - Interface in com.denodo.vdb.engine.customwrapper
-
Do not implement this interface. For internal purposes only.
- CustomWrapperSchemaParameter - Class in com.denodo.vdb.engine.customwrapper
-
Defines a Custom Wrapper's schema parameter.
- CustomWrapperSchemaParameter(String, int, CustomWrapperSchemaParameter[], boolean, int, boolean, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Creates a schema parameter without any default property.
- CustomWrapperSchemaParameter(String, int, Integer, String, Integer, Integer, Map<String, String>, CustomWrapperSchemaParameter[], boolean, int, boolean, boolean, boolean) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Creates a schema parameter without any default property.
- CustomWrapperSchemaParameter(String, int, CustomWrapperSchemaParameter[]) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Creates a complex schema parameter with the following default properties:
- CustomWrapperSchemaParameter(String, int, Integer, String, Integer, Integer, Map<String, String>, CustomWrapperSchemaParameter[]) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Creates a complex schema parameter with the following default properties:
- CustomWrapperSchemaParameter(String, int) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Creates a simple schema parameter with the following default properties:
- CustomWrapperSchemaParameter(String, int, Integer, String, Integer, Integer, Map<String, String>) - Constructor for class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Creates a simple schema parameter with the following default properties:
- CustomWrapperSimpleCondition - Class in com.denodo.vdb.engine.customwrapper.condition
-
Defines a simple condition in terms of an expression (the left side of the
condition, usually a field's name), an operator and a list of expressions
(the right side of the condition).
- CustomWrapperSimpleCondition(CustomWrapperExpression, String, CustomWrapperExpression[]) - Constructor for class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
-
Creates a new simple condition.
- CustomWrapperSimpleExpression - Class in com.denodo.vdb.engine.customwrapper.expression
-
Represents a simple expression in Custom Wrapper conditions.
- CustomWrapperSimpleExpression(int, Object) - Constructor for class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
-
Creates a simple expression.
- CustomWrapperStruct - Class in com.denodo.vdb.engine.customwrapper.value
-
Implementation of java.sql.Struct
that represents the register value of
a complex CustomWrapperFieldExpression
.
- CustomWrapperStruct() - Constructor for class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
-
Users do not need to instantiate this class.
- CustomWrapperStruct(Object[]) - Constructor for class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
-
Users do not need to instantiate this class.
- getAccessToken() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the access token.
- getAccessTokenExpiryDate() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the expiry date of the access token.
- getAllowedOperators() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property allowedOperators
defines what operators are allowed
in the conditions passed to a Custom Wrapper.
- getAttribute(ObjectName, String) - Method in interface com.denodo.common.custom.policy.JmxConnection
-
Gets the value of a specific attribute of a named MBean.
- getAttributes(ObjectName, String[]) - Method in interface com.denodo.common.custom.policy.JmxConnection
-
Enables the values of several attributes of a named MBean.
- getAttributes() - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
-
- getAttributes(Map) - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
-
- getAuthenticationMethodOfAuthorizationServers() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the authentication method of the authorization servers.
- getCachedParameters() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
Returns the parameters created by this procedure when it was
created.
- getClientIdentifier() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the client identifier.
- getClientSecret() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the client secret.
- getColumnInfo() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
-
Obtains the schema of the procedure parameters.
- getColumns() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- getColumns() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Obtains the columns of the parameter.
- getComplexCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperConditionHolder
-
- getCondition() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
- getCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
-
- getCondition() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperConditionExpression
-
- getConditionMap() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperConditionHolder
-
- getConditionMap(boolean) - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperConditionHolder
-
- getConditions() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperAndCondition
-
- getConditions() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperOrCondition
-
- getConfiguration() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
-
By default, returns a CustomWrapperConfiguration
instance with
all the configuration parameters set to their default values.
- getConfiguration() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
-
Defines this Custom Wrapper's configuration based on several configurable properties
provided by the CustomWrapperConfiguration
class.
- getContent() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterVariableRouteValue
-
Returns the content of the variable used in the variable route.
- getCookies() - Method in interface com.denodo.common.custom.elements.CustomPageValue
-
Returns the cookies of the page.
- getCurrentDatabaseName() - Method in class com.denodo.common.custom.elements.QueryContext
-
Returns the name of the database where the query is executed
- getCurrentDatabaseName() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns the name of the database where the query is executed
- getCurrentUserName() - Method in class com.denodo.common.custom.elements.QueryContext
-
Returns the name of the user who executes the query
- getCurrentUserName() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns the name of the user who executes the query
- getCurrentUserRoles() - Method in class com.denodo.common.custom.elements.QueryContext
-
Returns the names of all the roles granted directly or indirectly to the user who executes the query.
Roles indirectly granted to the user are roles that have been granted to one of the roles of the user and not the
user itself.
- getCurrentUserRoles() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns the names of all the roles assigned to the user who executes the
query.
- getCustomWrapperPlan() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
-
Returns the CustomWrapperPlan
of the current wrapper execution.
- getDatabaseProperty(String) - Method in interface com.denodo.vdb.engine.storedprocedure.DatabaseEnvironment
-
Obtains a database property.
- getDescription() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Returns this input parameter's description
- getDescription() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
-
Returns the description of the procedure.
It cannot return null
.
- getDetailErrorMessage() - Method in exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
- getDirection() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Obtains the direction of the parameter, indicating if the value must
be provided or it is generated by the procedure.
- getElementName() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns the name of the element which is assigned the custom policy to
- getElementType() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns the type of the element which is assigned the custom policy to
- getEndTime() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
Obtains the time when the procedure finished its execution.
- getEnvironment() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- getException() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
Obtains the exception associated with the error occurred in the
execution.
- getExecutionPlan() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureResultSet
-
Obtains the execution plan of the procedure.
- getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperArrayExpression
-
- getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperConditionExpression
-
- getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
-
- getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
-
- getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
-
- getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperRegisterExpression
-
- getExpressionType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
-
- getExtraProperties() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- getField() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
-
- getField() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression
-
Returns the field that the rows should be sorted by.
- getFields() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperRegisterExpression
-
- getFieldsInQuery() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns the set of fields in the view or stored procedure involved in the query.
- getFilterType() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
- 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
- getLastURL() - Method in interface com.denodo.common.custom.elements.CustomPageValue
-
Returns the last URL accessed.
- getLastURLMethod() - Method in interface com.denodo.common.custom.elements.CustomPageValue
-
Returns the last method used to access the page.
- getLastURLPostParameters() - Method in interface com.denodo.common.custom.elements.CustomPageValue
-
Returns the POST parameters when the last method used in the http request
is POST.
- getLiteral() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
-
- getLogin() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
-
Returns the login used for authentication in the FTP server.
- getMBeanInfo(ObjectName) - Method in interface com.denodo.common.custom.policy.JmxConnection
-
This method discovers the attributes and operations that an MBean exposes
for management.
- getMessage() - Method in exception com.denodo.vdb.engine.customwrapper.CustomWrapperException
-
- getModifier() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
-
- getName() - Method in interface com.denodo.common.custom.elements.CustomArrayType
-
Method to obtain the name of the record type.
- getName() - Method in interface com.denodo.common.custom.elements.CustomRecordType
-
Method to obtain the name of the record type.
- getName() - Method in interface com.denodo.common.custom.elements.CustomRecordType.Property
-
Method to obtain the name of the property.
- getName() - Method in interface com.denodo.common.custom.elements.CustomRecordValue.Property
-
Method to obtain the name of the property.
- getName() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Returns this input parameter's name
- getName() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- getName() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
-
- getName() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
-
- getName() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
-
Returns the name of the CustomWrapperInputParameter
which this
value belongs to.
- getName() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
-
Returns the name of the stored procedure.
It cannot return null
.
- getName() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Obtains the name of the parameter.
- getNextFilter() - Method in class com.denodo.parser.connection.filter.ConnectionFilter
-
- getNumOfAffectedRows() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
Deprecated.
As of Denodo 5.5, this method is deprecated because its result is not used.
It will be removed in future versions of the Denodo Platform.
- getNumOfAffectedRows() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
-
Obtains the number of rows in the database which have been written,
deleted or modified.
- getNumOfTuples() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
Obtains the number of tuples returned by the procedure.
- getOAuth20Authentication() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Returns the OAuth 2.0 credentials in the HTTP route.
- getOperator() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
-
- getOrder() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression
-
Returns the order of the sorting.
- getOrderByExpressions() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
-
If the Custom Wrapper declares in the CustomWrapperConfiguration
that it supports orderBy delegations, it returns a List
with the
expressions in the ORDER BY clause delegated to the custom wrapper.
- getParameterClass() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
Obtains the Java class of this schema parameter according to its type.
- getParameters() - Method in class com.denodo.parser.connection.filter.ConnectionFilter
-
Returns the input parameters of the filter.
- getParameters() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionExpression
-
- getParameters() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
-
Obtains the stored procedure parameter description.
- getPassword() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
-
Returns the password used for authentication in the FTP server.
- getPath() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLocalRouteValue
-
Returns the path used in the local route.
- getPolicyCredentialsName() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns the name of the credential which is assigned the custom policy to
- getPolicyCredentialsType() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns the type of the credential which is assigned the custom policy to
- getPolicyType() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
Returns the action to be taken as a result of custom policy evaluation
- getPostBody() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Returns the POST body used in the HTTP route.
- getPostBodyMime() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Returns the MIME of the POST body used in the HTTP route.
- getProcedureResultSet() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- getProcedureResultSet() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedureExecutor
-
Obtains the execution result of the stored procedure.
- getProperties() - Method in interface com.denodo.common.custom.elements.CustomRecordType
-
This method returns all the properties contained in the record.
- getProperties() - Method in interface com.denodo.common.custom.elements.CustomRecordValue
-
- getProperty(String) - Method in interface com.denodo.common.custom.elements.CustomRecordValue
-
Returns the value of the given property.
- getProperty(String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns a textual representation of the value of a platform property
present in the context of the query.
- getPropertyType(String) - Method in interface com.denodo.common.custom.elements.CustomRecordType
-
Method to obtain the type of a field
- getProxyHost() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Returns the host of the proxy used in the HTTP route.
- getProxyPassword() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Returns the password used for authentication in the proxy of the HTTP
route.
- getProxyPort() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Returns the port of the proxy used in the HTTP route.
- getProxyUser() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Returns the user used for authentication in the proxy of the HTTP route.
- getQuery() - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns the running query
- getQueryContext() - Static method in class com.denodo.common.custom.elements.CustomElementsUtil
-
Returns context information about the query executing the function.
- getQueryParameter() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the name of the query parameter.
- getRecordType() - Method in interface com.denodo.common.custom.elements.CustomArrayType
-
Method to obtain the type of the array elements.
- getRefreshToken() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the refresh token.
- getRefreshTokenRequestExtraParameters() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the refresh token extra parameters.
- getRequestSigningMethod() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the request signing method.
- getResponseTime() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
Obtains the time when the procedure generated its first row of results.
- getRightExpression() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
-
- getRouteType() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
-
Returns the route type of the route value.
- getSchema() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
-
Returns the schema of this instance of the custom wrapper.
- getSchemaParameters(Map<String, String>) - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
-
Defines the schema of this Custom Wrapper.
- getSearchExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperContainsExpression
-
- getSensitiveFields() - Method in class com.denodo.common.custom.policy.CustomRestrictionPolicyValue
-
- getSequence() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDenodoBrowserRouteValue
-
Returns the sequence that is executed in the Denodo Browser.
- getSortableStatus() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- getSQLTypeName() - Method in class com.denodo.vdb.engine.customwrapper.value.CustomWrapperStruct
-
- getStartTime() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
Obtains the time when the procedure started its execution.
- getState() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
Obtains the state of the procedure execution.
- getStringRepresentation() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
-
- getSubFields() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFieldExpression
-
Deprecated.
This method is deprecated and it may be removed in future releases of the Denodo Platform.
- getTokenEndpointURL() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Gets the URL of the token endpoint.
- getType() - Method in interface com.denodo.common.custom.elements.CustomRecordType.Property
-
Method to obtain the type of the property.
- getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperAndCondition
-
- getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
-
- getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
-
- getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperOrCondition
-
- getType() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperSimpleCondition
-
- getType() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Returns this input parameter's type
- getType() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- getType() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
-
- getType() - Method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType
-
- getType() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Obtains the type of the parameter.
- getTypeDecimals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- getTypeName() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- getTypeRadix() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- getTypeSize() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- getURL() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
-
Returns the FTP URL
- getURL() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Returns the HTTP URL.
- getValue(int) - Method in interface com.denodo.common.custom.elements.CustomArrayValue
-
Returns the element at the specified position in this array.
- getValue(int) - Method in interface com.denodo.common.custom.elements.CustomGroupValue
-
Returns the value in the group at the specified position.
- getValue() - Method in interface com.denodo.common.custom.elements.CustomRecordValue.Property
-
Method to obtain the value of the record's property.
- getValue() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperSimpleExpression
-
- getValue() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
-
Returns a textual representation of the route value.
- getValue() - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
-
Returns the actual value of the CustomWrapperInputParameter
.
- getValues() - Method in interface com.denodo.common.custom.elements.CustomArrayValue
-
Obtains all the values in the array.
- getValues() - Method in interface com.denodo.common.custom.elements.CustomGroupValue
-
Returns all the values in the group.
- getValues() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperArrayExpression
-
- getValues() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperFunctionParameter
-
- getVariable(String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Returns a textual representation of the value of a user-defined variable
that is present in the context of the query.
- getVQLName() - Method in class com.denodo.parser.connection.filter.ConnectionFilter
-
- getVQLName() - Method in class com.denodo.parser.connection.filter.CustomConnectionFilter
-
- 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
-
Deprecated.
This method is deprecated and it may be removed in future releases of the Denodo Platform.
The value of the property delegateCompoundFieldProjections
defines whether a Custom Wrapper
can deal with projected compound fields (compound fields being fields with sub-fields).
- isDelegateLeftLiterals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateLeftLiterals
defines whether a Custom Wrapper
can deal with conditions with literals in their left side (as in 100 = FIELD
).
- isDelegateNotConditions() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateNotConditions
defines whether a Custom Wrapper
can deal with NOT conditions (as in WHERE NOT (F1 = 10)
in SQL
).
- isDelegateOrConditions() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateOrConditions
defines whether a Custom Wrapper
can deal with OR conditions (as in WHERE F1 = 10 OR F2 = 20
in SQL
).
- isDelegateOrderBy() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateOrderBy
defines whether a Custom Wrapper
can deal with 'order by' clauses.
- isDelegateProjections() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateProjections
defines whether a Custom Wrapper
can deal with projected fields.
- isDelegateRegisterLiterals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateRegisterLiterals
defines whether a Custom Wrapper
can deal with conditions containing registers (as in MY_REGISTER = ROW( 1, 'A' )
).
- isDelegateRightFields() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateRightFields
defines whether a Custom Wrapper
can deal with conditions with fields in their right side (as in FIELD1 = FIELD2
).
- isDelegateRightLiterals() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateRightFields
defines whether a Custom Wrapper
can deal with conditions with literals in their right side (as in FIELD1 = 100
).
- isEnvDependent() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Returns true
if the parameter is dependent on the environment false
otherwise.
- isFieldExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- isFunctionExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- isHidden() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Returns true
if the parameter is hidden false
otherwise.
- isIncompatibleWithQuery(String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Checks if the given condition is incompatible with the condition
specified on a query over the view affected by this policy
- isMandatory() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Returns true
if this input parameter is mandatory,
false
otherwise.
- isMandatory() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- isNotCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
-
- isNullable() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- isNullable() - Method in class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Determines if the parameter is nullable.
- isOrCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
-
- isRegistered(ObjectName) - Method in interface com.denodo.common.custom.policy.JmxConnection
-
Checks whether an MBean, identified by its object name, is already
registered with the MBean server.
- isRegisterExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- isSearchable() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- isSimpleCondition() - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
-
- isSimpleExpression() - Method in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- isUpdateable() - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- serialVersionUID - Static variable in exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
- setAccessToken(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets the access token.
- setAccessTokenExpiryDate(Calendar) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets the expiry date of the access token.
- setAllowedOperators(String[]) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property allowedOperators
defines what operators are allowed
in the conditions passed to a Custom Wrapper.
- setAuthenticationMethodOfAuthorizationServers(CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets the authentication method of the authorization servers.
- setClientIdentifier(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets the client identifier.
- setClientSecret(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets the client secret.
- setCondition(CustomWrapperCondition) - Method in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperNotCondition
-
Users do not need to use this method.
- setDelegateArrayLiterals(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateArrayLiterals
defines whether a Custom Wrapper
can deal with conditions containing arrays (as in MY_INT_ARRAY = { ROW( 1 ), ROW( 2 ) }
).
- setDelegateCompoundFieldProjections(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
Deprecated.
This method is deprecated and it may be removed in future releases of the Denodo Platform.
The value of the property delegateCompoundFieldProjections
defines whether a Custom Wrapper
can deal with projected compound fields (compound fields being fields with sub-fields).
- setDelegateLeftLiterals(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateLeftLiterals
defines whether a Custom Wrapper
can deal with conditions with literals in their left side (as in 100 = FIELD
).
- setDelegateNotConditions(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateNotConditions
defines whether a Custom Wrapper
can deal with NOT conditions (as in WHERE NOT (F1 = 10)
in SQL
).
- setDelegateOrConditions(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateOrConditions
defines whether a Custom Wrapper
can deal with OR conditions (as in WHERE F1 = 10 OR F2 = 20
in SQL
).
- setDelegateOrderBy(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateOrderBy
defines whether a Custom Wrapper
can deal with 'order by' clauses.
- setDelegateProjections(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateProjections
defines whether a Custom Wrapper
can deal with projected fields.
- setDelegateRegisterLiterals(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateRegisterLiterals
defines whether a Custom Wrapper
can deal with conditions containing registers (as in MY_REGISTER = ROW( 1, 'A' )
).
- setDelegateRightFields(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateRightFields
defines whether a Custom Wrapper
can deal with conditions with fields in their right side (as in FIELD1 = FIELD2
).
- setDelegateRightLiterals(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperConfiguration
-
The value of the property delegateRightFields
defines whether a Custom Wrapper
can deal with conditions with literals in their right side (as in FIELD1 = 100
).
- setDetailErrorMessage(String) - Method in exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
- setEnvDependent(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Sets whether this input parameter is dependent on the environment or not.
- setEnvironment(DatabaseEnvironment) - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- setEnvironment(DatabaseEnvironment) - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
-
- setExtraProperties(Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperSchemaParameter
-
- setHeaders(Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Sets the map with the HTTP headers used in the HTTP route.
- setHidden(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Sets whether this input parameter is hidden or not.
- setHttpAuthentication(String, String, String, CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Sets the authentication used in the HTTP server.
- setInputParameterValues(Map<String, CustomWrapperInputParameterValue>) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
-
Sets the input parameter values with type information.
- setListener(CustomWrapperResult.CustomWrapperResultListener) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperResult
-
Do not invoke this method. For internal purposes only.
- setLogin(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
-
Sets the login used for authentication in the FTP server.
- setMandatory(boolean) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Sets whether this input parameter is mandatory or not.
- setName(String) - Method in class com.denodo.vdb.engine.customwrapper.CustomWrapperInputParameter
-
Sets this input parameter's name
- setNextFilter(ConnectionFilter) - Method in class com.denodo.parser.connection.filter.ConnectionFilter
-
- setOAuth20Authentication(CustomWrapperInputParameterOAuth20Authentication) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Sets the OAuth 2.0 credentials in the HTTP route.
- setOrderByExpressions(List<CustomWrapperOrderByExpression>) - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
-
Sets the order by expressions when they are delegated to the source
- setParameters(HashMap<String, Object>) - Method in class com.denodo.parser.connection.filter.ConnectionFilter
-
- setPassword(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
-
Sets the password used for authentication in the FTP server.
- setPath(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterLocalRouteValue
-
Sets the path used in the local route.
- setPostBody(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Returns the POST body used in the HTTP route.
- setPostBodyMime(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Sets the MIME of the POST body used in the HTTP route.
- setProperty(String, Object) - Method in interface com.denodo.common.custom.elements.CustomRecordValue
-
Adds a new value to the record.
- setProperty(String, String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Sets the value of a platform property that is used in the context of the
query.
- setProxyAuthentication(String, String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Sets the authentication used in the proxy of the HTTP route
- setProxyConfiguration(String, int) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Sets the proxy configuration in the HTTP route
- setQueryParameter(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets que name of the query parameter.
- setRefreshToken(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets the refresh token.
- setRefreshTokenRequestExtraParameters(Map<String, String>) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets the refresh token extra parameters.
- setRequestSigningMethod(CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets the request signing method.
- setSequence(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterDenodoBrowserRouteValue
-
Sets the sequence that is executed in the Denodo Browser.
- setTokenEndpointURL(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication
-
Sets the URL of the token endpoint.
- setURL(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterFtpRouteValue
-
Sets the FTP URL
- setURL(String) - Method in class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue
-
Sets the HTTP URL.
- setVariable(String, String) - Method in interface com.denodo.common.custom.policy.CustomRestrictionPolicyContext
-
Sets the value of a user-defined variable in the context of the query.
- SIMPLE - Static variable in class com.denodo.vdb.engine.customwrapper.condition.CustomWrapperCondition
-
- SIMPLE_TYPE - Static variable in class com.denodo.vdb.engine.customwrapper.expression.CustomWrapperExpression
-
- size() - Method in interface com.denodo.common.custom.elements.CustomArrayValue
-
Method to obtain the length of the array.
- size() - Method in interface com.denodo.common.custom.elements.CustomGroupValue
-
Returns the number of values of the group value.
- size() - Method in interface com.denodo.common.custom.elements.CustomRecordType
-
Method to obtain the number of properties of the record type.
- size() - Method in interface com.denodo.common.custom.elements.CustomRecordValue
-
Returns the number of properties in the record value.
- stop() - Method in class com.denodo.vdb.engine.customwrapper.AbstractCustomWrapper
-
By default, does nothing and returns false
.
- stop() - Method in interface com.denodo.vdb.engine.customwrapper.CustomWrapper
-
Stops the execution of this Custom Wrapper.
- stop() - Method in class com.denodo.vdb.engine.storedprocedure.AbstractStoredProcedure
-
- stop() - Method in interface com.denodo.vdb.engine.storedprocedure.StoredProcedure
-
The Execution Engine invokes this method when a query involving the stored procedure is cancelled.
- STOPPED - Static variable in interface com.denodo.vdb.engine.storedprocedure.StoredProcedurePlan
-
The stored procedure execution has been stopped
- StoredProcedure - Interface in com.denodo.vdb.engine.storedprocedure
-
This interface defines a stored procedure.
- StoredProcedureException - Exception in com.denodo.vdb.engine.storedprocedure
-
Exception thrown by the methods of the stored procedure API.
- StoredProcedureException() - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
Creates a new StoredProcedureException.
- StoredProcedureException(String) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
Creates a new StoredProcedureException, with the specified message.
- StoredProcedureException(Throwable) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString())
- StoredProcedureException(String, Throwable) - Constructor for exception com.denodo.vdb.engine.storedprocedure.StoredProcedureException
-
Constructs a new exception with the specified detail message and
cause.
- StoredProcedureExecutor - Interface in com.denodo.vdb.engine.storedprocedure
-
This interface defines the methods used
to invoke a stored procedure and obtain its results.
- StoredProcedureParameter - Class in com.denodo.vdb.engine.storedprocedure
-
This class represents a parameter of a stored procedure.
- StoredProcedureParameter(String, int, int) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Creates a new StoredProcedureParameter.
- StoredProcedureParameter(String, int, int, boolean) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Creates a new StoredProcedureParameter.
- StoredProcedureParameter(String, int, int, StoredProcedureParameter[]) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Creates a new StoredProcedureParameter.
- StoredProcedureParameter(String, int, int, boolean, StoredProcedureParameter[]) - Constructor for class com.denodo.vdb.engine.storedprocedure.StoredProcedureParameter
-
Creates a new StoredProcedureParameter.
- StoredProcedurePlan - Interface in com.denodo.vdb.engine.storedprocedure
-
This interface defines the methods used to obtain information about the
execution of a stored procedure.
- StoredProcedureResultSet - Interface in com.denodo.vdb.engine.storedprocedure
-
This class encapsulates the results generated by a stored procedure.
- stringType() - Static method in class com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory
-
- 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.CustomRestrictionPolicyContext.CredentialsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.denodo.common.custom.annotations.CustomElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.CredentialsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.ElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyContext.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyFilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.common.custom.policy.CustomRestrictionPolicyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.CustomWrapperOrderByExpression.ORDER
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterType.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.type.CustomWrapperInputParameterTypeFactory.RouteType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHttpRouteValue.AUTHENTICATION
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.