- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for PreparedStatementUtil (0.34 seconds)
-
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}.Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 3.9K bytes - Click Count (0)