#include <connectivity/sqlparse.hxx>
#include <ado/APreparedStatement.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
#include <ado/AResultSetMetaData.hxx>
#include <ado/AResultSet.hxx>
#include <ado/ADriver.hxx>
#include <com/sun/star/lang/DisposedException.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/types.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
#include <rtl/ref.hxx>
#include <strings.hrc>
#include <limits>
Go to the source code of this file.
◆ CHECK_RETURN
#define CHECK_RETURN |
( |
|
x | ) |
|
◆ IMPLEMENT_SERVICE_INFO()
IMPLEMENT_SERVICE_INFO |
( |
OPreparedStatement |
, |
|
|
"com.sun.star.sdbcx.APreparedStatement" |
, |
|
|
"com.sun.star.sdbc.PreparedStatement" |
|
|
) |
| |