@Immutable public final class VoidHandler extends Object implements JdbcSession.Handler<Void>
null).
Useful handler when you're not interested in the result:
new JdbcSession(source)
.sql("INSERT INTO foo (name) VALUES (?)")
.set("Jeff Lebowski")
.insert(new VoidHandler());| Constructor and Description |
|---|
VoidHandler() |
Copyright © 2012-2013 jcabi.com. All Rights Reserved.