com.beetle.framework.persistence.access.operator
类 CommonProcOperator
java.lang.Object
com.beetle.framework.persistence.access.operator.BaseOperator
com.beetle.framework.persistence.access.operator.ProcOperator
com.beetle.framework.persistence.access.operator.CommonProcOperator
public final class CommonProcOperator
- extends ProcOperator
Title: BeetleSoft Framework
Description: J2EE系统开发框架
Copyright: Copyright (c) 2003
Company: 甲壳虫软件
- 版本:
- 1.0
- 作者:
- 余浩东
| 从类 com.beetle.framework.persistence.access.operator.BaseOperator 继承的方法 |
access, addParameter, addParameter, closePresentConnection, getPresentConnection, getSql, isAccessed, isPresentConnectionUsable, isUseOnlyConnectionFlag, setDataSourceName, setPresentConnection, setSql, setUseOnlyConnectionFlag |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonProcOperator
public CommonProcOperator()
processResult
protected void processResult(java.sql.CallableStatement cs,
java.sql.ResultSet rs)
throws java.sql.SQLException
- 指定者:
- 类
ProcOperator 中的 processResult
- 抛出:
java.sql.SQLException
genCallString
protected java.lang.String genCallString()
- 指定者:
- 类
ProcOperator 中的 genCallString
setProcOutParameters
protected void setProcOutParameters(java.sql.CallableStatement cs,
int pos)
throws java.sql.SQLException
- 指定者:
- 类
ProcOperator 中的 setProcOutParameters
- 抛出:
java.sql.SQLException