LibreOffice Module connectivity (master) 1
|
#include "NStatement.hxx"
#include "NConnection.hxx"
#include "NDatabaseMetaData.hxx"
#include "NResultSet.hxx"
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
#include <com/sun/star/sdbc/XParameters.hpp>
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include <com/sun/star/sdbc/XPreparedBatchExecution.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <cppuhelper/implbase5.hxx>
Go to the source code of this file.
Classes | |
class | connectivity::evoab::OEvoabPreparedStatement |
Namespaces | |
namespace | connectivity |
namespace | connectivity::evoab |
Typedefs | |
typedef ::cppu::ImplHelper5< css::sdbc::XPreparedStatement, css::sdbc::XParameters, css::sdbc::XResultSetMetaDataSupplier, css::sdbc::XMultipleResults, css::lang::XServiceInfo > | connectivity::evoab::OPreparedStatement_BASE |