- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PreparedStatementUtil (0.14 sec)
-
src/main/java/org/codelibs/core/sql/PreparedStatementUtil.java
import org.codelibs.core.exception.SQLRuntimeException; /** * Utility class for {@link PreparedStatement}. * * @author higa */ public abstract class PreparedStatementUtil { /** * Do not instantiate. */ protected PreparedStatementUtil() { } /** * Executes the query. * * @param ps * {@link PreparedStatement}. Must not be {@literal null}.
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.9K bytes - Viewed (0)