LibreOffice Module connectivity (master) 1
|
contains general column handling to create default columns and default sql statements. More...
#include <TColumnsHelper.hxx>
Public Member Functions | |
OColumnsHelper (::cppu::OWeakObject &_rParent, bool _bCase,::osl::Mutex &_rMutex, const ::std::vector< OUString > &_rVector, bool _bUseHardRef) | |
virtual | ~OColumnsHelper () override |
void | setParent (OTableHelper *_pTable) |
set the parent of the columns. More... | |
Public Member Functions inherited from connectivity::sdbcx::OCollection | |
virtual | ~OCollection () |
DECLARE_SERVICE_INFO () | |
void | reFill (const ::std::vector< OUString > &_rVector) |
bool | isCaseSensitive () const |
void | renameObject (const OUString &_sOldName, const OUString &_sNewName) |
virtual void | disposing () |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () 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::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 Index) override |
virtual css::uno::Any SAL_CALL | getByName (const OUString &aName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
virtual sal_Bool SAL_CALL | hasByName (const OUString &aName) override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
virtual void SAL_CALL | refresh () override |
virtual void SAL_CALL | addRefreshListener (const css::uno::Reference< css::util::XRefreshListener > &l) override |
virtual void SAL_CALL | removeRefreshListener (const css::uno::Reference< css::util::XRefreshListener > &l) override |
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | createDataDescriptor () override |
virtual void SAL_CALL | appendByDescriptor (const css::uno::Reference< css::beans::XPropertySet > &descriptor) override |
virtual void SAL_CALL | dropByName (const OUString &elementName) override |
virtual void SAL_CALL | dropByIndex (sal_Int32 index) override |
virtual sal_Int32 SAL_CALL | findColumn (const OUString &columnName) override |
virtual void SAL_CALL | addContainerListener (const css::uno::Reference< css::container::XContainerListener > &xListener) override |
virtual void SAL_CALL | removeContainerListener (const css::uno::Reference< css::container::XContainerListener > &xListener) override |
Public Member Functions inherited from cppu::ImplHelper10< class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7, class Ifc8, class Ifc9, class Ifc10 > | |
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 sdbcx::ObjectType | createObject (const OUString &_rName) override |
virtual void | impl_refresh () override |
virtual css::uno::Reference< css::beans::XPropertySet > | createDescriptor () override |
virtual sdbcx::ObjectType | appendObject (const OUString &_rForName, const css::uno::Reference< css::beans::XPropertySet > &descriptor) override |
appends an object described by a descriptor, under a given name More... | |
virtual void | dropObject (sal_Int32 _nPos, const OUString &_sElementName) override |
Protected Member Functions inherited from connectivity::sdbcx::OCollection | |
virtual void | impl_refresh ()=0 |
virtual ObjectType | createObject (const OUString &_rName)=0 |
virtual css::uno::Reference< css::beans::XPropertySet > | createDescriptor () |
virtual ObjectType | appendObject (const OUString &_rForName, const css::uno::Reference< css::beans::XPropertySet > &descriptor) |
appends an object described by a descriptor, under a given name More... | |
virtual void | dropObject (sal_Int32 _nPos, const OUString &_sElementName) |
virtual OUString | getNameForObject (const ObjectType &_xObject) |
returns the name for the object. More... | |
ObjectType | cloneDescriptor (const ObjectType &_descriptor) |
clones the given descriptor More... | |
OCollection (::cppu::OWeakObject &_rParent, bool _bCase, ::osl::Mutex &_rMutex, const ::std::vector< OUString > &_rVector, bool _bUseIndexOnly=false, bool _bUseHardRef=true) | |
void | clear_NoDispose () |
clear the name map More... | |
void | insertElement (const OUString &_sElementName, const ObjectType &_xElement) |
insert a new element into the collection More... | |
ObjectType | getObject (sal_Int32 _nIndex) |
return the object, if not existent it creates it. More... | |
Protected Member Functions inherited from cppu::ImplHelper10< class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5, class Ifc6, class Ifc7, class Ifc8, class Ifc9, class Ifc10 > | |
~ImplHelper10 () SAL_NOEXCEPT | |
Protected Attributes | |
OTableHelper * | m_pTable |
Protected Attributes inherited from connectivity::sdbcx::OCollection | |
::std::unique_ptr< IObjectCollection > | m_pElements |
::comphelper::OInterfaceContainerHelper3< css::container::XContainerListener > | m_aContainerListeners |
::comphelper::OInterfaceContainerHelper3< css::util::XRefreshListener > | m_aRefreshListeners |
::cppu::OWeakObject & | m_rParent |
::osl::Mutex & | m_rMutex |
bool | m_bUseIndexOnly |
Private Attributes | |
std::unique_ptr< OColumnsHelperImpl > | m_pImpl |
contains general column handling to create default columns and default sql statements.
Definition at line 33 of file TColumnsHelper.hxx.
OColumnsHelper::OColumnsHelper | ( | ::cppu::OWeakObject & | _rParent, |
bool | _bCase, | ||
::osl::Mutex & | _rMutex, | ||
const ::std::vector< OUString > & | _rVector, | ||
bool | _bUseHardRef | ||
) |
Definition at line 55 of file TColumnsHelper.cxx.
|
overridevirtual |
Definition at line 65 of file TColumnsHelper.cxx.
|
overrideprotectedvirtual |
appends an object described by a descriptor, under a given name
_rForName | is the name under which the object should be appended. Guaranteed to not be empty. This is passed for convenience only, since it's the result of a call of getNameForObject for the given descriptor |
descriptor | describes the object to append |
createObject( _rForName )
, or a clone of the descriptor. Reimplemented from connectivity::sdbcx::OCollection.
Definition at line 163 of file TColumnsHelper.cxx.
References connectivity::sdbcx::OCollection::cloneDescriptor(), dbtools::composeTableName(), createObject(), dbtools::createStandardColumnPart(), connectivity::OTableHelper::getConnection(), connectivity::OTableHelper::getTypeCreatePattern(), connectivity::sdbcx::ODescriptor::isNew(), m_pTable, and connectivity::sdbcx::OCollection::m_rMutex.
|
overrideprotectedvirtual |
Reimplemented from connectivity::sdbcx::OCollection.
Reimplemented in connectivity::firebird::Columns, connectivity::mysqlc::Columns, connectivity::hsqldb::OHSQLColumns, and connectivity::mysql::OMySQLColumns.
Definition at line 157 of file TColumnsHelper.cxx.
|
overrideprotectedvirtual |
Implements connectivity::sdbcx::OCollection.
Definition at line 70 of file TColumnsHelper.cxx.
References connectivity::ColumnDesc::aField6, bAutoIncrement, dbtools::collectColumnInformation(), dbtools::composeTableNameForSelect(), dbtools::createSDBCXColumn(), connectivity::OTableHelper::getColumnDescription(), connectivity::OTableHelper::getConnection(), dbtools::OPropertyMap::getNameByIndex(), dbtools::getPrimaryKeyColumns_throw(), connectivity::OMetaConnection::getPropMap(), connectivity::sdbcx::OCollection::isCaseSensitive(), m_pImpl, m_pTable, nDataType, connectivity::ColumnDesc::nField11, connectivity::ColumnDesc::nField5, connectivity::ColumnDesc::nField7, connectivity::ColumnDesc::nField9, PROPERTY_ID_CATALOGNAME, PROPERTY_ID_NAME, PROPERTY_ID_SCHEMANAME, sComposedName, connectivity::ColumnDesc::sField12, connectivity::ColumnDesc::sField13, and u.
Referenced by appendObject().
|
overrideprotectedvirtual |
Reimplemented from connectivity::sdbcx::OCollection.
Definition at line 186 of file TColumnsHelper.cxx.
References dbtools::composeTableName(), connectivity::OTableHelper::getConnection(), connectivity::sdbcx::ODescriptor::isNew(), m_pTable, and dbtools::quoteName().
|
overrideprotectedvirtual |
css::uno::RuntimeException |
Implements connectivity::sdbcx::OCollection.
Definition at line 148 of file TColumnsHelper.cxx.
References m_pImpl, m_pTable, and connectivity::OTableHelper::refreshColumns().
|
inline |
set the parent of the columns.
Can also be <NULL>.
_pTable | The parent. |
Definition at line 57 of file TColumnsHelper.hxx.
Referenced by connectivity::hsqldb::OHSQLTable::createColumns(), and connectivity::mysql::OMySQLTable::createColumns().
|
private |
Definition at line 35 of file TColumnsHelper.hxx.
Referenced by createObject(), and impl_refresh().
|
protected |
Definition at line 37 of file TColumnsHelper.hxx.
Referenced by appendObject(), createObject(), dropObject(), and impl_refresh().