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