Navigation
API > API/Plugins > API/Plugins/SQLiteSupport > API/Plugins/SQLiteSupport/FSQLiteDatabaseConnection
| Type | Name | Description | |
|---|---|---|---|
| bool | Execute a command on the database without storing the result set (if any) | ||
| bool | Execute
(
const TCHAR* CommandString, |
Executes the command string on the currently opened database, returning a FSQLiteResultSet in RecordSet. | |
| bool | Execute
(
const TCHAR* CommandString, |
Overriding to address warning C4264 - SQLite databases should call Execute(const TCHAR CommandString, FSQLiteResultSet& RecordSet) instead. |