HDK
|
#include "UT_API.h"
#include "UT_StringHolder.h"
#include "UT_StringView.h"
#include "UT_ORMColumnType.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | UT_Url |
Functions | |
UT_API bool | UTsqlBind (UT_SqlStatement &stmt, int idx, const UT_Url &url) |
UT_API bool | UTsqlGet (const UT_SqlStatement &stmt, int idx, UT_Url &url) |
template<> | |
UT_ORMColumnType | UTsqlOrmColumnType< UT_Url > () |
UT_API bool UTsqlBind | ( | UT_SqlStatement & | stmt, |
int | idx, | ||
const UT_Url & | url | ||
) |
UT_API bool UTsqlGet | ( | const UT_SqlStatement & | stmt, |
int | idx, | ||
UT_Url & | url | ||
) |
|
inline |