Package org.duckdb
Class DuckDBResultSet.DuckDBBlobResult
java.lang.Object
org.duckdb.DuckDBResultSet.DuckDBBlobResult
- All Implemented Interfaces:
Blob
- Enclosing class:
- DuckDBResultSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfree()getBinaryStream(long pos, long length) byte[]getBytes(long pos, int length) inthashCode()longlength()longposition(byte[] pattern, long start) longsetBinaryStream(long pos) intsetBytes(long pos, byte[] bytes) intsetBytes(long pos, byte[] bytes, int offset, int len) toString()voidtruncate(long length)
-
Constructor Details
-
DuckDBBlobResult
-
-
Method Details
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceBlob
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceBlob
-
getBytes
- Specified by:
getBytesin interfaceBlob- Throws:
SQLException
-
position
- Specified by:
positionin interfaceBlob- Throws:
SQLException
-
position
- Specified by:
positionin interfaceBlob- Throws:
SQLException
-
length
public long length() -
free
public void free() -
setBinaryStream
- Specified by:
setBinaryStreamin interfaceBlob- Throws:
SQLException
-
truncate
- Specified by:
truncatein interfaceBlob- Throws:
SQLException
-
setBytes
- Specified by:
setBytesin interfaceBlob- Throws:
SQLException
-
setBytes
- Specified by:
setBytesin interfaceBlob- Throws:
SQLException
-
toString
-
equals
-
hashCode
public int hashCode()
-