CallableStatement.java 文件源码

java
阅读 28 收藏 0 点赞 0 评论 0

项目:lams 作者:
/**
 * @see java.sql.CallableStatement#getClob(java.lang.String)
 */
public Clob getClob(String parameterName) throws SQLException {
    synchronized (checkClosed().getConnectionMutex()) {
        ResultSetInternalMethods rs = getOutputParameters(0); // definitely not going to be from ?=

        Clob retValue = rs.getClob(fixParameterName(parameterName));

        this.outputParamWasNull = rs.wasNull();

        return retValue;
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号