LibreOffice Module connectivity (master) 1
Macros
AResultSet.cxx File Reference
#include <ado/AResultSet.hxx>
#include <ado/AResultSetMetaData.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/KeyRule.hpp>
#include <com/sun/star/sdbc/IndexType.hpp>
#include <com/sun/star/sdbcx/CompareBookmark.hpp>
#include <comphelper/property.hxx>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/FetchDirection.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/sequence.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <comphelper/seqstream.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
#include <comphelper/types.hxx>
#include <oledb.h>
Include dependency graph for AResultSet.cxx:

Go to the source code of this file.

Macros

#define CHECK_RETURN(x)
 
#define BLOCK_SIZE   256
 

Macro Definition Documentation

◆ BLOCK_SIZE

#define BLOCK_SIZE   256

Definition at line 163 of file AResultSet.cxx.

◆ CHECK_RETURN

#define CHECK_RETURN (   x)
Value:
if(!SUCCEEDED(x)) \
ADOS::ThrowException(m_pStmt->m_pConnection->getConnection(),*this);
#define ThrowException(env, type, msg)

Definition at line 45 of file AResultSet.cxx.