| Constructor and Description |
|---|
BLOB()
Empty (NULL) BLOB.
|
| Modifier and Type | Method and Description |
|---|---|
BLOB |
clone()
Returns a BLOB clone pointing at the same data page.
|
InputStream |
getInStream()
Returns a stream for data reading.
|
OutputStream |
getOutStream()
Returns a stream for data writing, at the same time dropping off current data from BLOB.
|
boolean |
isModified()
Whether BLOB data has been changed.
|
boolean |
isNull()
Whether current field accepts a value of
NULL. |
void |
setNull()
Resets BLOB to
NULL. |
int |
size()
Returns data size.
|
public BLOB clone()
public boolean isModified()
public InputStream getInStream()
public OutputStream getOutStream()
public boolean isNull()
NULL.public void setNull()
NULL.public int size()
Copyright © 2023 CURS. All rights reserved.