fun.langel.cql.datasource.Connection Maven / Gradle / Ivy
The newest version!
package fun.langel.cql.datasource;
/**
* @author [email protected](GuHan)
* @since 2022/8/7 06:00
**/
public interface Connection {
Session getSession();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy