| Package | Description |
|---|---|
| com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
| Modifier and Type | Method and Description |
|---|---|
SqlParameter |
SqlParameter.setName(String name)
Sets the name of the parameter.
|
SqlParameter |
SqlParameter.setValue(Object value)
Sets the value of the parameter.
|
| Constructor and Description |
|---|
SqlQuerySpec(String queryText,
SqlParameter... parameters)
Initializes a new instance of the SqlQuerySpec class with the text of the
query and parameters.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.