All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.thunderz99.cosmos.condition.Expression Maven / Gradle / Ivy

There is a newer version: 0.7.11
Show newest version
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