Class QueryAPIQuery<T>
java.lang.Object
com.djrapitops.plan.storage.database.queries.QueryAPIQuery<T>
- All Implemented Interfaces:
Query<T>
-
Constructor Summary
ConstructorDescriptionQueryAPIQuery(String sql, QueryService.ThrowingFunction<PreparedStatement,T> performQuery)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
executeQuery(SQLDB db)
executeWithConnection(Connection connection)
int
hashCode()
toString()