LibreOffice Module connectivity (master) 1
Classes | Namespaces | Typedefs
mysqlc_statement.hxx File Reference
#include "mysqlc_connection.hxx"
#include "mysqlc_subcomponent.hxx"
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/sdbc/SQLWarning.hpp>
#include <com/sun/star/sdbc/XBatchExecution.hpp>
#include <com/sun/star/sdbc/XCloseable.hpp>
#include <com/sun/star/sdbc/XMultipleResults.hpp>
#include <com/sun/star/sdbc/XStatement.hpp>
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
#include <com/sun/star/util/XCancellable.hpp>
#include <cppuhelper/compbase3.hxx>
#include <rtl/ref.hxx>
Include dependency graph for mysqlc_statement.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  connectivity::mysqlc::OCommonStatement
 
class  connectivity::mysqlc::OStatement
 

Namespaces

namespace  connectivity
 
namespace  connectivity::mysqlc
 

Typedefs

typedef ::cppu::WeakComponentImplHelper3< css::sdbc::XWarningsSupplier, css::util::XCancellable, css::sdbc::XCloseable > connectivity::mysqlc::OCommonStatement_IBase
 
typedef ::cppu::ImplHelper3< css::lang::XServiceInfo, css::sdbc::XMultipleResults, css::sdbc::XStatement > connectivity::mysqlc::OStatement_BASE