|
VLC
2.1.0-git
|
Data Fields | |
| int | length |
| union { | |
| int i | |
| double dbl | |
| char * psz | |
| void * ptr | |
| } | value |
| double sql_value_t::dbl |
Referenced by sql_BindDouble(), and sql_GetColumnDouble().
| int sql_value_t::i |
Referenced by sql_BindInteger(), and sql_GetColumnInteger().
| int sql_value_t::length |
Referenced by sql_BindBlob(), sql_BindDouble(), sql_BindInteger(), and sql_BindText().
| char* sql_value_t::psz |
Referenced by sql_BindText(), and sql_GetColumnText().
| void* sql_value_t::ptr |
Referenced by sql_BindBlob(), and sql_GetColumnBlob().
| union { ... } sql_value_t::value |
1.8.1.2