Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLitePreparedStatement
Description
Get the index of a column from its name.
It's better to look-up a column index once rather than look it up for each access request.
| Name | GetColumnIndexByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
int32 GetColumnIndexByName
(
const TCHAR * InColumnName
) const
The column index, or INDEX_NONE if it couldn't be found.