#include <ado/AStatement.hxx>
#include <ado/AConnection.hxx>
#include <ado/AResultSet.hxx>
#include <comphelper/property.hxx>
#include <osl/thread.h>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <comphelper/sequence.hxx>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/FetchDirection.hpp>
#include <connectivity/dbexception.hxx>
#include <comphelper/types.hxx>
#include <rtl/ref.hxx>
#include <algorithm>
#include <numeric>
Go to the source code of this file.
◆ CHECK_RETURN
#define CHECK_RETURN |
( |
|
x | ) |
|
Value:
#define ThrowException(env, type, msg)
Definition at line 42 of file AStatement.cxx.
◆ IMPLEMENT_SERVICE_INFO()
IMPLEMENT_SERVICE_INFO |
( |
OStatement |
, |
|
|
"com.sun.star.sdbcx.AStatement" |
, |
|
|
"com.sun.star.sdbc.Statement" |
|
|
) |
| |