LibreOffice Module connectivity (master) 1
|
#include "mysqlc_statement.hxx"
#include "mysqlc_resultset.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/compbase4.hxx>
Go to the source code of this file.
Classes | |
struct | connectivity::mysqlc::BindMetaData |
class | connectivity::mysqlc::OPreparedStatement |
Namespaces | |
namespace | connectivity |
namespace | connectivity::mysqlc |
Typedefs | |
using | connectivity::mysqlc::my_bool = char |
typedef ::cppu::ImplHelper4< css::sdbc::XPreparedStatement, css::sdbc::XParameters, css::sdbc::XResultSetMetaDataSupplier, css::lang::XServiceInfo > | connectivity::mysqlc::OPreparedStatement_BASE |