Uses of Interface
io.github.pigaut.sql.database.statement.QueryReader
Packages that use QueryReader
Package
Description
-
Uses of QueryReader in io.github.pigaut.sql
Methods in io.github.pigaut.sql with parameters of type QueryReaderModifier and TypeMethodDescriptionvoidDatabase.executeQuery(String sql, QueryReader reader)Executes an SQL query and processes the results using a QueryReader.voidDatabaseStatement.executeQuery(QueryReader reader)Executes a query SQL statement and processes the results with a QueryReader.voidDatabase.executeRowQuery(String sql, QueryReader reader)Executes an SQL query and processes the results using a QueryReader.voidDatabaseStatement.fetchAllRows(QueryReader reader)Fetches all rows from the result set.voidDatabaseStatement.fetchRow(QueryReader reader)Fetches the first row from the result set. -
Uses of QueryReader in io.github.pigaut.sql.database
Methods in io.github.pigaut.sql.database with parameters of type QueryReaderModifier and TypeMethodDescriptionvoidFileDatabase.executeQuery(String sql, QueryReader reader)voidFileDatabase.executeRowQuery(String sql, QueryReader reader) -
Uses of QueryReader in io.github.pigaut.sql.database.statement
Methods in io.github.pigaut.sql.database.statement with parameters of type QueryReaderModifier and TypeMethodDescriptionvoidSimpleDatabaseStatement.executeQuery(QueryReader reader)voidSimpleDatabaseStatement.fetchAllRows(QueryReader reader)voidSimpleDatabaseStatement.fetchRow(QueryReader reader)