public abstract class ProcedureCallback extends Object
| 构造器和说明 |
|---|
ProcedureCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProceRecord |
doInCallback(Connection conn,
String sql,
Object... objects) |
protected ProceRecord |
getResult(CallableStatement cstmt,
boolean executeResult) |
String |
parse(String sql) |
protected void |
registerInParameter() |
protected void |
registerOutParameter(String type,
String name) |
protected void registerInParameter()
public ProceRecord doInCallback(Connection conn, String sql, Object... objects) throws SQLException
SQLExceptionprotected ProceRecord getResult(CallableStatement cstmt, boolean executeResult) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.