#include <BlobHelper.hxx>
|
virtual ::sal_Int64 SAL_CALL | length () override |
|
virtual css::uno::Sequence< ::sal_Int8 > SAL_CALL | getBytes (::sal_Int64 pos, ::sal_Int32 length) override |
|
virtual css::uno::Reference< css::io::XInputStream > SAL_CALL | getBinaryStream () override |
|
virtual ::sal_Int64 SAL_CALL | position (const css::uno::Sequence< ::sal_Int8 > &pattern, ::sal_Int64 start) override |
|
virtual ::sal_Int64 SAL_CALL | positionOfBlob (const css::uno::Reference< css::sdbc::XBlob > &pattern, ::sal_Int64 start) override |
|
Definition at line 27 of file BlobHelper.hxx.
◆ BlobHelper()
BlobHelper::BlobHelper |
( |
const css::uno::Sequence< sal_Int8 > & |
_val | ) |
|
◆ getBinaryStream()
css::uno::Reference< css::io::XInputStream > SAL_CALL BlobHelper::getBinaryStream |
( |
| ) |
|
|
overrideprivatevirtual |
◆ getBytes()
css::uno::Sequence<::sal_Int8 > SAL_CALL BlobHelper::getBytes |
( |
::sal_Int64 |
pos, |
|
|
::sal_Int32 |
length |
|
) |
| |
|
overrideprivatevirtual |
◆ length()
sal_Int64 SAL_CALL BlobHelper::length |
( |
| ) |
|
|
overrideprivate |
◆ position()
sal_Int64 SAL_CALL BlobHelper::position |
( |
const css::uno::Sequence< ::sal_Int8 > & |
pattern, |
|
|
::sal_Int64 |
start |
|
) |
| |
|
overrideprivate |
◆ positionOfBlob()
sal_Int64 SAL_CALL BlobHelper::positionOfBlob |
( |
const css::uno::Reference< css::sdbc::XBlob > & |
pattern, |
|
|
::sal_Int64 |
start |
|
) |
| |
|
overrideprivate |
◆ m_aValue
css::uno::Sequence< sal_Int8 > connectivity::BlobHelper::m_aValue |
|
private |
The documentation for this class was generated from the following files: