Uses of Interface
me.hsgamer.hscore.database.client.sql.StatementBuilder.ResultSetConverter
-
Uses of StatementBuilder.ResultSetConverter in me.hsgamer.hscore.database.client.sql
Modifier and TypeMethodDescription<T> T
StatementBuilder.query
(StatementBuilder.ResultSetConverter<T> converter) Query the statement<T> List<T>
StatementBuilder.queryList
(StatementBuilder.ResultSetConverter<T> converter) Query the statement and return a listStatementBuilder.queryListSafe
(StatementBuilder.ResultSetConverter<T> converter) Query the statement and return a list but ignore the exception<T> Optional<T>
StatementBuilder.querySafe
(StatementBuilder.ResultSetConverter<T> converter) Query the statement but ignore the exception