fun.langel.cql.datasource.support.EmptyDataSource Maven / Gradle / Ivy
The newest version!
package fun.langel.cql.datasource.support;
import fun.langel.cql.datasource.Connection;
/**
* @author [email protected](GuHan)
* @since 2021/10/20 2:48 下午
**/
public class EmptyDataSource extends JdbcDataSource {
@Override
public Connection getConnection() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy