Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Friends | List of all members
sqlite::SQLiteValue Struct Reference

#include <sqlitepp.h>

Public Member Functions

 SQLiteValue (const std::string &val)
 
 SQLiteValue (const std::wstring &val)
 
 SQLiteValue (const char *val)
 
 SQLiteValue (const wchar_t *val)
 
 SQLiteValue (int val)
 
 SQLiteValue (double val)
 
 SQLiteValue (BYTE *val, size_t length)
 

Public Attributes

Object::unique_ptr object
 
sqlite_types type
 

Friends

class SQLiteRow
 

Constructor & Destructor Documentation

sqlite::SQLiteValue::SQLiteValue ( const std::string &  val)
sqlite::SQLiteValue::SQLiteValue ( const std::wstring &  val)
sqlite::SQLiteValue::SQLiteValue ( const char *  val)
sqlite::SQLiteValue::SQLiteValue ( const wchar_t *  val)
sqlite::SQLiteValue::SQLiteValue ( int  val)
sqlite::SQLiteValue::SQLiteValue ( double  val)
sqlite::SQLiteValue::SQLiteValue ( BYTE *  val,
size_t  length 
)

Friends And Related Function Documentation

friend class SQLiteRow
friend

Member Data Documentation

Object::unique_ptr sqlite::SQLiteValue::object
sqlite_types sqlite::SQLiteValue::type

The documentation for this struct was generated from the following files: