#include <java/sql/JStatement.hxx>
#include <java/sql/ResultSet.hxx>
#include <java/sql/Connection.hxx>
#include <java/sql/SQLWarning.hxx>
#include <java/tools.hxx>
#include <java/ContextClassLoader.hxx>
#include <comphelper/property.hxx>
#include <com/sun/star/lang/DisposedException.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <comphelper/sequence.hxx>
#include <TConnection.hxx>
#include <comphelper/types.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <strings.hxx>
#include <algorithm>
#include <string.h>
Go to the source code of this file.
◆ IMPLEMENT_SERVICE_INFO()
IMPLEMENT_SERVICE_INFO |
( |
java_sql_Statement |
, |
|
|
"com.sun.star.sdbcx.JStatement" |
, |
|
|
"com.sun.star.sdbc.Statement" |
|
|
) |
| |