Interface SQLExecutor.StatementSetter

All Superinterfaces:
com.landawn.abacus.util.Throwables.TriConsumer<com.landawn.abacus.util.ParsedSql,PreparedStatement,Object[],SQLException>
Enclosing class:
SQLExecutor

public static interface SQLExecutor.StatementSetter extends com.landawn.abacus.util.Throwables.TriConsumer<com.landawn.abacus.util.ParsedSql,PreparedStatement,Object[],SQLException>
Refer to http://landawn.com/introduction-to-jdbc.html about how to set parameters in java.sql.PreparedStatement
Author:
Haiyang Li