public NClob callableStatement_getNClob(CallableStatementProxy statement, String parameterName) throws SQLException {
if (this.pos < filterSize) {
return nextFilter().callableStatement_getNClob(this, statement, parameterName);
}
NClob nclob = statement.getRawObject().getNClob(parameterName);
return wrap(statement.getConnectionProxy(), nclob);
}