LibreOffice Module connectivity (master) 1
Public Member Functions | Protected Member Functions | List of all members
connectivity::dbase::ODbaseStatement Class Reference

#include <DStatement.hxx>

Inheritance diagram for connectivity::dbase::ODbaseStatement:
[legend]
Collaboration diagram for connectivity::dbase::ODbaseStatement:
[legend]

Public Member Functions

 ODbaseStatement (file::OConnection *_pConnection)
 
 DECLARE_SERVICE_INFO ()
 
- Public Member Functions inherited from connectivity::file::OStatement
 OStatement (OConnection *_pConnection)
 
 DECLARE_SERVICE_INFO ()
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) override
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Reference< css::sdbc::XResultSet > SAL_CALL executeQuery (const OUString &sql) override
 
virtual sal_Int32 SAL_CALL executeUpdate (const OUString &sql) override
 
virtual sal_Bool SAL_CALL execute (const OUString &sql) override
 
virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL getConnection () override
 
- Public Member Functions inherited from connectivity::file::OStatement_BASE2
 OStatement_BASE2 (OConnection *_pConnection)
 
virtual void SAL_CALL disposing () override
 
virtual void SAL_CALL release () noexcept override
 
- Public Member Functions inherited from connectivity::file::OStatement_Base
connectivity::OSQLParseNodegetParseTree () const
 
 OStatement_Base (OConnection *_pConnection)
 
OConnectiongetOwnConnection () const
 
virtual void construct (const OUString &sql)
 
virtual void SAL_CALL disposing () override
 
virtual void SAL_CALL acquire () noexcept override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo () override
 
virtual css::uno::Any SAL_CALL getWarnings () override
 
virtual void SAL_CALL clearWarnings () override
 
virtual void SAL_CALL cancel () override
 
virtual void SAL_CALL close () override
 
- Public Member Functions inherited from comphelper::OPropertyContainer
virtual ~OPropertyContainer ()
 
- Public Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OStatement_Base >
 OPropertyArrayUsageHelper ()
 
virtual ~OPropertyArrayUsageHelper ()
 
::cppu::IPropertyArrayHelpergetArrayHelper ()
 
- Public Member Functions inherited from cppu::ImplHelper2< class Ifc1, class Ifc2 >
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () SAL_OVERRIDE
 

Protected Member Functions

virtual rtl::Reference< file::OResultSetcreateResultSet () override
 
virtual rtl::Reference< OResultSetcreateResultSet () override
 
- Protected Member Functions inherited from connectivity::file::OStatement_Base
void createColumnMapping ()
 
void analyzeSQL ()
 
void setOrderbyColumn (connectivity::OSQLParseNode const *pColumnRef, connectivity::OSQLParseNode const *pAscendingDescending)
 
virtual void initializeResultSet (OResultSet *_pResult)
 
void closeResultSet ()
 
void disposeResultSet ()
 
void GetAssignValues ()
 
void SetAssignValue (const OUString &aColumnName, const OUString &aValue, bool bSetNull=false, sal_uInt32 nParameter=SQL_NO_PARAMETER)
 
void ParseAssignValues (const std::vector< OUString > &aColumnNameList, connectivity::OSQLParseNode *pRow_Value_Constructor_Elem, sal_Int32 nIndex)
 
virtual void parseParamterElem (const OUString &_sColumnName, OSQLParseNode *pRow_Value_Constructor_Elem)
 
virtual rtl::Reference< OResultSetcreateResultSet ()=0
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const override
 
virtual ::cppu::IPropertyArrayHelper &SAL_CALL getInfoHelper () override
 
virtual ~OStatement_Base () override
 
- Protected Member Functions inherited from comphelper::OPropertyContainer
 OPropertyContainer (::cppu::OBroadcastHelper &_rBHelper)
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue) override
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const override
 
virtual css::uno::Any SAL_CALL getFastPropertyValue (sal_Int32 nHandle) override final
 
virtual void getFastPropertyValue (std::unique_lock< std::mutex > &rGuard, css::uno::Any &rValue, sal_Int32 nHandle) const =0
 
virtual void SAL_CALL setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) override final
 
- Protected Member Functions inherited from comphelper::OPropertyContainerHelper
 OPropertyContainerHelper ()
 
 ~OPropertyContainerHelper ()
 
void registerProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, void *_pPointerToMember, const css::uno::Type &_rMemberType)
 
void registerMayBeVoidProperty (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, css::uno::Any *_pPointerToMember, const css::uno::Type &_rExpectedType)
 
void registerPropertyNoMember (const OUString &_rName, sal_Int32 _nHandle, sal_Int32 _nAttributes, const css::uno::Type &_rType, css::uno::Any const &_pInitialValue)
 
void revokeProperty (sal_Int32 _nHandle)
 
bool isRegisteredProperty (sal_Int32 _nHandle) const
 
bool isRegisteredProperty (const OUString &_rName) const
 
bool convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)
 
void setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue)
 
void getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const
 
void describeProperties (css::uno::Sequence< css::beans::Property > &_rProps) const
 
const css::beans::Property & getProperty (const OUString &_rName) const
 
virtual ::cppu::IPropertyArrayHelpercreateArrayHelper () const =0
 
- Protected Member Functions inherited from cppu::ImplHelper2< class Ifc1, class Ifc2 >
 ~ImplHelper2 () SAL_NOEXCEPT
 

Additional Inherited Members

- Static Protected Member Functions inherited from comphelper::OPropertyContainer
static css::uno::Sequence< css::uno::Type > getBaseTypes ()
 
- Static Protected Member Functions inherited from comphelper::OPropertyArrayUsageHelper< OStatement_Base >
static std::mutextheMutex ()
 
- Protected Attributes inherited from connectivity::file::OStatement_Base
std::vector< sal_Int32 > m_aColMapping
 
std::vector< sal_Int32 > m_aParameterIndexes
 
std::vector< sal_Int32 > m_aOrderbyColumnNumber
 
std::vector< TAscendingOrderm_aOrderbyAscending
 
css::sdbc::SQLWarning m_aLastWarning
 
css::uno::WeakReference< css::sdbc::XResultSet > m_xResultSet
 
css::uno::Reference< css::sdbc::XDatabaseMetaData > m_xDBMetaData
 
css::uno::Reference< css::container::XNameAccess > m_xColNames
 
connectivity::OSQLParser m_aParser
 
connectivity::OSQLParseTreeIterator m_aSQLIterator
 
rtl::Reference< OConnectionm_pConnection
 
connectivity::OSQLParseNodem_pParseTree
 
std::unique_ptr< OSQLAnalyzerm_pSQLAnalyzer
 
rtl::Reference< OFileTablem_pTable
 
OValueRefRow m_aSelectRow
 
OValueRefRow m_aRow
 
OValueRefRow m_aEvaluateRow
 
ORefAssignValues m_aAssignValues
 
OUString m_aCursorName
 
sal_Int32 m_nMaxFieldSize
 
sal_Int32 m_nMaxRows
 
sal_Int32 m_nQueryTimeOut
 
sal_Int32 m_nFetchSize
 
sal_Int32 m_nResultSetType
 
sal_Int32 m_nFetchDirection
 
sal_Int32 m_nResultSetConcurrency
 
bool m_bEscapeProcessing
 
- Protected Attributes inherited from cppu::BaseMutex
mutable::osl::Mutex m_aMutex
 
- Static Protected Attributes inherited from comphelper::OPropertyArrayUsageHelper< OStatement_Base >
static sal_Int32 s_nRefCount
 
::cppu::IPropertyArrayHelpers_pProps
 

Detailed Description

Definition at line 27 of file DStatement.hxx.

Constructor & Destructor Documentation

◆ ODbaseStatement()

connectivity::dbase::ODbaseStatement::ODbaseStatement ( file::OConnection _pConnection)
inline

Definition at line 32 of file DStatement.hxx.

Member Function Documentation

◆ createResultSet()

rtl::Reference< OResultSet > ODbaseStatement::createResultSet ( )
overrideprotectedvirtual

Reimplemented from connectivity::file::OStatement.

Definition at line 28 of file DStatement.cxx.

References connectivity::file::OStatement_Base::m_aSQLIterator.

◆ DECLARE_SERVICE_INFO()

connectivity::dbase::ODbaseStatement::DECLARE_SERVICE_INFO ( )

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