Navigation
API > API/Plugins > API/Plugins/SQLiteSupport > API/Plugins/SQLiteSupport/FSQLiteDatabaseConnection
- FDataBaseConnection::Open()
- FSQLiteDatabaseConnection::Open()
References
| Module | SQLiteSupport |
| Header | /Engine/Plugins/Runtime/Database/SQLiteSupport/Source/SQLiteSupport/Public/SQLiteDatabaseConnection.h |
| Include | #include "SQLiteDatabaseConnection.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteSupport/Source/SQLiteSupport/Private/SQLiteDatabaseConnection.cpp |
virtual bool Open
(
const TCHAR * ConnectionString,
const TCHAR * RemoteConnectionIP,
const TCHAR * RemoteConnectionStringOverride
)
Remarks
Open a SQLite file
Parameters
| Name | Description |
|---|---|
| ConnectionString | Path to the file that should be opened |
| RemoteConnectionIP | Unused with this implementation |
| ConnectionString | Unused with this implementation |