Uses of Class
com.azure.cosmos.models.SqlParameter
Packages that use SqlParameter
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of SqlParameter in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return SqlParameterModifier and TypeMethodDescriptionSets the name of the parameter.Sets the value of the parameter.Methods in com.azure.cosmos.models that return types with arguments of type SqlParameterModifier and TypeMethodDescriptionSqlQuerySpec.getParameters()
Gets the container of query parameters.Method parameters in com.azure.cosmos.models with type arguments of type SqlParameterModifier and TypeMethodDescriptionSqlQuerySpec.setParameters
(List<SqlParameter> parameters) Sets the container of query parameters.Constructors in com.azure.cosmos.models with parameters of type SqlParameterModifierConstructorDescriptionSqlQuerySpec
(String queryText, SqlParameter... parameters) Initializes a new instance of the SqlQuerySpec class with the text of the query and parameters.Constructor parameters in com.azure.cosmos.models with type arguments of type SqlParameterModifierConstructorDescriptionSqlQuerySpec
(String queryText, List<SqlParameter> parameters) Initializes a new instance of the SqlQuerySpec class with the text of the query and parameters.