| Package | Description |
|---|---|
| com.microsoft.azure.cosmosdb |
This package provides Java SDK Common Resources for Azure Cosmos DB.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SqlParameter> |
SqlParameterCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SqlParameterCollection.add(SqlParameter parameter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SqlParameterCollection.addAll(Collection<? extends SqlParameter> parameters) |
| Constructor and Description |
|---|
SqlParameterCollection(SqlParameter... parameters)
Initializes a new instance of the SqlParameterCollection class from an array of parameters.
|
| Constructor and Description |
|---|
SqlParameterCollection(Collection<SqlParameter> parameters)
Initializes a new instance of the SqlParameterCollection class from a collection of parameters.
|
Copyright © 2019. All rights reserved.