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

com.silentgo.orm.base.DBConnect Maven / Gradle / Ivy

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