LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwDSParam Struct Reference

#include <dbmgr.hxx>

Inheritance diagram for SwDSParam:
[legend]
Collaboration diagram for SwDSParam:
[legend]

Public Member Functions

 SwDSParam (const SwDBData &rData)
 
 SwDSParam (const SwDBData &rData, css::uno::Reference< css::sdbc::XResultSet > xResSet, const css::uno::Sequence< css::uno::Any > &rSelection)
 
bool HasValidRecord () const
 
- Public Member Functions inherited from SwDBData
 SwDBData ()
 
void dumpAsXml (xmlTextWriterPtr pWriter) const
 
bool operator!= (const SwDBData &rCmp) const
 
bool operator== (const SwDBData &rCmp) const
 

Public Attributes

css::util::Date aNullDate
 
css::uno::Reference< css::util::XNumberFormatter > xFormatter
 
css::uno::Reference< css::sdbc::XConnection > xConnection
 
css::uno::Reference< css::sdbc::XStatement > xStatement
 
css::uno::Reference< css::sdbc::XResultSet > xResultSet
 
css::uno::Sequence< css::uno::Any > aSelection
 
bool bScrollable
 
bool bEndOfDB
 
tools::Long nSelectionIndex
 
- Public Attributes inherited from SwDBData
OUString sDataSource
 
OUString sCommand
 
sal_Int32 nCommandType
 

Detailed Description

Definition at line 102 of file dbmgr.hxx.

Constructor & Destructor Documentation

◆ SwDSParam() [1/2]

SwDSParam::SwDSParam ( const SwDBData rData)
inline

Definition at line 115 of file dbmgr.hxx.

◆ SwDSParam() [2/2]

SwDSParam::SwDSParam ( const SwDBData rData,
css::uno::Reference< css::sdbc::XResultSet >  xResSet,
const css::uno::Sequence< css::uno::Any > &  rSelection 
)
inline

Definition at line 122 of file dbmgr.hxx.

Member Function Documentation

◆ HasValidRecord()

bool SwDSParam::HasValidRecord ( ) const
inline

Definition at line 133 of file dbmgr.hxx.

References bEndOfDB, and xResultSet.

Referenced by SwDBManager::GetColumnCnt(), and lcl_ToNextRecord().

Member Data Documentation

◆ aNullDate

css::util::Date SwDSParam::aNullDate

Definition at line 104 of file dbmgr.hxx.

Referenced by lcl_GetColumnCnt(), and lcl_InitNumberFormatter().

◆ aSelection

css::uno::Sequence< css::uno::Any > SwDSParam::aSelection

◆ bEndOfDB

bool SwDSParam::bEndOfDB

◆ bScrollable

bool SwDSParam::bScrollable

Definition at line 111 of file dbmgr.hxx.

Referenced by lcl_MoveAbsolute(), and SwDBManager::OpenDataSource().

◆ nSelectionIndex

tools::Long SwDSParam::nSelectionIndex

◆ xConnection

css::uno::Reference< css::sdbc::XConnection> SwDSParam::xConnection

◆ xFormatter

css::uno::Reference<css::util::XNumberFormatter> SwDSParam::xFormatter

Definition at line 106 of file dbmgr.hxx.

Referenced by lcl_GetColumnCnt(), and lcl_InitNumberFormatter().

◆ xResultSet

css::uno::Reference< css::sdbc::XResultSet> SwDSParam::xResultSet

◆ xStatement

css::uno::Reference< css::sdbc::XStatement> SwDSParam::xStatement

Definition at line 108 of file dbmgr.hxx.

Referenced by SwDBManager::OpenDataSource().


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