comparison src/main/java/nl/cwi/monetdb/jdbc/MonetClob.java @ 102:08bc9009d190 embedded

Merged with default
author Pedro Ferreira <pedro.ferreira@monetdbsolutions.com>
date Fri, 13 Jan 2017 18:16:30 +0100 (2017-01-13)
parents 4bb4e988164d b9b35ca2eec2
children 60063c67f9e7
comparison
equal deleted inserted replaced
101:551093abca52 102:08bc9009d190
6 * Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V. 6 * Copyright 1997 - July 2008 CWI, August 2008 - 2017 MonetDB B.V.
7 */ 7 */
8 8
9 package nl.cwi.monetdb.jdbc; 9 package nl.cwi.monetdb.jdbc;
10 10
11 import java.sql.*;
12 import java.io.*; 11 import java.io.*;
12 import java.sql.Clob;
13 import java.sql.SQLException;
13 14
14 /** 15 /**
15 * The MonetClob class implements the {@link java.sql.Clob} interface. Because 16 * The MonetClob class implements the {@link java.sql.Clob} interface. Because
16 * MonetDB/SQL currently has no support for streams, this class is a 17 * MonetDB/SQL currently has no support for streams, this class is a
17 * shallow wrapper of a {@link StringBuilder}. It is more or less supplied to 18 * shallow wrapper of a {@link StringBuilder}. It is more or less supplied to