Both SQLServerClob and SQLServerBlob have deprecated public constructors. They are not used by the driver itself. I assume they are there to avoid breaking clients. I assume Connection#createClob and Connection#createBlob should be used instead. If that's true then it would be nice if this was documented in an @deprecated Javadoc tag and possibly in some kind of versioning policy on when the constructors will be removed.
Both
SQLServerClobandSQLServerBlobhave deprecated public constructors. They are not used by the driver itself. I assume they are there to avoid breaking clients. I assumeConnection#createClobandConnection#createBlobshould be used instead. If that's true then it would be nice if this was documented in an@deprecatedJavadoc tag and possibly in some kind of versioning policy on when the constructors will be removed.