Constructor and Description |
---|
QueryAPIQuery(java.lang.String sql,
QueryService.ThrowingFunction<java.sql.PreparedStatement,T> performQuery) |
Modifier and Type | Method and Description |
---|---|
T |
executeQuery(SQLDB db) |
public QueryAPIQuery(java.lang.String sql, QueryService.ThrowingFunction<java.sql.PreparedStatement,T> performQuery)
public T executeQuery(SQLDB db)
executeQuery
in interface Query<T>