#include <DatabaseUtils.h>
|
static MediaType | MediaTypeFromVideoContentType (VideoDbContentType 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) |
|
static std::string | BuildLimitClauseOnly (int end, int start=0) |
|
static size_t | GetLimitCount (int end, int start) |
|
◆ BuildLimitClause()
std::string DatabaseUtils::BuildLimitClause |
( |
int | end, |
|
|
int | start = 0 ) |
|
static |
◆ BuildLimitClauseOnly()
std::string DatabaseUtils::BuildLimitClauseOnly |
( |
int | end, |
|
|
int | start = 0 ) |
|
static |
◆ GetDatabaseResults()
◆ GetField() [1/2]
◆ GetField() [2/2]
◆ GetFieldIndex()
◆ GetFieldValue()
◆ GetLimitCount()
size_t DatabaseUtils::GetLimitCount |
( |
int | end, |
|
|
int | start ) |
|
static |
◆ GetSelectFields()
◆ MediaTypeFromVideoContentType()
The documentation for this class was generated from the following files: