internal JDBCClobWriter(JDBCClob clob, int start) // 0-based. { clob_ = clob; next_ = start + clob_.offset_; }
internal JDBCClobOutputStream(JDBCClob clob, int start) // 0-based. { clob_ = clob; next_ = start + clob_.offset_; }