Uses of Enum Class
com.veeva.vault.sdk.api.query.QueryEscapeOverride
Packages that use QueryEscapeOverride
Package
Description
This package provides interfaces to perform various operations using VQL queries and retrieve information from
query responses.
-
Uses of QueryEscapeOverride in com.veeva.vault.sdk.api.query
Methods in com.veeva.vault.sdk.api.query that return QueryEscapeOverrideModifier and TypeMethodDescriptionstatic QueryEscapeOverrideReturns the enum constant of this class with the specified name.static QueryEscapeOverride[]QueryEscapeOverride.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.veeva.vault.sdk.api.query with parameters of type QueryEscapeOverrideModifier and TypeMethodDescriptionQueryService.escapeValue(String value, QueryEscapeOverride... escapeOverrides) Escapes all VQL special characters in a string for use in a VQL statement.QueryCountRequest.Builder.withTokenRequest(TokenRequest tokenRequest, QueryEscapeOverride... escapeOverrides) Sets theTokenRequestandQueryEscapeOverride(s), replacing any previously setTokenRequestandQueryEscapeOverride(s).QueryExecutionRequest.Builder.withTokenRequest(TokenRequest tokenRequest, QueryEscapeOverride... escapeOverrides) Sets theTokenRequestandQueryEscapeOverride(s), replacing any previously setTokenRequestandQueryEscapeOverride(s).QueryValidationRequest.Builder.withTokenRequest(TokenRequest tokenRequest, QueryEscapeOverride... escapeOverrides) Sets theTokenRequestandQueryEscapeOverride(s), replacing any previously setTokenRequestandQueryEscapeOverride(s).