LibreOffice Module connectivity (master) 1
Public Member Functions | Private Attributes | List of all members
connectivity::odbc::OBoundParam Class Reference

#include <OBoundParam.hxx>

Public Member Functions

 OBoundParam ()
 
 ~OBoundParam ()
 
void * allocBindDataBuffer (sal_Int32 bufLen)
 
SQLLEN & getBindLengthBuffer ()
 
void setInputStream (const css::uno::Reference< css::io::XInputStream > &inputStream, sal_Int32 len)
 
void setSequence (const css::uno::Sequence< sal_Int8 > &_aSequence)
 
const css::uno::Reference< css::io::XInputStream > & getInputStream () const
 
sal_Int32 getInputStreamLen () const
 

Private Attributes

void * binaryData
 
SQLLEN paramLength
 
css::uno::Reference< css::io::XInputStream > paramInputStream
 
css::uno::Sequence< sal_Int8aSequence
 
sal_Int32 paramInputStreamLen
 

Detailed Description

Definition at line 28 of file OBoundParam.hxx.

Constructor & Destructor Documentation

◆ OBoundParam()

connectivity::odbc::OBoundParam::OBoundParam ( )
inline

Definition at line 32 of file OBoundParam.hxx.

◆ ~OBoundParam()

connectivity::odbc::OBoundParam::~OBoundParam ( )
inline

Definition at line 38 of file OBoundParam.hxx.

Member Function Documentation

◆ allocBindDataBuffer()

void * connectivity::odbc::OBoundParam::allocBindDataBuffer ( sal_Int32  bufLen)
inline

Definition at line 47 of file OBoundParam.hxx.

◆ getBindLengthBuffer()

SQLLEN & connectivity::odbc::OBoundParam::getBindLengthBuffer ( )
inline

Definition at line 63 of file OBoundParam.hxx.

◆ getInputStream()

const css::uno::Reference< css::io::XInputStream > & connectivity::odbc::OBoundParam::getInputStream ( ) const
inline

Definition at line 88 of file OBoundParam.hxx.

◆ getInputStreamLen()

sal_Int32 connectivity::odbc::OBoundParam::getInputStreamLen ( ) const
inline

Definition at line 97 of file OBoundParam.hxx.

◆ setInputStream()

void connectivity::odbc::OBoundParam::setInputStream ( const css::uno::Reference< css::io::XInputStream > &  inputStream,
sal_Int32  len 
)
inline

Definition at line 72 of file OBoundParam.hxx.

◆ setSequence()

void connectivity::odbc::OBoundParam::setSequence ( const css::uno::Sequence< sal_Int8 > &  _aSequence)
inline

Definition at line 79 of file OBoundParam.hxx.

Member Data Documentation

◆ aSequence

css::uno::Sequence< sal_Int8 > connectivity::odbc::OBoundParam::aSequence
private

Definition at line 117 of file OBoundParam.hxx.

◆ binaryData

void* connectivity::odbc::OBoundParam::binaryData
private

Definition at line 108 of file OBoundParam.hxx.

◆ paramInputStream

css::uno::Reference< css::io::XInputStream> connectivity::odbc::OBoundParam::paramInputStream
private

Definition at line 116 of file OBoundParam.hxx.

◆ paramInputStreamLen

sal_Int32 connectivity::odbc::OBoundParam::paramInputStreamLen
private

Definition at line 123 of file OBoundParam.hxx.

◆ paramLength

SQLLEN connectivity::odbc::OBoundParam::paramLength
private

Definition at line 111 of file OBoundParam.hxx.


The documentation for this class was generated from the following file: