Uses of Interface
io.github.projectunified.craftdatabase.client.sql.StatementBuilder.ResultSetConverter
Packages that use StatementBuilder.ResultSetConverter
-
Uses of StatementBuilder.ResultSetConverter in io.github.projectunified.craftdatabase.client.sql
Methods in io.github.projectunified.craftdatabase.client.sql with parameters of type StatementBuilder.ResultSetConverterModifier and TypeMethodDescription<T> TStatementBuilder.query(StatementBuilder.ResultSetConverter<T> converter) Query the statement<T> List<T> StatementBuilder.queryList(StatementBuilder.ResultSetConverter<T> converter) Query the statement and return a list<T> List<T> StatementBuilder.queryListUnsafe(StatementBuilder.ResultSetConverter<T> converter) Query the statement and return a list<T> TStatementBuilder.queryUnsafe(StatementBuilder.ResultSetConverter<T> converter) Query the statement