@FunctionalInterface public interface PreparedStatementCallback<T>
Modifier and Type | Method and Description |
---|---|
T |
doInPreparedStatement(PreparedStatement ps) |
T doInPreparedStatement(PreparedStatement ps) throws SQLException
SQLException
Copyright © 2020. All rights reserved.