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