Uses of Class
com.azure.cosmos.models.SqlParameter
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of SqlParameter in com.azure.cosmos.models
Modifier and TypeMethodDescriptionSets the name of the parameter.Sets the value of the parameter.Modifier and TypeMethodDescriptionSqlQuerySpec.getParameters()
Gets the container of query parameters.Modifier and TypeMethodDescriptionSqlQuerySpec.setParameters
(List<SqlParameter> parameters) Sets the container of query parameters.ModifierConstructorDescriptionSqlQuerySpec
(String queryText, SqlParameter... parameters) Initializes a new instance of the SqlQuerySpec class with the text of the query and parameters.ModifierConstructorDescriptionSqlQuerySpec
(String queryText, List<SqlParameter> parameters) Initializes a new instance of the SqlQuerySpec class with the text of the query and parameters.