LibreOffice Module connectivity (master) 1
Functions
Connection.cxx File Reference
#include "Blob.hxx"
#include "Catalog.hxx"
#include "Clob.hxx"
#include "Connection.hxx"
#include "DatabaseMetaData.hxx"
#include "PreparedStatement.hxx"
#include "Statement.hxx"
#include "Util.hxx"
#include <stdexcept>
#include <com/sun/star/document/XDocumentEventBroadcaster.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbc/TransactionIsolation.hpp>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <com/sun/star/ucb/XSimpleFileAccess2.hpp>
#include <connectivity/dbexception.hxx>
#include <strings.hrc>
#include <resource/sharedresources.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/storagehelper.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <unotools/tempfile.hxx>
#include <osl/file.hxx>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
Include dependency graph for Connection.cxx:

Go to the source code of this file.

Functions

constexpr OUStringLiteral our_sFDBLocation (u"firebird.fdb")
 Location within the .odb that an embedded .fdb will be stored. More...
 
constexpr OUStringLiteral our_sFBKLocation (u"firebird.fbk")
 Older version of LO may store the database in a .fdb file. More...
 
 IMPLEMENT_SERVICE_INFO (Connection, "com.sun.star.sdbc.drivers.firebird.Connection", "com.sun.star.sdbc.Connection") Reference< XBlob > Connection
 

Function Documentation

◆ IMPLEMENT_SERVICE_INFO()

IMPLEMENT_SERVICE_INFO ( Connection  ,
"com.sun.star.sdbc.drivers.firebird.Connection"  ,
"com.sun.star.sdbc.Connection"   
)

Definition at line 344 of file Connection.cxx.

References connectivity::firebird::checkDisposed(), and m_aMutex.

◆ our_sFBKLocation()

constexpr OUStringLiteral our_sFBKLocation ( u"firebird.fbk"  )
constexpr

Older version of LO may store the database in a .fdb file.

Referenced by connectivity::firebird::Connection::construct(), and connectivity::firebird::Connection::storeDatabase().

◆ our_sFDBLocation()

constexpr OUStringLiteral our_sFDBLocation ( u"firebird.fdb"  )
constexpr

Location within the .odb that an embedded .fdb will be stored.

Only relevant for embedded dbs.

Referenced by connectivity::firebird::Connection::construct().