LibreOffice Module connectivity (master) 1
Classes | Namespaces
sqliterator.cxx File Reference
#include <connectivity/sqliterator.hxx>
#include <connectivity/sdbcx/VTable.hxx>
#include <connectivity/sqlparse.hxx>
#include <sqlbison.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/sqlerror.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
#include <com/sun/star/sdb/ErrorCondition.hpp>
#include <connectivity/PColumn.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <TConnection.hxx>
#include <comphelper/types.hxx>
#include <connectivity/dbmetadata.hxx>
#include <com/sun/star/sdb/SQLFilterOperator.hpp>
#include <o3tl/safeint.hxx>
#include <sal/log.hxx>
#include <iterator>
#include <memory>
#include <utility>
Include dependency graph for sqliterator.cxx:

Go to the source code of this file.

Classes

struct  connectivity::OSQLParseTreeIteratorImpl
 

Namespaces

namespace  connectivity
 

Variable Documentation

◆ m_rpAllForbiddenNames

std::shared_ptr< QueryNameSet >& m_rpAllForbiddenNames
private

Definition at line 120 of file sqliterator.cxx.

◆ m_sForbiddenQueryName

OUString m_sForbiddenQueryName
private

Definition at line 121 of file sqliterator.cxx.