#include <DatabaseUtils.h>
|
static MediaType | MediaTypeFromVideoContentType (int videoContentType) |
|
static std::string | GetField (Field field, const MediaType &mediaType, DatabaseQueryPart queryPart) |
|
static int | GetField (Field field, const MediaType &mediaType) |
|
static int | GetFieldIndex (Field field, const MediaType &mediaType) |
|
static bool | GetSelectFields (const Fields &fields, const MediaType &mediaType, FieldList &selectFields) |
|
static bool | GetFieldValue (const dbiplus::field_value &fieldValue, CVariant &variantValue) |
|
static bool | GetDatabaseResults (const MediaType &mediaType, const FieldList &fields, const std::unique_ptr< dbiplus::Dataset > &dataset, DatabaseResults &results) |
|
static std::string | BuildLimitClause (int end, int start=0) |
|
◆ BuildLimitClause()
std::string DatabaseUtils::BuildLimitClause |
( |
int |
end, |
|
|
int |
start = 0 |
|
) |
| |
|
static |
◆ GetDatabaseResults()
◆ GetField() [1/2]
int DatabaseUtils::GetField |
( |
Field |
field, |
|
|
const MediaType & |
mediaType |
|
) |
| |
|
static |
◆ GetField() [2/2]
◆ GetFieldIndex()
int DatabaseUtils::GetFieldIndex |
( |
Field |
field, |
|
|
const MediaType & |
mediaType |
|
) |
| |
|
static |
◆ GetFieldValue()
◆ GetSelectFields()
◆ MediaTypeFromVideoContentType()
MediaType DatabaseUtils::MediaTypeFromVideoContentType |
( |
int |
videoContentType | ) |
|
|
static |
The documentation for this class was generated from the following files: