public class SingleStoreBlob extends BlobImpl implements Blob, Serializable
| Constructor and Description |
|---|
SingleStoreBlob()
Creates an empty Blob.
|
SingleStoreBlob(byte[] bytes)
Creates a Blob with content.
|
SingleStoreBlob(byte[] bytes,
int offset,
int length)
Creates a Blob with content.
|
| Modifier and Type | Method and Description |
|---|---|
static SingleStoreBlob |
safeSingleStoreBlob(byte[] bytes,
int offset,
int length) |
equals, free, getBinaryStream, getBinaryStream, getBytes, hashCode, length, position, position, setBinaryStream, setBytes, setBytes, truncateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfree, getBinaryStream, getBinaryStream, getBytes, length, position, position, setBinaryStream, setBytes, setBytes, truncatepublic SingleStoreBlob()
public SingleStoreBlob(byte[] bytes)
bytes - the content for the Blob.public SingleStoreBlob(byte[] bytes,
int offset,
int length)
bytes - the content for the Blob.offset - offsetlength - lengthpublic static SingleStoreBlob safeSingleStoreBlob(byte[] bytes, int offset, int length)
Copyright © 2025 SingleStore. All rights reserved.