io.github.sinri.keel.mysql.action.NamedActionInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Keel Show documentation
Show all versions of Keel Show documentation
A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.
The newest version!
package io.github.sinri.keel.mysql.action;
import io.github.sinri.keel.mysql.NamedMySQLConnection;
import javax.annotation.Nonnull;
/**
* @param
* @since 3.2.11
*/
public interface NamedActionInterface {
@Nonnull
C getNamedSqlConnection();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy