Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.util |
Modifier and Type | Method and Description |
---|---|
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). |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static OleBlob |
OleBlob.Builder.fromInternalData(byte[] bytes) |
OleBlob |
OleBlob.Content.getBlob()
Returns the blob which owns this content.
|
OleBlob |
OleBlob.Builder.toBlob() |
Copyright © 2005–2024 OpenHMS. All rights reserved.