Package de.murmelmeister.library.database
package de.murmelmeister.library.database
-
ClassDescriptionThis class provides a thread-safe interface for managing database connections and executing SQL queries.A functional interface representing a database operation that executes a specific task using a provided
Connectionobject.Thread factory that marks created threads as daemon threads and assigns a readable name.Represents a functional interface intended to handle parameter mapping for aPreparedStatement.A functional interface for processing aResultSet.