LibreOffice Module connectivity (master) 1
Macros | Functions
APreparedStatement.cxx File Reference
#include <connectivity/sqlparse.hxx>
#include <ado/APreparedStatement.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
#include <ado/AResultSetMetaData.hxx>
#include <ado/AResultSet.hxx>
#include <ado/ADriver.hxx>
#include <com/sun/star/lang/DisposedException.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/types.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
#include <rtl/ref.hxx>
#include <strings.hrc>
#include <limits>
Include dependency graph for APreparedStatement.cxx:

Go to the source code of this file.

Macros

#define CHECK_RETURN(x)
 

Functions

 IMPLEMENT_SERVICE_INFO (OPreparedStatement,"com.sun.star.sdbcx.APreparedStatement","com.sun.star.sdbc.PreparedStatement")
 

Macro Definition Documentation

◆ CHECK_RETURN

#define CHECK_RETURN (   x)
Value:
if(!x) \
ADOS::ThrowException(m_pConnection->getConnection(),*this);
#define ThrowException(env, type, msg)

Definition at line 39 of file APreparedStatement.cxx.

Function Documentation

◆ IMPLEMENT_SERVICE_INFO()

IMPLEMENT_SERVICE_INFO ( OPreparedStatement  ,
"com.sun.star.sdbcx.APreparedStatement"  ,
"com.sun.star.sdbc.PreparedStatement"   
)