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

kz.greetgo.db.Jdbc Maven / Gradle / Ivy

The newest version!
package kz.greetgo.db;

/**
 * Getting access to DB using JDBC protocol.
 */
public interface Jdbc {
  /**
   * DB access evaluating method
   *
   * @param connectionCallback it is realize code to access to DB
   * @param                 returning type
   * @return returning value returned by connectionCallback
   */
   T execute(ConnectionCallback connectionCallback);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy