|
LibreOffice Module connectivity (master) 1
|
#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>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 | |
| 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.
|
constexpr |
Older version of LO may store the database in a .fdb file.
Referenced by connectivity::firebird::Connection::construct(), and connectivity::firebird::Connection::storeDatabase().
|
constexpr |
Location within the .odb that an embedded .fdb will be stored.
Only relevant for embedded dbs.
Referenced by connectivity::firebird::Connection::construct().