summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/misc/NamedPreparedStatement.java
AgeCommit message (Collapse)Author
2025-12-08Checkpoint commit for NamedPreparedStatementBenjamin Culkin
The checkpoint is that I attempted to patch the version of NamedPreparedStatement I had to support building external batches. This... didn't really work right; though it initially appeared to do so. I am going to rewrite NamedPreparedStatement to actually properly support this functionality instead of half-arsing it
2025-12-07Add NamedPreparedStatementBenjamin Culkin
Adds a version of PreparedStatement that supports named parameter syntax.