![JAR search and dependency download from the Maven repository](/logo.png)
com.silentgo.orm.base.DBConnect Maven / Gradle / Ivy
package com.silentgo.orm.base;
import java.sql.Connection;
/**
* Project : silentgo
* com.silentgo.orm
*
* @author teddyzhu
*
* Created by teddyzhu on 16/9/13.
*/
public interface DBConnect {
public Connection getConnect();
public boolean close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy