|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OleBlob | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util | |
| Uses of OleBlob in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return OleBlob | |
|---|---|
OleBlob |
Row.getBlob(String name)
Convenience method which gets the value for the row with the given name, converting it to an OleBlob (DataTypes OLE). |
| Uses of OleBlob in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return OleBlob | |
|---|---|
static OleBlob |
OleUtil.createBlob(OleBlob.Builder oleBuilder)
Creates a new OlBlob instance using the given information. |
OleBlob |
RowImpl.getBlob(String name)
|
static OleBlob |
OleUtil.parseBlob(byte[] bytes)
Parses an access database blob structure and returns an appropriate OleBlob instance. |
| Uses of OleBlob in com.healthmarketscience.jackcess.util |
|---|
| Methods in com.healthmarketscience.jackcess.util that return OleBlob | |
|---|---|
static OleBlob |
OleBlob.Builder.fromInternalData(byte[] bytes)
|
OleBlob |
OleBlob.Content.getBlob()
Returns the blob which owns this content. |
OleBlob |
OleBlob.Builder.toBlob()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||