db9010 / com.jovial.db9010 / GenericStatement / resultHandler

resultHandler

var resultHandler: ((Boolean, PreparedStatement) -> Unit)?

Handler that is called after executing the PreparedStatement. The first argument is the return value of PreparedStatement.execute(). Client code can set this to a different value in order to obtain the PreparedStatement and the return value of PreparedStatement.execute after it is called by Builder.run.