public abstract class PreparedStatementResultHandler extends Object
PreparedStatementResultHandler()
abstract void
execute(Object rowData, PreparedStatement pst, ResultSet rs)
Object
getResult()
void
setResult(Object result)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PreparedStatementResultHandler()
public abstract void execute(Object rowData, PreparedStatement pst, ResultSet rs) throws Exception
rowData
pst
rs
Exception
public void setResult(Object result)
public Object getResult()
Copyright © 2023. All rights reserved.