Class QueryAPIQuery<T>
java.lang.Object
com.djrapitops.plan.storage.database.queries.QueryAPIQuery<T>
- All Implemented Interfaces:
Query<T>
-
Constructor Summary
ConstructorsConstructorDescriptionQueryAPIQuery(String sql, QueryService.ThrowingFunction<PreparedStatement, T> performQuery) -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecuteQuery(SQLDB db) executeWithConnection(Connection connection) inthashCode()toString()
-
Constructor Details
-
QueryAPIQuery
-
-
Method Details
-
executeQuery
- Specified by:
executeQueryin interfaceQuery<T>
-
executeWithConnection
-
toString
-
equals
-
hashCode
-