LibreOffice Module connectivity (master) 1
Classes | Namespaces | Macros
adoimp.hxx File Reference
#include <com/sun/star/sdbc/SQLException.hpp>
#include <adoctint.h>
Include dependency graph for adoimp.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  connectivity::ado::ADOS
 

Namespaces

namespace  sal
 
namespace  sal::systools
 
namespace  connectivity
 
namespace  connectivity::ado
 

Macros

#define ADO_PROP(ItemName)
 

Macro Definition Documentation

◆ ADO_PROP

#define ADO_PROP (   ItemName)
Value:
WpADOProperty aProp(aProps.GetItem(ItemName)); \
OLEVariant aVar; \
if(aProp.IsValid()) \
aVar = aProp.GetValue(); \
ADOS::ThrowException(m_rADOConnection,*this);
#define ThrowException(env, type, msg)

Definition at line 93 of file adoimp.hxx.