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

fun.langel.cql.resolve.DialectResolver Maven / Gradle / Ivy

The newest version!
package fun.langel.cql.resolve;


import fun.langel.cql.dialect.Dialect;

import java.util.List;

/**
 * @author [email protected](GuHan)
 * @since 2022/3/21 05:04
 **/
public interface DialectResolver {
    default Dialect resolve(IN statement) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy