io.github.thunderz99.cosmos.condition.Expression Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-cosmos Show documentation
Show all versions of java-cosmos Show documentation
A lightweight Azure CosmosDB client for Java
package io.github.thunderz99.cosmos.condition;
import java.util.concurrent.atomic.AtomicInteger;
import io.github.thunderz99.cosmos.dto.CosmosSqlQuerySpec;
public interface Expression {
public CosmosSqlQuerySpec toQuerySpec(AtomicInteger paramIndex, String selectAlias);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy