HDK
|
#include "UT_API.h"
#include "UT_ORMColumnType.h"
#include <SYS/SYS_Hash.h>
#include <SYS/SYS_Math.h>
Go to the source code of this file.
Classes | |
class | UT_SGuid |
Functions | |
size_t | hash_value (const UT_SGuid &guid) |
UT_API bool | UTsqlBind (UT_SqlStatement &stmt, int idx, const UT_SGuid &sguid) |
UT_API bool | UTsqlGet (const UT_SqlStatement &stmt, int idx, UT_SGuid &sguid) |
template<> | |
UT_ORMColumnType | UTsqlOrmColumnType< UT_SGuid > () |
|
inline |
Definition at line 107 of file UT_SGuid.h.
UT_API bool UTsqlBind | ( | UT_SqlStatement & | stmt, |
int | idx, | ||
const UT_SGuid & | sguid | ||
) |
UT_API bool UTsqlGet | ( | const UT_SqlStatement & | stmt, |
int | idx, | ||
UT_SGuid & | sguid | ||
) |
|
inline |
Definition at line 117 of file UT_SGuid.h.