HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Url.h File Reference
#include "UT_API.h"
#include "UT_StringHolder.h"
#include "UT_StringView.h"
#include "UT_ORMColumnType.h"
#include <iostream>
+ Include dependency graph for UT_Url.h:
+ This graph shows which files directly or indirectly include this file:

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 > ()
 

Function Documentation

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 > ( )
inline

Definition at line 190 of file UT_Url.h.