Package com.clickhouse.jdbc
Class ClickHouseBlob
java.lang.Object
com.clickhouse.jdbc.ClickHouseBlob
- All Implemented Interfaces:
Blob
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfree()Deprecated.Deprecated.getBinaryStream(long pos, long length) Deprecated.byte[]getBytes(long pos, int length) Deprecated.longlength()Deprecated.longposition(byte[] pattern, long start) Deprecated.longDeprecated.setBinaryStream(long pos) Deprecated.intsetBytes(long pos, byte[] bytes) Deprecated.intsetBytes(long pos, byte[] bytes, int offset, int len) Deprecated.voidtruncate(long len) Deprecated.
-
Constructor Details
-
ClickHouseBlob
public ClickHouseBlob()Deprecated.
-
-
Method Details
-
length
Deprecated.- Specified by:
lengthin interfaceBlob- Throws:
SQLException
-
getBytes
Deprecated.- Specified by:
getBytesin interfaceBlob- Throws:
SQLException
-
getBinaryStream
Deprecated.- Specified by:
getBinaryStreamin interfaceBlob- Throws:
SQLException
-
position
Deprecated.- Specified by:
positionin interfaceBlob- Throws:
SQLException
-
position
Deprecated.- Specified by:
positionin interfaceBlob- Throws:
SQLException
-
setBytes
Deprecated.- Specified by:
setBytesin interfaceBlob- Throws:
SQLException
-
setBytes
Deprecated.- Specified by:
setBytesin interfaceBlob- Throws:
SQLException
-
setBinaryStream
Deprecated.- Specified by:
setBinaryStreamin interfaceBlob- Throws:
SQLException
-
truncate
Deprecated.- Specified by:
truncatein interfaceBlob- Throws:
SQLException
-
free
Deprecated.- Specified by:
freein interfaceBlob- Throws:
SQLException
-
getBinaryStream
Deprecated.- Specified by:
getBinaryStreamin interfaceBlob- Throws:
SQLException
-