#include <string.h>
#include <osl/diagnose.h>
#include <odbc/OPreparedStatement.hxx>
#include <odbc/OBoundParam.hxx>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <odbc/OTools.hxx>
#include <odbc/OResultSet.hxx>
#include <odbc/OResultSetMetaData.hxx>
#include <comphelper/sequence.hxx>
#include <connectivity/dbtools.hxx>
#include <comphelper/types.hxx>
#include <connectivity/FValue.hxx>
#include <strings.hrc>
#include <memory>
#include <type_traits>
Go to the source code of this file.
◆ IMPLEMENT_SERVICE_INFO()
IMPLEMENT_SERVICE_INFO |
( |
OPreparedStatement |
, |
|
|
"com.sun.star.sdbcx.OPreparedStatement" |
, |
|
|
"com.sun.star.sdbc.PreparedStatement" |
|
|
) |
| |