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