aBoundLC | cppu::OPropertySetHelper | protected |
acquire() noexcept override | connectivity::firebird::OPreparedStatement | virtual |
addBatch() override | connectivity::firebird::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 |
aVetoableLC | cppu::OPropertySetHelper | protected |
cancel() override | connectivity::firebird::OStatementCommonBase | virtual |
checkParameterIndex(sal_Int32 nParameterIndex) | connectivity::firebird::OPreparedStatement | protected |
clearBatch() override | connectivity::firebird::OPreparedStatement | virtual |
clearParameters() override | connectivity::firebird::OPreparedStatement | virtual |
clearWarnings() override | connectivity::firebird::OStatementCommonBase | virtual |
close() override | connectivity::firebird::OPreparedStatement | virtual |
closeBlobAfterWriting(isc_blob_handle &rBlobHandle) | connectivity::firebird::OPreparedStatement | protected |
convertFastPropertyValue(css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue) override | connectivity::firebird::OStatementCommonBase | protectedvirtual |
createArrayHelper() const override | connectivity::firebird::OStatementCommonBase | protectedvirtual |
createPropertySetInfo(IPropertyArrayHelper &rProperties) | cppu::OPropertySetHelper | static |
DECLARE_SERVICE_INFO() | connectivity::firebird::OPreparedStatement | |
disposeResultSet() | connectivity::firebird::OStatementCommonBase | protectedvirtual |
disposing() override | connectivity::firebird::OPreparedStatement | virtual |
ensurePrepared() | connectivity::firebird::OPreparedStatement | protected |
execute() override | connectivity::firebird::OPreparedStatement | virtual |
executeBatch() override | connectivity::firebird::OPreparedStatement | virtual |
executeQuery() override | connectivity::firebird::OPreparedStatement | virtual |
executeUpdate() override | connectivity::firebird::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 |
freeStatementHandle() | connectivity::firebird::OStatementCommonBase | protected |
getArrayHelper() | connectivity::firebird::OPropertyArrayUsageHelper< OStatementCommonBase > | |
getConnection() override | connectivity::firebird::OPreparedStatement | virtual |
getFastPropertyValue(css::uno::Any &rValue, sal_Int32 nHandle) const override | connectivity::firebird::OStatementCommonBase | protectedvirtual |
getFastPropertyValue(sal_Int32 nHandle) override final | connectivity::firebird::OStatementCommonBase | protectedvirtual |
getFastPropertyValue(std::unique_lock< std::mutex > &rGuard, css::uno::Any &rValue, sal_Int32 nHandle) const =0 | connectivity::firebird::OStatementCommonBase | protected |
getImplementationId() SAL_OVERRIDE | cppu::ImplHelper5< class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5 > | virtual |
getInfoHelper() override | connectivity::firebird::OStatementCommonBase | protectedvirtual |
getMetaData() override | connectivity::firebird::OPreparedStatement | virtual |
getMoreResults() override | connectivity::firebird::OStatementCommonBase | virtual |
getPropertySetInfo() override | connectivity::firebird::OStatementCommonBase | virtual |
getPropertyValue(const ::rtl::OUString &aPropertyName) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
getPropertyValues(const css::uno::Sequence< ::rtl::OUString > &PropertyNames) SAL_OVERRIDE | cppu::OPropertySetHelper | virtual |
getResultSet() override | connectivity::firebird::OStatementCommonBase | virtual |
getSqlInfoItem(char aInfoItem) | connectivity::firebird::OStatementCommonBase | protected |
getStatementChangeCount() | connectivity::firebird::OStatementCommonBase | protected |
getTypes() override | connectivity::firebird::OPreparedStatement | virtual |
getUpdateCount() override | connectivity::firebird::OStatementCommonBase | virtual |
getWarnings() override | connectivity::firebird::OStatementCommonBase | 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 |
isDDLStatement() | connectivity::firebird::OStatementCommonBase | protected |
m_aMutex | connectivity::firebird::OStatementCommonBase | protected |
m_aStatementHandle | connectivity::firebird::OStatementCommonBase | protected |
m_pConnection | connectivity::firebird::OStatementCommonBase | protected |
m_pInSqlda | connectivity::firebird::OPreparedStatement | protected |
m_pOutSqlda | connectivity::firebird::OPreparedStatement | protected |
m_pReserved | cppu::OPropertySetHelper | protected |
m_sSqlStatement | connectivity::firebird::OPreparedStatement | protected |
m_statusVector | connectivity::firebird::OStatementCommonBase | protected |
m_xMetaData | connectivity::firebird::OPreparedStatement | protected |
m_xResultSet | connectivity::firebird::OStatementCommonBase | protected |
openBlobForWriting(isc_blob_handle &rBlobHandle, ISC_QUAD &rBlobId) | connectivity::firebird::OPreparedStatement | protected |
operator=(const OPropertySetHelper &) SAL_DELETED_FUNCTION | cppu::OPropertySetHelper | private |
OPreparedStatement(Connection *_pConnection, const OUString &sql) | connectivity::firebird::OPreparedStatement | |
OPropertyArrayUsageHelper() | connectivity::firebird::OPropertyArrayUsageHelper< OStatementCommonBase > | |
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 |
OStatementCommonBase(Connection *_pConnection) | connectivity::firebird::OStatementCommonBase | explicit |
prepareAndDescribeStatement(std::u16string_view sqlIn, XSQLDA *&pOutSqlda) | connectivity::firebird::OStatementCommonBase | protected |
queryInterface(const css::uno::Type &rType) override | connectivity::firebird::OPreparedStatement | virtual |
rBHelper | cppu::OPropertySetHelper | protected |
release() noexcept override | connectivity::firebird::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 |
s_aMutex | connectivity::firebird::OPropertyArrayUsageHelper< OStatementCommonBase > | protectedstatic |
s_nRefCount | connectivity::firebird::OPropertyArrayUsageHelper< OStatementCommonBase > | protectedstatic |
s_pProps | connectivity::firebird::OPropertyArrayUsageHelper< OStatementCommonBase > | protectedstatic |
setArray(sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XArray > &x) override | connectivity::firebird::OPreparedStatement | virtual |
setBinaryStream(sal_Int32 parameterIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override | connectivity::firebird::OPreparedStatement | virtual |
setBlob(sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XBlob > &x) override | connectivity::firebird::OPreparedStatement | virtual |
setBoolean(sal_Int32 nIndex, sal_Bool nValue) override | connectivity::firebird::OPreparedStatement | virtual |
setByte(sal_Int32 nIndex, sal_Int8 nValue) override | connectivity::firebird::OPreparedStatement | virtual |
setBytes(sal_Int32 parameterIndex, const css::uno::Sequence< sal_Int8 > &x) override | connectivity::firebird::OPreparedStatement | virtual |
setCharacterStream(sal_Int32 parameterIndex, const css::uno::Reference< css::io::XInputStream > &x, sal_Int32 length) override | connectivity::firebird::OPreparedStatement | virtual |
setClob(sal_Int32 nParamIndex, const OUString &rStr) | connectivity::firebird::OPreparedStatement | protected |
setClob(sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XClob > &x) override | connectivity::firebird::OPreparedStatement | virtual |
setDate(sal_Int32 parameterIndex, const css::util::Date &x) override | connectivity::firebird::OPreparedStatement | virtual |
setDependentFastPropertyValue(sal_Int32 i_handle, const css::uno::Any &i_value) | cppu::OPropertySetHelper | protected |
setDouble(sal_Int32 parameterIndex, double x) override | connectivity::firebird::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::firebird::OPreparedStatement | protectedvirtual |
setFastPropertyValues(sal_Int32 nSeqLen, sal_Int32 *pHandles, const css::uno::Any *pValues, sal_Int32 nHitCount) | cppu::OPropertySetHelper | protected |
setFloat(sal_Int32 parameterIndex, float x) override | connectivity::firebird::OPreparedStatement | virtual |
setInt(sal_Int32 nIndex, sal_Int32 nValue) override | connectivity::firebird::OPreparedStatement | virtual |
setLong(sal_Int32 nIndex, sal_Int64 nValue) override | connectivity::firebird::OPreparedStatement | virtual |
setNull(sal_Int32 nIndex, sal_Int32 nValue) override | connectivity::firebird::OPreparedStatement | virtual |
setObject(sal_Int32 parameterIndex, const css::uno::Any &x) override | connectivity::firebird::OPreparedStatement | virtual |
setObjectNull(sal_Int32 parameterIndex, sal_Int32 sqlType, const OUString &typeName) override | connectivity::firebird::OPreparedStatement | virtual |
setObjectWithInfo(sal_Int32 parameterIndex, const css::uno::Any &x, sal_Int32 targetSqlType, sal_Int32 scale) override | connectivity::firebird::OPreparedStatement | virtual |
setParameterNull(sal_Int32 nParameterIndex, bool bSetNull=true) | connectivity::firebird::OPreparedStatement | protected |
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 |
setRef(sal_Int32 parameterIndex, const css::uno::Reference< css::sdbc::XRef > &x) override | connectivity::firebird::OPreparedStatement | virtual |
setShort(sal_Int32 nIndex, sal_Int16 nValue) override | connectivity::firebird::OPreparedStatement | virtual |
setString(sal_Int32 parameterIndex, const OUString &x) override | connectivity::firebird::OPreparedStatement | virtual |
setTime(sal_Int32 parameterIndex, const css::util::Time &x) override | connectivity::firebird::OPreparedStatement | virtual |
setTimestamp(sal_Int32 parameterIndex, const css::util::DateTime &x) override | connectivity::firebird::OPreparedStatement | virtual |
setValue(sal_Int32 nIndex, const T &nValue, ISC_SHORT nType) | connectivity::firebird::OPreparedStatement | protected |
~ImplHelper5() SAL_NOEXCEPT | cppu::ImplHelper5< class Ifc1, class Ifc2, class Ifc3, class Ifc4, class Ifc5 > | protected |
~OPreparedStatement() override | connectivity::firebird::OPreparedStatement | protectedvirtual |
~OPropertyArrayUsageHelper() | connectivity::firebird::OPropertyArrayUsageHelper< OStatementCommonBase > | virtual |
~OPropertySetHelper() | cppu::OPropertySetHelper | protected |
~OStatementCommonBase() override | connectivity::firebird::OStatementCommonBase | protectedvirtual |