QuerySpecGenerator Interface
public interface QuerySpecGenerator
Interface of generating SqlQuerySpec
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Sql |
generateCosmos(CosmosQuery query)
Generate the Sql |
Method Details
generateCosmos
public abstract SqlQuerySpec generateCosmos(CosmosQuery query)
Generate the SqlQuerySpec for cosmosDB client.
Parameters:
query
- tree structured query condition.
Returns:
SqlQuerySpec executed by cosmos client.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java