Uses of Class
com.azure.data.cosmos.SqlParameterList
-
Packages that use SqlParameterList Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of SqlParameterList in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return SqlParameterList Modifier and Type Method Description SqlParameterList
SqlQuerySpec. parameters()
Gets the collection of query parameters.Methods in com.azure.data.cosmos with parameters of type SqlParameterList Modifier and Type Method Description SqlQuerySpec
SqlQuerySpec. parameters(SqlParameterList parameters)
Sets the collection of query parameters.Constructors in com.azure.data.cosmos with parameters of type SqlParameterList Constructor Description SqlQuerySpec(String queryText, SqlParameterList parameters)
Initializes a new instance of the SqlQuerySpec class with the text of the query and parameters.
-