aBoundLC | cppu::OPropertySetHelper | protected |
acquire() noexcept override | connectivity::ado::OPreparedStatement | virtual |
addPropertiesChangeListener(const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
addPropertyChangeListener(const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
addVetoableChangeListener(const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
assignRecordSet(ADORecordset *_pRS) | connectivity::ado::OStatement_Base | protected |
aVetoableLC | cppu::OPropertySetHelper | protected |
cancel() override | connectivity::ado::OStatement_Base | virtual |
clearMyResultSet() | connectivity::ado::OStatement_Base | protected |
clearParameters() override | connectivity::ado::OPreparedStatement | virtual |
clearWarnings() override | connectivity::ado::OStatement_Base | virtual |
close() override | connectivity::ado::OPreparedStatement | virtual |
convertFastPropertyValue(css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override | connectivity::ado::OStatement_Base | protectedvirtual |
createArrayHelper() const override | connectivity::ado::OStatement_Base | protectedvirtual |
createPropertySetInfo(IPropertyArrayHelper &rProperties) | cppu::OPropertySetHelper | static |
DECLARE_SERVICE_INFO() | connectivity::ado::OPreparedStatement | |
disposeResultSet() | connectivity::ado::OStatement_Base | protected |
disposing() override | connectivity::ado::OPreparedStatement | virtual |
execute() override | connectivity::ado::OPreparedStatement | virtual |
execute(const OUString &sql) override | connectivity::ado::OPreparedStatement | virtual |
executeQuery() override | connectivity::ado::OPreparedStatement | virtual |
executeQuery(const OUString &sql) override | connectivity::ado::OPreparedStatement | virtual |
executeUpdate() override | connectivity::ado::OPreparedStatement | virtual |
executeUpdate(const OUString &sql) override | connectivity::ado::OPreparedStatement | virtual |
fire(sal_Int32 *pnHandles, const css::uno::Any *pNewValues, const css::uno::Any *pOldValues, sal_Int32 nCount, sal_Bool bVetoable) | cppu::OPropertySetHelper | protected |
firePropertiesChangeEvent(const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
getArrayHelper() | comphelper::OPropertyArrayUsageHelper< OStatement_Base > | |
getConnection() override | connectivity::ado::OPreparedStatement | virtual |
getCursorName() const | connectivity::ado::OStatement_Base | private |
getFastPropertyValue(css::uno::Any &rValue, sal_Int32 nHandle) const override | connectivity::ado::OStatement_Base | protectedvirtual |
cppu::OPropertySetHelper::getFastPropertyValue(sal_Int32 nHandle) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
getFetchDirection() | connectivity::ado::OStatement_Base | privatestatic |
getFetchSize() const | connectivity::ado::OStatement_Base | private |
getInfoHelper() override | connectivity::ado::OStatement_Base | protectedvirtual |
getMaxFieldSize() | connectivity::ado::OStatement_Base | privatestatic |
getMaxRows() const | connectivity::ado::OStatement_Base | private |
getMetaData() override | connectivity::ado::OPreparedStatement | virtual |
getMoreResults() override | connectivity::ado::OStatement_Base | virtual |
getPrecision(sal_Int32 sqlType) | connectivity::ado::OStatement_Base | protected |
getPropertySetInfo() override | connectivity::ado::OStatement_Base | virtual |
getPropertyValue(const ::rtl::OUString &aPropertyName) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
getPropertyValues(const css::uno::Sequence< ::rtl::OUString > &PropertyNames) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
getQueryTimeOut() const | connectivity::ado::OStatement_Base | private |
getResultSet() override | connectivity::ado::OStatement_Base | virtual |
getResultSetConcurrency() const | connectivity::ado::OStatement_Base | private |
getResultSetType() const | connectivity::ado::OStatement_Base | private |
getRowCount() | connectivity::ado::OStatement_Base | protected |
getTypes() override | connectivity::ado::OPreparedStatement | virtual |
getUpdateCount() override | connectivity::ado::OStatement_Base | virtual |
getWarnings() override | connectivity::ado::OStatement_Base | virtual |
impl_fireAll(sal_Int32 *i_handles, const css::uno::Any *i_newValues, const css::uno::Any *i_oldValues, sal_Int32 i_count) | cppu::OPropertySetHelper | private |
m_aBatchVector | connectivity::ado::OStatement_Base | protected |
m_aLastWarning | connectivity::ado::OStatement_Base | private |
m_aMutex | cppu::BaseMutex | protected |
m_aTypeInfo | connectivity::ado::OStatement_Base | protected |
m_Command | connectivity::ado::OStatement_Base | protected |
m_eCursorType | connectivity::ado::OStatement_Base | protected |
m_eLockType | connectivity::ado::OStatement_Base | protected |
m_nFetchSize | connectivity::ado::OStatement_Base | protected |
m_nMaxRows | connectivity::ado::OStatement_Base | protected |
m_Parameters | connectivity::ado::OStatement_Base | protected |
m_pConnection | connectivity::ado::OStatement_Base | protected |
m_pParameters | connectivity::ado::OPreparedStatement | protected |
m_pReserved | cppu::OPropertySetHelper | protected |
m_RecordsAffected | connectivity::ado::OStatement_Base | protected |
m_RecordSet | connectivity::ado::OStatement_Base | protected |
m_xMetaData | connectivity::ado::OPreparedStatement | protected |
m_xResultSet | connectivity::ado::OStatement_Base | protected |
operator=(const OPropertySetHelper &) SAL_DELETED_FUNCTION | cppu::OPropertySetHelper | private |
OPreparedStatement(OConnection *_pConnection, const OUString &sql) | connectivity::ado::OPreparedStatement | |
OPropertyArrayUsageHelper() | comphelper::OPropertyArrayUsageHelper< OStatement_Base > | |
OPropertySetHelper(OBroadcastHelper &rBHelper) | cppu::OPropertySetHelper | |
OPropertySetHelper(OBroadcastHelper &rBHelper, bool bIgnoreRuntimeExceptionsWhileFiring) | cppu::OPropertySetHelper | |
OPropertySetHelper(OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents, bool bIgnoreRuntimeExceptionsWhileFiring=false) | cppu::OPropertySetHelper | |
OPropertySetHelper(const OPropertySetHelper &) SAL_DELETED_FUNCTION | cppu::OPropertySetHelper | private |
OStatement_Base(OConnection *_pConnection) | connectivity::ado::OStatement_Base | |
queryInterface(const css::uno::Type &rType) override | connectivity::ado::OPreparedStatement | virtual |
rBHelper | cppu::OPropertySetHelper | protected |
release() noexcept override | connectivity::ado::OPreparedStatement | virtual |
removePropertiesChangeListener(const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
removePropertyChangeListener(const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
removeVetoableChangeListener(const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
replaceParameterNodeName(OSQLParseNode const *_pNode, const OUString &_sDefaultName, sal_Int32 &_nParameterCount) | connectivity::ado::OPreparedStatement | private |
reset() | connectivity::ado::OStatement_Base | protected |
s_nRefCount | comphelper::OPropertyArrayUsageHelper< OStatement_Base > | protectedstatic |
s_pProps | comphelper::OPropertyArrayUsageHelper< OStatement_Base > | protectedstatic |
setArray(sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XArray > &x) override | connectivity::ado::OPreparedStatement | virtual |
setBinaryStream(sal_Int32 parameterIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override | connectivity::ado::OPreparedStatement | virtual |
setBlob(sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XBlob > &x) override | connectivity::ado::OPreparedStatement | virtual |
setBoolean(sal_Int32 parameterIndex, sal_Bool x) override | connectivity::ado::OPreparedStatement | virtual |
setByte(sal_Int32 parameterIndex, sal_Int8 x) override | connectivity::ado::OPreparedStatement | virtual |
setBytes(sal_Int32 parameterIndex, const css::uno::Sequence< sal_Int8 > &x) override | connectivity::ado::OPreparedStatement | virtual |
setCharacterStream(sal_Int32 parameterIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override | connectivity::ado::OPreparedStatement | virtual |
setClob(sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XClob > &x) override | connectivity::ado::OPreparedStatement | virtual |
setCursorName(std::u16string_view _par0) | connectivity::ado::OStatement_Base | private |
setDate(sal_Int32 parameterIndex, const css::util::Date &x) override | connectivity::ado::OPreparedStatement | virtual |
setDependentFastPropertyValue(sal_Int32 i_handle, const css::uno::Any &i_value) | cppu::OPropertySetHelper | protected |
setDouble(sal_Int32 parameterIndex, double x) override | connectivity::ado::OPreparedStatement | virtual |
setFastPropertyValue(sal_Int32 nHandle, const css::uno::Any &rValue) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const css::uno::Any &rValue) override | connectivity::ado::OStatement_Base | protectedvirtual |
setFastPropertyValues(sal_Int32 nSeqLen, sal_Int32 *pHandles, const css::uno::Any *pValues, sal_Int32 nHitCount) | cppu::OPropertySetHelper | protected |
setFetchDirection(sal_Int32 _par0) | connectivity::ado::OStatement_Base | private |
setFetchSize(sal_Int32 _par0) | connectivity::ado::OStatement_Base | private |
setFloat(sal_Int32 parameterIndex, float x) override | connectivity::ado::OPreparedStatement | virtual |
setInt(sal_Int32 parameterIndex, sal_Int32 x) override | connectivity::ado::OPreparedStatement | virtual |
setLong(sal_Int32 parameterIndex, sal_Int64 x) override | connectivity::ado::OPreparedStatement | virtual |
setMaxFieldSize(sal_Int32 _par0) | connectivity::ado::OStatement_Base | private |
setMaxRows(sal_Int32 _par0) | connectivity::ado::OStatement_Base | private |
setNull(sal_Int32 parameterIndex, sal_Int32 sqlType) override | connectivity::ado::OPreparedStatement | virtual |
setObject(sal_Int32 parameterIndex, const css::uno::Any &x) override | connectivity::ado::OPreparedStatement | virtual |
setObjectNull(sal_Int32 parameterIndex, sal_Int32 sqlType, const OUString &typeName) override | connectivity::ado::OPreparedStatement | virtual |
setObjectWithInfo(sal_Int32 parameterIndex, const css::uno::Any &x, sal_Int32 targetSqlType, sal_Int32 scale) override | connectivity::ado::OPreparedStatement | virtual |
setParameter(sal_Int32 parameterIndex, const DataTypeEnum &_eType, sal_Int32 _nSize, const OLEVariant &Val) | connectivity::ado::OPreparedStatement | private |
setPropertyValue(const ::rtl::OUString &rPropertyName, const css::uno::Any &aValue) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
setPropertyValues(const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Sequence< css::uno::Any > &Values) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
setQueryTimeOut(sal_Int32 _par0) | connectivity::ado::OStatement_Base | private |
setRef(sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XRef > &x) override | connectivity::ado::OPreparedStatement | virtual |
setResultSetConcurrency(sal_Int32 _par0) | connectivity::ado::OStatement_Base | private |
setResultSetType(sal_Int32 _par0) | connectivity::ado::OStatement_Base | private |
setShort(sal_Int32 parameterIndex, sal_Int16 x) override | connectivity::ado::OPreparedStatement | virtual |
setString(sal_Int32 parameterIndex, const OUString &x) override | connectivity::ado::OPreparedStatement | virtual |
setTime(sal_Int32 parameterIndex, const css::util::Time &x) override | connectivity::ado::OPreparedStatement | virtual |
setTimestamp(sal_Int32 parameterIndex, const css::util::DateTime &x) override | connectivity::ado::OPreparedStatement | virtual |
setWarning(const css::sdbc::SQLWarning &ex) | connectivity::ado::OStatement_Base | protected |
theMutex() | comphelper::OPropertyArrayUsageHelper< OStatement_Base > | protectedstatic |
~OPreparedStatement() override | connectivity::ado::OPreparedStatement | protectedvirtual |
~OPropertyArrayUsageHelper() | comphelper::OPropertyArrayUsageHelper< OStatement_Base > | virtual |
~OPropertySetHelper() | cppu::OPropertySetHelper | protected |