LibreOffice Module connectivity (master) 1
Classes | Namespaces | Typedefs
OResultSet.hxx File Reference
#include <com/sun/star/sdbc/FetchDirection.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include <com/sun/star/sdbc/XCloseable.hpp>
#include <com/sun/star/sdbc/XColumnLocate.hpp>
#include <com/sun/star/util/XCancellable.hpp>
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/sdbc/XResultSetUpdate.hpp>
#include <com/sun/star/sdbc/XRowUpdate.hpp>
#include <com/sun/star/sdbcx/XRowLocate.hpp>
#include <com/sun/star/sdbcx/XDeleteRows.hpp>
#include <cppuhelper/compbase.hxx>
#include <comphelper/proparrhlp.hxx>
#include <odbc/OFunctions.hxx>
#include <odbc/OStatement.hxx>
#include <odbc/odbcbasedllapi.hxx>
#include <connectivity/CommonTools.hxx>
#include <connectivity/FValue.hxx>
#include <TSkipDeletedSet.hxx>
#include <memory>
Include dependency graph for OResultSet.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  connectivity::odbc::TBookmarkPosMapCompare
 Functor object for class ZZ returntype is void. More...
 
class  connectivity::odbc::OResultSet
 

Namespaces

namespace  connectivity
 
namespace  connectivity::odbc
 

Typedefs

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XResultSetMetaDataSupplier, css::util::XCancellable, css::sdbc::XWarningsSupplier, css::sdbc::XResultSetUpdate, css::sdbc::XRowUpdate, css::sdbcx::XRowLocate, css::sdbcx::XDeleteRows, css::sdbc::XCloseable, css::sdbc::XColumnLocate, css::lang::XServiceInfo > connectivity::odbc::OResultSet_BASE
 
typedef std::pair< sal_Int64, sal_Int32 > connectivity::odbc::TVoidPtr
 
typedef std::allocator< TVoidPtr > connectivity::odbc::TVoidAlloc
 
typedef std::vector< TVoidPtr > connectivity::odbc::TVoidVector
 
typedef std::map< css::uno::Sequence< sal_Int8 >, sal_Int32, TBookmarkPosMapCompare > connectivity::odbc::TBookmarkPosMap