kz.greetgo.security.session.jdbc.SelectFirstOrNull Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greetgo.security Show documentation
Show all versions of greetgo.security Show documentation
Security infrastructure used in greetgo!
package kz.greetgo.security.session.jdbc;
import kz.greetgo.db.ConnectionCallback;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.List;
public class SelectFirstOrNull implements ConnectionCallback {
private final String sql;
private final List