LibreOffice Module connectivity (master) 1
Classes | Namespaces | Macros | Typedefs | Variables
pq_baseresultset.hxx File Reference
#include <cppuhelper/propshlp.hxx>
#include <cppuhelper/component.hxx>
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/XCloseable.hpp>
#include <com/sun/star/sdbc/XColumnLocate.hpp>
#include "pq_connection.hxx"
Include dependency graph for pq_baseresultset.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pq_sdbc_driver::BaseResultSet
 

Namespaces

namespace  pq_sdbc_driver
 

Macros

#define BASERESULTSET_SIZE   7
 

Typedefs

typedef ::cppu::WeakComponentImplHelper< css::sdbc::XCloseable, css::sdbc::XResultSetMetaDataSupplier, css::sdbc::XResultSet, css::sdbc::XRow, css::sdbc::XColumnLocate > pq_sdbc_driver::BaseResultSet_BASE
 

Variables

const sal_Int32 pq_sdbc_driver::BASERESULTSET_CURSOR_NAME = 0
 
const sal_Int32 pq_sdbc_driver::BASERESULTSET_ESCAPE_PROCESSING = 1
 
const sal_Int32 pq_sdbc_driver::BASERESULTSET_FETCH_DIRECTION = 2
 
const sal_Int32 pq_sdbc_driver::BASERESULTSET_FETCH_SIZE = 3
 
const sal_Int32 pq_sdbc_driver::BASERESULTSET_IS_BOOKMARKABLE = 4
 
const sal_Int32 pq_sdbc_driver::BASERESULTSET_RESULT_SET_CONCURRENCY = 5
 
const sal_Int32 pq_sdbc_driver::BASERESULTSET_RESULT_SET_TYPE = 6
 

Macro Definition Documentation

◆ BASERESULTSET_SIZE

#define BASERESULTSET_SIZE   7

Definition at line 59 of file pq_baseresultset.hxx.