#[1]next [2]previous [3]up [4]next [5]next [6]up [7]previous [8]contents Next: [9]6. Template Queries Up: [10]Usage Previous: [11]4. Tutorial by Example [12]Contents Subsections * [13]5.1 struct BadConversion + [14]Type + [15]Include file + [16]Synopsis o [17]Public methods + [18]Public methods o [19]public BadConversion (const char* tn, const char* d, size_t r, size_t a) o [20]public size_t actual_size o [21]public const string data o [22]public size_t retrieved o [23]public const char* type_name * [24]5.2 class BadNullConversion + [25]Type + [26]Include file + [27]Synopsis * [28]5.3 class Connection + [29]Type + [30]Include file + [31]Synopsis o [32]Public methods o [33]Friend methods + [34]Public methods o [35]public Connection () o [36]public Connection (bool te) o [37]public Connection (const char *db, const char *host = "", const char *user = "", const char *passwd = "", bool te = true) o [38]public Connection (const char *db, const char *host, const char *user, const char *passwd, uint port, my_bool compress = 1, unsigned int connect_timeout = 5, bool te = true, cchar *socket_name = "") o [39]public int affected_rows () o [40]public operator bool () o [41]public string clinet_info () o [42]public void close () o [43]public bool connect (cchar *db = "", cchar *host = "", cchar *user = "", cchar *passwd = "") o [44]public bool connected () const o [45]public bool create_db (string db) o [46]public bool drop_db (string db) o [47]public int errnum () o [48]public string error () o [49]public bool exec (const string &str) o [50]public ResNSel execute (const string &str) o [51]public ResNSel execute (const string &str, bool te) o [52]public st_mysql_options get_options (void) const o [53]public string host_info () o [54]public string info () o [55]public string infoo (void) o [56]public int insert_id () o [57]public int kill (unsigned long pid) o [58]public bool lock () o [59]public int ping (void) o [60]public int proto_info () o [61]public void purge (void) o [62]public inline Query query () o [63]public int read_options (enum mysql_option option,const char *arg) o [64]public bool real_connect (cchar *db = "", cchar *host = "", cchar *user = "", cchar *passwd = "", uint port = 0, my_bool compress = 0, unsigned int connect_timeout = 60, cchar *socket_name= "") o [65]public int refresh (unsigned int refresh_options) o [66]public bool reload () o [67]public bool select_db (const char *db) o [68]public bool select_db (string db) o [69]public string server_info () o [70]public bool shutdown () o [71]public string stat () o [72]public Result store (const string &str) o [73]public Result store (const string &str, bool te) o [74]public template $<$ class T $>$ void storein (deque $<$ T $>$ &con, const string &s) o [75]public template $<$ class T $>$ void storein (list $<$ T $>$ &con, const string &s) o [76]public template $<$ class T $>$ void storein (multiset $<$ T $>$ &con, const string &s) o [77]public template $<$ class T $>$ void storein (set $<$ T $>$ &con, const string &s) o [78]public template $<$ class T $>$ void storein (slist $<$ T $>$ &con, const string &s) o [79]public template $<$ class T $>$ void storein (vector $<$ T $>$ &con, const string &s) o [80]public template $<$ class Sequence $>$ void storein_sequence (Sequence &, const string &) o [81]public template $<$ class Set $>$ void storein_set (Set &, const string &) o [82]public bool success () o [83]public void unlock () o [84]public ResUse use (const string &str) o [85]public ResUse use (const string &str, bool te) o [86]public ~ Connection () + [87]Friend methods o [88]friend friend Query o [89]friend friend ResNSel o [90]friend friend ResUse * [91]5.4 struct Date + [92]Type + [93]Superclasses + [94]Include file + [95]Detailed description + [96]Synopsis o [97]Public methods + [98]Public methods o [99]public Date () o [100]public Date (cchar* str) o [101]public Date (const string &str) o [102]public Date (const string &str) o [103]public short int compare (const Date& other) const * [104]5.5 struct DateTime + [105]Type + [106]Superclasses + [107]Include file + [108]Synopsis o [109]Public methods + [110]Public methods o [111]public DateTime () o [112]public DateTime (cchar* str) o [113]public DateTime (const string &str) o [114]public DateTime (const string &str) o [115]public short int compare (const DateTime& other) const o [116]public cchar* convert (cchar*) o [117]public ostream& out_stream (ostream&) const * [118]5.6 class FieldNames + [119]Type + [120]Superclasses + [121]Include file + [122]Synopsis o [123]Public methods + [124]Public methods o [125]public FieldNames () o [126]public FieldNames (const ResUse *res) o [127]public FieldNames (int i) o [128]public FieldNames& operator = (const ResUse *res) o [129]public FieldNames& operator = (int i) o [130]public string& operator (int i) o [131]public const string& operator (int i) const o [132]public uint operator (string i) const * [133]5.7 class FieldTypes + [134]Type + [135]Superclasses + [136]Include file + [137]Synopsis o [138]Public methods + [139]Public methods o [140]public FieldTypes () o [141]public FieldTypes (const ResUse *res) o [142]public FieldTypes (int i) o [143]public FieldTypes& operator = (const ResUse *res) o [144]public FieldTypes& operator = (int i) o [145]public mysql_type_info& operator (int i) o [146]public const mysql_type_info& operator (int i) const * [147]5.8 class Fields + [148]Type + [149]Superclasses + [150]Include file + [151]Synopsis o [152]Public methods + [153]Public methods o [154]public Fields () o [155]public Fields (ResUse *r) o [156]public const Field& operator (int i) const o [157]public const Field& operator (size_type i) const o [158]public size_type size () const * [159]5.9 template class MysqlCmp $<$ class BinaryPred, class CmpType $>$ + [160]Type + [161]Superclasses + [162]Include file + [163]Synopsis o [164]Public methods o [165]Protected methods + [166]Public methods o [167]public MysqlCmp (uint i, const BinaryPred &f, const CmpType &c) o [168]public bool operator () (const MysqlRow& cmp1) const + [169]Protected methods o [170]protected CmpType cmp2 o [171]protected BinaryPred func o [172]protected unsigned int index * [173]5.10 template class MysqlCmpCStr $<$ class BinaryPred $>$ + [174]Type + [175]Superclasses + [176]Include file + [177]Synopsis o [178]Public methods + [179]Public methods o [180]public MysqlCmpCStr (uint i, const BinaryPred &f, const char* c) o [181]public bool operator () (const MysqlRow& cmp1) const * [182]5.11 template struct MysqlDTbase $<$ class T $>$ + [183]Type + [184]Include file + [185]Synopsis o [186]Public methods + [187]Public methods o [188]public pure virtual short int compare (const T &other) const o [189]public bool operator != (const T &other) const o [190]public bool operator $<$ (const T &other) const o [191]public bool operator $<$ = (const T &other) const o [192]public bool operator == (const T &other) const o [193]public bool operator $>$ (const T &other) const o [194]public bool operator $>$ = (const T &other) const * [195]5.12 template class MysqlListInsert $<$ class T, class value_type = typename T::value_type $>$ + [196]Type + [197]Include file + [198]Synopsis o [199]Public methods + [200]Public methods o [201]public MysqlListInsert (T *o) o [202]public void operator () (const value_type &data) * [203]5.13 template class MysqlSetInsert $<$ class T, class key_type = typename T::key_type $>$ + [204]Type + [205]Include file + [206]Synopsis o [207]Public methods + [208]Public methods o [209]public MysqlSetInsert (T *o) o [210]public void operator () (const key_type &data) * [211]5.14 template class Null $<$ class Type, class Behavior = NullisNull $>$ + [212]Type + [213]Include file + [214]Synopsis o [215]Public methods + [216]Public methods o [217]public Null () o [218]public Null (Type x) o [219]public Null (const null_type &n) o [220]public Type data o [221]public bool is_null o [222]public Null& operator = (const null_type &n) o [223]public Null& operator = (const null_type &n) o [224]public typedef Type value_type * [225]5.15 struct NullisBlank + [226]Type + [227]Include file + [228]Synopsis o [229]Public methods + [230]Public methods o [231]public static const char * null_is () o [232]public static ostream& null_ostr (ostream &o) * [233]5.16 struct NullisNull + [234]Type + [235]Include file + [236]Synopsis o [237]Public methods + [238]Public methods o [239]public static null_type null_is () o [240]public static ostream& null_ostr (ostream& o) * [241]5.17 struct NullisZero + [242]Type + [243]Include file + [244]Synopsis o [245]Public methods + [246]Public methods o [247]public static int null_is () o [248]public static ostream& null_ostr (ostream &o) * [249]5.18 class Query + [250]Type + [251]Superclasses + [252]Include file + [253]Detailed description + [254]Synopsis o [255]Public methods + [256]Public methods o [257]public Query (Connection *m, bool te = false) o [258]public Query (const Query &q) o [259]public string error () o [260]public bool exec (const string &str) o [261]public template $<$ class T $>$ Query& insert (const T &v) o [262]public Query& operator = (const Query &q) o [263]public string preview () o [264]public string preview (parms &p) o [265]public template $<$ class T $>$ Query& replace (const T &v) o [266]public bool success () * [267]5.19 struct ResNSel + [268]Type + [269]Include file + [270]Synopsis o [271]Public methods + [272]Public methods o [273]public ResNSel () o [274]public ResNSel (Connection *q) o [275]public operator bool () o [276]public string info o [277]public int insert_id o [278]public int rows o [279]public bool success * [280]5.20 class ResUse + [281]Type + [282]Include file + [283]Synopsis o [284]Public methods o [285]Protected methods o [286]Friend methods + [287]Public methods o [288]public ResUse () o [289]public ResUse (MYSQL_RES *result, Connection *m = NULL, bool te = false) o [290]public ResUse (const ResUse &other) o [291]public operator bool () const o [292]public unsigned int columns () const o [293]public bool eof () const o [294]public Field& fetch_field () const o [295]public long unsigned int *fetch_lengths () const o [296]public Row fetch_row () o [297]public inline string& field_name (int) o [298]public inline const string& field_name (int) const o [299]public inline FieldNames& field_names () o [300]public inline const FieldNames& field_names () const o [301]public inline int field_num (const string&) const o [302]public void field_seek (int field) o [303]public inline mysql_type_info& field_type (int i) o [304]public inline const mysql_type_info& field_type (int) const o [305]public inline FieldTypes& field_types () o [306]public inline const FieldTypes& field_types () const o [307]public const Fields& fields () const o [308]public const Field& fields (unsigned int i) const o [309]public MYSQL_RES *mysql_result (void) o [310]public inline FieldNames& names () o [311]public inline const FieldNames& names () const o [312]public inline int names (const string& s) const o [313]public inline string& names (int i) o [314]public inline const string& names (int i) const o [315]public int num_fields () const o [316]public bool operator != (const ResUse &other) const o [317]public inline ResUse& operator = (const ResUse &other) o [318]public bool operator == (const ResUse &other) const o [319]public void parent_leaving () o [320]public void purge (void) o [321]public inline void reset_field_names () o [322]public inline void reset_field_types () o [323]public inline void reset_names () o [324]public inline void reset_types () o [325]public string& table () o [326]public const string& table () const o [327]public inline FieldTypes& types () o [328]public inline const FieldTypes& types () const o [329]public inline mysql_type_info& types (int i) o [330]public inline const mysql_type_info& types (int i) const o [331]public ~ ResUse () + [332]Protected methods o [333]protected Fields _fields o [334]protected mutable FieldNames *_names o [335]protected string _table o [336]protected mutable FieldTypes *_types o [337]protected void copy (const ResUse& other) o [338]protected Connection *mysql o [339]protected mutable MYSQL_RES *mysql_res o [340]protected bool throw_exceptions, initialized + [341]Friend methods o [342]friend friend Connection * [343]5.21 class Result + [344]Type + [345]Superclasses + [346]Include file + [347]Detailed description + [348]Synopsis o [349]Public methods o [350]Friend methods + [351]Public methods o [352]public Result () o [353]public Result (MYSQL_RES *result, bool te = false) o [354]public Result (const Result &other) o [355]public void data_seek (uint offset) const o [356]public const Row fetch_row () const o [357]public int num_rows () const o [358]public const Row operator (size_type i) const o [359]public size_type rows () const o [360]public size_type size () const o [361]public virtual ~ Result () + [362]Friend methods o [363]friend friend Connection * [364]5.22 class Row + [365]Type + [366]Superclasses + [367]Include file + [368]Synopsis o [369]Public methods + [370]Public methods o [371]public Row () o [372]public Row (MYSQL_ROW d, const ResUse *r, unsigned int *jj, bool te = false) o [373]public operator bool () const o [374]public inline const ColData operator (const string &i) const o [375]public inline const ColData operator (const string &i) const o [376]public const ColData operator (int i) const o [377]public inline const ColData operator (size_type i) const o [378]public const ResUse& parent () const o [379]public const char *raw_data (int i) const o [380]public Row& self () o [381]public const Row& self () const o [382]public inline size_type size () const o [383]public ~ Row () * [384]5.23 template class RowTemplate $<$ class ThisType, class Res $>$ + [385]Type + [386]Include file + [387]Synopsis o [388]Public methods o [389]Protected methods + [390]Public methods o [391]public equal_list_ba $<$ FieldNames,ThisType,quote_type0 $>$ equal_list (const char *d = ",", const char *e = " = ") const o [392]public template $<$ class Manip $>$ equal_list_ba $<$ FieldNames,ThisType,Manip $>$ equal_list (const char *d, const char *e, Manip m) const o [393]public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const o [394]public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const vector $<$ bool $>$ &vb) const o [395]public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const vector $<$ bool $>$ &vb) const o [396]public template $<$ class Manip $>$ value_list_ba $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m) const o [397]public template $<$ class Manip $>$ value_list_b $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const o [398]public template $<$ class Manip $>$ value_list_b $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m, const vector $<$ bool $>$ &vb) const o [399]public template $<$ class Manip $>$ value_list_b $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const o [400]public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const char *d, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const o [401]public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const char *d, const vector $<$ bool $>$ &vb) const o [402]public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const char *d, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const o [403]public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const o [404]public pure virtual const Res & parent () const o [405]public value_list_b $<$ ThisType,quote_type0 $>$ value_list (bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const o [406]public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const vector $<$ bool $>$ &vb) const o [407]public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const vector $<$ bool $>$ &vb) const o [408]public template $<$ class Manip $>$ value_list_ba $<$ ThisType,Manip $>$ value_list (const char *d, Manip m) const o [409]public template $<$ class Manip $>$ value_list_b $<$ ThisType,Manip $>$ value_list (const char *d, Manip m, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const o [410]public template $<$ class Manip $>$ value_list_b $<$ ThisType,Manip $>$ value_list (const char *d, Manip m, const vector $<$ bool $>$ &vb) const o [411]public template $<$ class Manip $>$ value_list_b $<$ ThisType,Manip $>$ value_list (const char *d, Manip m, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const o [412]public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const char *d, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const o [413]public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const char *d, const vector $<$ bool $>$ &vb) const o [414]public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const char *d, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const o [415]public value_list_b $<$ ThisType,quote_type0 $>$ value_list (string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const o [416]public virtual ~ RowTemplate () + [417]Protected methods o [418]protected pure virtual ThisType& self () o [419]protected pure virtual const ThisType& self () const * [420]5.24 struct SQLParseElement + [421]Type + [422]Include file + [423]Synopsis o [424]Public methods + [425]Public methods o [426]public SQLParseElement (string b, char o, char n) o [427]public string before o [428]public char num o [429]public char option * [430]5.25 class SQLQuery + [431]Type + [432]Superclasses + [433]Include file + [434]Detailed description + [435]Synopsis o [436]Public methods o [437]Protected methods o [438]Friend methods + [439]Public methods o [440]public SQLQuery () o [441]public SQLQuery (const SQLQuery &q) o [442]public operator bool () o [443]public SQLQueryParms def o [444]public string error () const o [445]public template $<$ class T $>$ SQLQuery& insert (const T &v) o [446]public mysql_query_define_const1 (string,str) o [447]public bool operator ! () o [448]public SQLQuery& operator = (const SQLQuery &q) o [449]public void parse () o [450]public template $<$ class T $>$ SQLQuery& replace (const T &v) o [451]public bool success () const + [452]Protected methods o [453]protected bool Success o [454]protected char* errmsg o [455]protected typedef SQLQueryParms parms o [456]protected vector $<$ SQLParseElement $>$ parsed o [457]protected vector $<$ string $>$ parsed_names o [458]protected map $<$ string,int $>$ parsed_nums o [459]protected void proc (parms &p) o [460]protected typedef const SQLString& ss + [461]Friend methods o [462]friend friend SQLQueryParms * [463]5.26 struct SQLQueryNEParms + [464]Type + [465]Include file + [466]Detailed description + [467]Synopsis o [468]Public methods + [469]Public methods o [470]public SQLQueryNEParms (const char *c) o [471]public const char* error * [472]5.27 class SQLQueryParms + [473]Type + [474]Superclasses + [475]Include file + [476]Detailed description + [477]Synopsis o [478]Public methods o [479]Friend methods + [480]Public methods o [481]public SQLQueryParms () o [482]public SQLQueryParms (SQLQuery *p) o [483]public bool bound () o [484]public void clear () o [485]public SQLQueryParms operator + (const SQLQueryParms &other) const o [486]public SQLQueryParms &operator += (const SQLString &str) o [487]public SQLQueryParms &operator $<$ $<$ (const SQLString &str) o [488]public SQLString &operator (const char *str) o [489]public const SQLString &operator (const char *str) const o [490]public SQLString &operator (size_type n) o [491]public const SQLString &operator (size_type n) const o [492]public void set (ss a) o [493]public void set (ss a, ss b) o [494]public void set (ss a, ss b, ss c) o [495]public void set (ss a, ss b, ss c, ss d) o [496]public void set (ss a, ss b, ss c, ss d, ss e) o [497]public void set (ss a, ss b, ss c, ss d, ss e, ss f) o [498]public void set (ss a, ss b, ss c, ss d, ss e, ss f, ss g) o [499]public void set (ss a, ss b, ss c, ss d, ss e, ss f, ss g, ss h) o [500]public void set (ss a, ss b, ss c, ss d, ss e, ss f, ss g, ss h, ss i) o [501]public void set (ss a,ss b,ss c,ss d,ss e,ss f,ss g,ss h,ss i,ss j) o [502]public void set (ss a,ss b,ss c,ss d,ss e,ss f,ss g,ss h,ss i,ss j,ss k) o [503]public void set (ss a,ss b,ss c,ss d,ss e,ss f,ss g,ss h,ss i,ss j,ss k,ss l) + [504]Friend methods o [505]friend friend Query * [506]5.28 class SQLString + [507]Type + [508]Superclasses + [509]Include file + [510]Detailed description + [511]Synopsis o [512]Public methods + [513]Public methods o [514]public SQLString () o [515]public SQLString (char i) o [516]public SQLString (const char *str) o [517]public SQLString (const char *str) o [518]public SQLString (double i) o [519]public SQLString (float i) o [520]public SQLString (int i) o [521]public SQLString (short int i) o [522]public SQLString (unsigned int i) o [523]public SQLString (unsigned int i) o [524]public SQLString (unsigned int i) o [525]public bool dont_escape o [526]public bool is_string o [527]public SQLString& operator = (const string& str) o [528]public SQLString& operator = (const string& str) o [529]public bool processed * [530]5.29 template class Set $<$ class Container = set $<$ string $>$ $>$ + [531]Type + [532]Superclasses + [533]Include file + [534]Synopsis o [535]Public methods + [536]Public methods o [537]public Set (const ColData &str) o [538]public Set (const ColData &str) o [539]public Set (const ColData &str) o [540]public ostream& out_stream (ostream &s) const o [541]public operator string () * [542]5.30 struct Time + [543]Type + [544]Superclasses + [545]Include file + [546]Detailed description + [547]Synopsis o [548]Public methods + [549]Public methods o [550]public Time () o [551]public Time (cchar* str) o [552]public Time (const string &str) o [553]public Time (const string &str) o [554]public short int compare (const Time& other) const * [555]5.31 class const_string + [556]Type + [557]Include file + [558]Detailed description + [559]Synopsis o [560]Public methods + [561]Public methods o [562]public const_iterator begin () const o [563]public const char* c_str () const o [564]public typedef const char* const_iterator o [565]public typedef const char* const_pointer o [566]public typedef const char& const_reference o [567]public const_string () o [568]public const_string (const char *str) o [569]public const char* data () const o [570]public typedef int difference_type o [571]public const_iterator end () const o [572]public typedef const_iterator iterator o [573]public size_type length () const o [574]public size_type max_size () const o [575]public const_reference operator (size_type pos) const o [576]public typedef const_pointer pointer o [577]public typedef const_reference reference o [578]public typedef unsigned int size_type o [579]public typedef const char value_type * [580]5.32 template class const_subscript_container $<$ class OnType, class ValueType, class ReturnType = const ValueType&, class SizeType = unsigned int, class DiffType = int $>$ + [581]Type + [582]Include file + [583]Detailed description + [584]Synopsis o [585]Public methods + [586]Public methods o [587]public iterator begin () const o [588]public typedef iterator const_iterator o [589]public typedef value_type* const_pointer o [590]public typedef value_type& const_reference o [591]public typedef const ::reverse_iterator $<$ const_iterator $>$ const_reverse_iterator o [592]public typedef DiffType difference_type o [593]public bool empty () const o [594]public iterator end () const o [595]public typedef subscript_iterator $<$ const this_type, ReturnType, SizeType, DiffType $>$ iterator o [596]public size_type max_size () const o [597]public pure virtual ReturnType operator (SizeType i) const o [598]public typedef value_type* pointer o [599]public reverse_iterator rbegin () const o [600]public typedef value_type& reference o [601]public reverse_iterator rend () const o [602]public typedef const ::reverse_iterator $<$ iterator $>$ reverse_iterator o [603]public pure virtual size_type size () const o [604]public typedef SizeType size_type o [605]public typedef const_subscript_container $<$ OnType,ValueType,ReturnType,SizeType,DiffType $>$ this_type o [606]public typedef ValueType value_type * [607]5.33 struct cstr_equal_to + [608]Type + [609]Superclasses + [610]Include file + [611]Synopsis o [612]Public methods + [613]Public methods o [614]public bool operator () (const char *x, const char *y) const * [615]5.34 struct cstr_greater + [616]Type + [617]Superclasses + [618]Include file + [619]Synopsis o [620]Public methods + [621]Public methods o [622]public bool operator () (const char *x, const char *y) const * [623]5.35 struct cstr_greater_equal + [624]Type + [625]Superclasses + [626]Include file + [627]Synopsis o [628]Public methods + [629]Public methods o [630]public bool operator () (const char *x, const char *y) const * [631]5.36 struct cstr_less + [632]Type + [633]Superclasses + [634]Include file + [635]Synopsis o [636]Public methods + [637]Public methods o [638]public bool operator () (const char *x, const char *y) const * [639]5.37 struct cstr_less_equal + [640]Type + [641]Superclasses + [642]Include file + [643]Synopsis o [644]Public methods + [645]Public methods o [646]public bool operator () (const char *x, const char *y) const * [647]5.38 struct cstr_not_equal_to + [648]Type + [649]Superclasses + [650]Include file + [651]Synopsis o [652]Public methods + [653]Public methods o [654]public bool operator () (const char *x, const char *y) const * [655]5.39 struct do_nothing_type1 + [656]Type + [657]Include file + [658]Synopsis o [659]Public methods + [660]Public methods o [661]public do_nothing_type1 (ostream *o) o [662]public ostream *ostr * [663]5.40 struct do_nothing_type2 + [664]Type + [665]Include file + [666]Synopsis o [667]Public methods + [668]Public methods o [669]public do_nothing_type2 (SQLQueryParms *p) o [670]public SQLQueryParms *qparms * [671]5.41 template struct equal_list_b $<$ class Seq1, class Seq2, class Manip $>$ + [672]Type + [673]Include file + [674]Synopsis o [675]Public methods + [676]Public methods o [677]public const char *delem o [678]public equal_list_b (const Seq1 &s1, const Seq2 &s2, const vector $<$ bool $>$ &f, const char *d, const char *e, Manip m) o [679]public const char *equl o [680]public const vector $<$ bool $>$ fields o [681]public const Seq1 *list1 o [682]public const Seq2 *list2 o [683]public Manip manip * [684]5.42 template struct equal_list_ba $<$ class Seq1, class Seq2, class Manip $>$ + [685]Type + [686]Include file + [687]Synopsis o [688]Public methods + [689]Public methods o [690]public const char *delem o [691]public equal_list_ba (const Seq1 &s1, const Seq2 &s2, const char *d, const char *e, Manip m) o [692]public const char *equl o [693]public const Seq1 *list1 o [694]public const Seq2 *list2 o [695]public Manip manip * [696]5.43 struct escape_type1 + [697]Type + [698]Include file + [699]Synopsis o [700]Public methods + [701]Public methods o [702]public escape_type1 (ostream *o) o [703]public ostream *ostr * [704]5.44 struct escape_type2 + [705]Type + [706]Include file + [707]Synopsis o [708]Public methods + [709]Public methods o [710]public escape_type2 (SQLQueryParms *p) o [711]public SQLQueryParms *qparms * [712]5.45 struct ignore_type2 + [713]Type + [714]Include file + [715]Synopsis o [716]Public methods + [717]Public methods o [718]public ignore_type2 (SQLQueryParms *p) o [719]public SQLQueryParms *qparms * [720]5.46 template class mysql_ColData $<$ class Str $>$ + [721]Type + [722]Superclasses + [723]Include file + [724]Detailed description + [725]Synopsis o [726]Public methods + [727]Public methods o [728]public template $<$ class T, class B $>$ operator Null $<$ T,B $>$ () const o [729]public operator cchar* () const o [730]public operator unsigned char () const o [731]public operator unsigned char () const o [732]public template $<$ class Type $>$ Type conv (Type dummy) const o [733]public operator double () const o [734]public bool escape_q () const o [735]public inline const string& get_string (void) const o [736]public operator unsigned long int () const o [737]public operator unsigned long int () const o [738]public operator unsigned long int () const o [739]public operator unsigned long int () const o [740]public operator unsigned long int () const o [741]public operator unsigned long int () const o [742]public inline const bool is_null (void) const o [743]public void it_is_null (void) o [744]public mysql_ColData () o [745]public bool quote_q () const o [746]public mysql_type_info type () o [747]public operator ulonglong () const * [748]5.47 class mysql_convert + [749]Type + [750]Include file + [751]Synopsis * [752]5.48 struct mysql_date + [753]Type + [754]Superclasses + [755]Include file + [756]Synopsis o [757]Public methods o [758]Protected methods + [759]Public methods o [760]public cchar* convert (cchar*) o [761]public tiny_int day o [762]public tiny_int month o [763]public ostream& out_stream (ostream&) const o [764]public short int year + [765]Protected methods o [766]protected short int compare (const mysql_date *other) const * [767]5.49 struct mysql_dt_base + [768]Type + [769]Include file + [770]Synopsis o [771]Public methods + [772]Public methods o [773]public pure virtual ostream& out_stream (ostream&) const o [774]public operator string () * [775]5.50 class mysql_ti_sql_type_info + [776]Type + [777]Include file + [778]Synopsis o [779]Friend methods + [780]Friend methods o [781]friend friend mysql_ti_sql_type_info_lookup o [782]friend friend mysql_type_info * [783]5.51 class mysql_ti_sql_type_info_lookup + [784]Type + [785]Include file + [786]Synopsis o [787]Friend methods + [788]Friend methods o [789]friend friend mysql_type_info * [790]5.52 struct mysql_time + [791]Type + [792]Superclasses + [793]Include file + [794]Synopsis o [795]Public methods o [796]Protected methods + [797]Public methods o [798]public cchar* convert (cchar*) o [799]public tiny_int hour o [800]public tiny_int minute o [801]public ostream& out_stream (ostream&) const o [802]public tiny_int second + [803]Protected methods o [804]protected short int compare (const mysql_time *other) const * [805]5.53 class mysql_type_info + [806]Type + [807]Include file + [808]Synopsis o [809]Public methods + [810]Public methods o [811]public unsigned int _length o [812]public unsigned int _max_length o [813]public inline const mysql_type_info base_type () const o [814]public bool before (mysql_type_info &b) o [815]public inline const type_info& c_type () const o [816]public bool escape_q () const o [817]public int id () const o [818]public inline const unsigned int length () const o [819]public inline const unsigned int max_length () const o [820]public mysql_type_info () o [821]public mysql_type_info (const type_info &t) o [822]public mysql_type_info (const type_info &t) o [823]public inline mysql_type_info (const MYSQL_FIELD &f) o [824]public inline mysql_type_info (enum_field_types t, bool _unsigned, bool _null) o [825]public mysql_type_info (unsigned char n) o [826]public inline const char* name () const o [827]public mysql_type_info& operator = (const type_info &t) o [828]public mysql_type_info& operator = (const type_info &t) o [829]public mysql_type_info& operator = (unsigned char n) o [830]public bool quote_q () const o [831]public inline const char* sql_name () const o [832]public static const unsigned char string_type * [833]5.54 class null_type + [834]Type + [835]Include file + [836]Synopsis o [837]Public methods + [838]Public methods o [839]public template $<$ class Type $>$ operator Type () * [840]5.55 struct quote_double_only_type1 + [841]Type + [842]Include file + [843]Synopsis o [844]Public methods + [845]Public methods o [846]public ostream *ostr o [847]public quote_double_only_type1 (ostream *o) * [848]5.56 struct quote_double_only_type2 + [849]Type + [850]Include file + [851]Synopsis o [852]Public methods + [853]Public methods o [854]public SQLQueryParms *qparms o [855]public quote_double_only_type2 (SQLQueryParms *p) * [856]5.57 struct quote_only_type1 + [857]Type + [858]Include file + [859]Synopsis o [860]Public methods + [861]Public methods o [862]public ostream *ostr o [863]public quote_only_type1 (ostream *o) * [864]5.58 struct quote_only_type2 + [865]Type + [866]Include file + [867]Synopsis o [868]Public methods + [869]Public methods o [870]public SQLQueryParms *qparms o [871]public quote_only_type2 (SQLQueryParms *p) * [872]5.59 struct quote_type1 + [873]Type + [874]Include file + [875]Synopsis o [876]Public methods + [877]Public methods o [878]public ostream *ostr o [879]public quote_type1 (ostream *o) * [880]5.60 struct quote_type2 + [881]Type + [882]Include file + [883]Synopsis o [884]Public methods + [885]Public methods o [886]public SQLQueryParms *qparms o [887]public quote_type2 (SQLQueryParms *p) * [888]5.61 template class simp_list_b $<$ class Iter $>$ + [889]Type + [890]Include file + [891]Synopsis o [892]Public methods + [893]Public methods o [894]public Iter _begin o [895]public Iter _end o [896]public Iter begin () const o [897]public typedef Iter const_iterator o [898]public Iter end () const o [899]public simp_list_b (Iter b, Iter e) * [900]5.62 template class subscript_iterator $<$ class OnType, class ReturnType, class SizeType, class DiffType $>$ + [901]Type + [902]Superclasses + [903]Include file + [904]Synopsis o [905]Public methods + [906]Public methods o [907]public bool operator != (const subscript_iterator &j) const o [908]public ReturnType operator * () const o [909]public subscript_iterator operator + (SizeType n) const o [910]public subscript_iterator& operator ++ () o [911]public subscript_iterator operator ++ (int) o [912]public subscript_iterator& operator += (SizeType n) o [913]public subscript_iterator operator - (SizeType n) const o [914]public DiffType operator - (const subscript_iterator &j) const o [915]public subscript_iterator& operator - () o [916]public subscript_iterator operator - (int) o [917]public subscript_iterator& operator -= (SizeType n) o [918]public ReturnType operator - $>$ () const o [919]public bool operator $<$ (const subscript_iterator &j) const o [920]public bool operator $<$ = (const subscript_iterator &j) const o [921]public bool operator == (const subscript_iterator &j) const o [922]public bool operator $>$ (const subscript_iterator &j) const o [923]public bool operator $>$ = (const subscript_iterator &j) const o [924]public ReturnType operator (SizeType n) const o [925]public subscript_iterator () o [926]public subscript_iterator (OnType *what, SizeType pos) * [927]5.63 struct type_info_cmp + [928]Type + [929]Include file + [930]Synopsis o [931]Public methods + [932]Public methods o [933]public bool operator() (const type_info *lhs, const type_info *rhs) const * [934]5.64 template struct value_list_b $<$ class Seq, class Manip $>$ + [935]Type + [936]Include file + [937]Synopsis o [938]Public methods + [939]Public methods o [940]public const char *delem o [941]public const vector $<$ bool $>$ fields o [942]public const Seq *list o [943]public Manip manip o [944]public value_list_b (const Seq &s, const vector $<$ bool $>$ &f, const char *d, Manip m) * [945]5.65 template struct value_list_ba $<$ class Seq, class Manip $>$ + [946]Type + [947]Include file + [948]Synopsis o [949]Public methods + [950]Public methods o [951]public const char *delem o [952]public const Seq *list o [953]public Manip manip o [954]public value_list_ba (const Seq &s, const char* d, Manip m) * [955]5.66 Manipulators _________________________________________________________________ 5. Class Reference This chapter documents all of the classes that are meant to be used. If it is not documented here don't use it because it is a internal method or class meant to only be used by other related classes. 5.1 struct BadConversion Exception structure thrown when a bad conversion takes place Type instantiable Include file coldata1.hh Synopsis Public methods * BadConversion (const char* tn, const char* d, size_t r, size_t a) * size_t actual_size * const string data * size_t retrieved * const char* type_name Public methods public BadConversion (const char* tn, const char* d, size_t r, size_t a) public size_t actual_size public const string data public size_t retrieved public const char* type_name 5.2 class BadNullConversion Thrown when a *Null* value is trying to be converted into a type it can't convert to. Type instantiable Include file null1.hh Synopsis 5.3 class Connection The main database handle Type instantiable Include file connection1.hh Synopsis Public methods * Connection () * Connection (bool te) * Connection (const char *db, const char *host = "", const char *user = "", const char *passwd = "", bool te = true) * Connection (const char *db, const char *host, const char *user, const char *passwd, uint port, my_bool compress = 1, unsigned int connect_timeout = 5, bool te = true, cchar *socket_name = "") * int affected_rows () * operator bool () returns success() * string clinet_info () * void close () * bool connect (cchar *db = "", cchar *host = "", cchar *user = "", cchar *passwd = "") * bool connected () const returns true if a successful connection was made * bool create_db (string db) * bool drop_db (string db) * int errnum () * string error () last error message() * bool exec (const string &str) * ResNSel execute (const string &str) * ResNSel execute (const string &str, bool te) * st_mysql_options get_options (void) const * string host_info () * string info () * string infoo (void) * int insert_id () * int kill (unsigned long pid) * bool lock () * int ping (void) * int proto_info () * void purge (void) * inline Query query () * int read_options (enum mysql_option option,const char *arg) * bool real_connect (cchar *db = "", cchar *host = "", cchar *user = "", cchar *passwd = "", uint port = 0, my_bool compress = 0, unsigned int connect_timeout = 60, cchar *socket_name= "") * int refresh (unsigned int refresh_options) * bool reload () * bool select_db (const char *db) * bool select_db (string db) * string server_info () * bool shutdown () * string stat () * Result store (const string &str) * Result store (const string &str, bool te) * template $<$ class T $>$ void storein (deque $<$ T $>$ &con, const string &s) * template $<$ class T $>$ void storein (list $<$ T $>$ &con, const string &s) * template $<$ class T $>$ void storein (multiset $<$ T $>$ &con, const string &s) * template $<$ class T $>$ void storein (set $<$ T $>$ &con, const string &s) * template $<$ class T $>$ void storein (slist $<$ T $>$ &con, const string &s) * template $<$ class T $>$ void storein (vector $<$ T $>$ &con, const string &s) * template $<$ class Sequence $>$ void storein_sequence (Sequence &, const string &) * template $<$ class Set $>$ void storein_set (Set &, const string &) Stores the results in TYPE. * bool success () returns true of the last query was successful * void unlock () * ResUse use (const string &str) * ResUse use (const string &str, bool te) * ~ Connection () Friend methods * friend Query * friend ResNSel * friend ResUse Public methods public Connection () public Connection (bool te) public Connection (const char *db, const char *host = "", const char *user = "", const char *passwd = "", bool te = true) public Connection (const char *db, const char *host, const char *user, const char *passwd, uint port, my_bool compress = 1, unsigned int connect_timeout = 5, bool te = true, cchar *socket_name = "") public int affected_rows () public operator bool () returns success() public string clinet_info () public void close () public bool connect (cchar *db = "", cchar *host = "", cchar *user = "", cchar *passwd = "") public bool connected () const returns true if a successful connection was made public bool create_db (string db) public bool drop_db (string db) public int errnum () public string error () last error message() public bool exec (const string &str) public ResNSel execute (const string &str) public ResNSel execute (const string &str, bool te) public st_mysql_options get_options (void) const public string host_info () public string info () public string infoo (void) public int insert_id () public int kill (unsigned long pid) public bool lock () public int ping (void) public int proto_info () public void purge (void) public inline Query query () public int read_options (enum mysql_option option,const char *arg) public bool real_connect (cchar *db = "", cchar *host = "", cchar *user = "", cchar *passwd = "", uint port = 0, my_bool compress = 0, unsigned int connect_timeout = 60, cchar *socket_name= "") public int refresh (unsigned int refresh_options) public bool reload () public bool select_db (const char *db) public bool select_db (string db) public string server_info () public bool shutdown () public string stat () public Result store (const string &str) public Result store (const string &str, bool te) public template $<$ class T $>$ void storein (deque $<$ T $>$ &con, const string &s) public template $<$ class T $>$ void storein (list $<$ T $>$ &con, const string &s) public template $<$ class T $>$ void storein (multiset $<$ T $>$ &con, const string &s) public template $<$ class T $>$ void storein (set $<$ T $>$ &con, const string &s) public template $<$ class T $>$ void storein (slist $<$ T $>$ &con, const string &s) public template $<$ class T $>$ void storein (vector $<$ T $>$ &con, const string &s) public template $<$ class Sequence $>$ void storein_sequence (Sequence &, const string &) public template $<$ class Set $>$ void storein_set (Set &, const string &) Stores the results in TYPE. Stores the result in TYPE. TYPE must be some sort of STL container. public bool success () returns true of the last query was successful public void unlock () public ResUse use (const string &str) public ResUse use (const string &str, bool te) public ~ Connection () Friend methods friend friend Query friend friend ResNSel friend friend ResUse 5.4 struct Date A special type for holding mysql Dates. Type instantiable Superclasses public mysql_date, public MysqlDTbase $<$ Date $>$ Include file datetime1.hh Detailed description Date, a comparable data structures for holding mysql Dates. It also responds to the stream extraction and insertion operator. Synopsis Public methods * Date () * Date (cchar* str) * Date (const string &str) * Date (const string &str) * short int compare (const Date& other) const Public methods public Date () public Date (cchar* str) public Date (const string &str) public Date (const string &str) public short int compare (const Date& other) const 5.5 struct DateTime A combinate of Date and Time for holding mysql DateTime's Type instantiable Superclasses public mysql_date, public mysql_time, public MysqlDTbase $<$ DateTime $>$ Include file datetime1.hh Synopsis Public methods * DateTime () * DateTime (cchar* str) * DateTime (const string &str) * DateTime (const string &str) * short int compare (const DateTime& other) const * cchar* convert (cchar*) * ostream& out_stream (ostream&) const Public methods public DateTime () public DateTime (cchar* str) public DateTime (const string &str) public DateTime (const string &str) public short int compare (const DateTime& other) const public cchar* convert (cchar*) public ostream& out_stream (ostream&) const 5.6 class FieldNames A vector of the field names. Type instantiable Superclasses public vector $<$ string $>$ Include file field_names1.hh Synopsis Public methods * FieldNames () * FieldNames (const ResUse *res) * FieldNames (int i) * FieldNames& operator = (const ResUse *res) Creates a new list from the data in res. * FieldNames& operator = (int i) Creates a new list with i field names. * string& operator (int i) returns the field name of the field with that index number * const string& operator (int i) const returns the field name of the field with that index number * uint operator (string i) const returns the index number of the field with that name Public methods public FieldNames () public FieldNames (const ResUse *res) public FieldNames (int i) public FieldNames& operator = (const ResUse *res) Creates a new list from the data in res. public FieldNames& operator = (int i) Creates a new list with i field names. public string& operator (int i) returns the field name of the field with that index number public const string& operator (int i) const returns the field name of the field with that index number public uint operator (string i) const returns the index number of the field with that name 5.7 class FieldTypes A vector of the field types. Type instantiable Superclasses public vector $<$ mysql_type_info $>$ Include file field_types1.hh Synopsis Public methods * FieldTypes () * FieldTypes (const ResUse *res) * FieldTypes (int i) * FieldTypes& operator = (const ResUse *res) Creates a new list based on the info in res * FieldTypes& operator = (int i) Creates a new list with i fields. * mysql_type_info& operator (int i) Returns the field type for the field with an offset of i. * const mysql_type_info& operator (int i) const Returns the field type for the field with an offset of i. Public methods public FieldTypes () public FieldTypes (const ResUse *res) public FieldTypes (int i) public FieldTypes& operator = (const ResUse *res) Creates a new list based on the info in res public FieldTypes& operator = (int i) Creates a new list with i fields. public mysql_type_info& operator (int i) Returns the field type for the field with an offset of i. public const mysql_type_info& operator (int i) const Returns the field type for the field with an offset of i. 5.8 class Fields A vector like container with the raw mysql field info. Type instantiable Superclasses public const_subscript_container $<$ Fields, Field $>$ Include file fields1.hh Synopsis Public methods * Fields () * Fields (ResUse *r) * const Field& operator (int i) const * const Field& operator (size_type i) const * size_type size () const the number of fields.Returns the field with an offset of i; Public methods public Fields () public Fields (ResUse *r) public const Field& operator (int i) const public const Field& operator (size_type i) const public size_type size () const the number of fields.Returns the field with an offset of i; 5.9 template class MysqlCmp $<$ class BinaryPred, class CmpType $>$ Type instantiable Superclasses public unary_function $<$ const MysqlRow&, bool $>$ Include file compare1.hh Synopsis Public methods * MysqlCmp (uint i, const BinaryPred &f, const CmpType &c) * bool operator () (const MysqlRow& cmp1) const Protected methods * CmpType cmp2 * BinaryPred func * unsigned int index Public methods public MysqlCmp (uint i, const BinaryPred &f, const CmpType &c) public bool operator () (const MysqlRow& cmp1) const Protected methods protected CmpType cmp2 protected BinaryPred func protected unsigned int index 5.10 template class MysqlCmpCStr $<$ class BinaryPred $>$ Type instantiable Superclasses public MysqlCmp $<$ BinaryPred, const char * $>$ Include file compare1.hh Synopsis Public methods * MysqlCmpCStr (uint i, const BinaryPred &f, const char* c) * bool operator () (const MysqlRow& cmp1) const Public methods public MysqlCmpCStr (uint i, const BinaryPred &f, const char* c) public bool operator () (const MysqlRow& cmp1) const 5.11 template struct MysqlDTbase $<$ class T $>$ Type abstract Include file datetime1.hh Synopsis Public methods * virtual short int compare (const T &other) const * bool operator != (const T &other) const * bool operator $<$ (const T &other) const * bool operator $<$ = (const T &other) const * bool operator == (const T &other) const * bool operator $>$ (const T &other) const * bool operator $>$ = (const T &other) const Public methods public pure virtual short int compare (const T &other) const public bool operator != (const T &other) const public bool operator $<$ (const T &other) const public bool operator $<$ = (const T &other) const public bool operator == (const T &other) const public bool operator $>$ (const T &other) const public bool operator $>$ = (const T &other) const 5.12 template class MysqlListInsert $<$ class T, class value_type = typename T::value_type $>$ Type instantiable Include file set1.hh Synopsis Public methods * MysqlListInsert (T *o) * void operator () (const value_type &data) Public methods public MysqlListInsert (T *o) public void operator () (const value_type &data) 5.13 template class MysqlSetInsert $<$ class T, class key_type = typename T::key_type $>$ Type instantiable Include file set1.hh Synopsis Public methods * MysqlSetInsert (T *o) * void operator () (const key_type &data) Public methods public MysqlSetInsert (T *o) public void operator () (const key_type &data) 5.14 template class Null $<$ class Type, class Behavior = NullisNull $>$ Container class for holding null types. Type instantiable Include file null1.hh Synopsis Public methods * Null () * Null (Type x) * Null (const null_type &n) Gives Null the null value * Type data * bool is_null * Null& operator = (const null_type &n) * Null& operator = (const null_type &n) * typedef Type value_type Public methods public Null () public Null (Type x) public Null (const null_type &n) Gives Null the null value Note public Type data public bool is_null public Null& operator = (const null_type &n) public Null& operator = (const null_type &n) public typedef Type value_type 5.15 struct NullisBlank Type to use for the behavior parameter for *Null $<$ $>$ * Type instantiable Include file null1.hh Synopsis Public methods * static const char * null_is () * static ostream& null_ostr (ostream &o) Public methods public static const char * null_is () public static ostream& null_ostr (ostream &o) 5.16 struct NullisNull Type to use for the behavior parameter for *Null $<$ $>$ * Type instantiable Include file null1.hh Synopsis Public methods * static null_type null_is () * static ostream& null_ostr (ostream& o) Public methods public static null_type null_is () public static ostream& null_ostr (ostream& o) 5.17 struct NullisZero Type to use for the behavior parameter for *Null $<$ $>$ * Type instantiable Include file null1.hh Synopsis Public methods * static int null_is () * static ostream& null_ostr (ostream &o) Public methods public static int null_is () public static ostream& null_ostr (ostream &o) 5.18 class Query A Query class suitable for executing queries. Type instantiable Superclasses public SQLQuery Include file query1.hh Detailed description This is the class is subclassed from SQLQuery. This class unlike SQLQuery is loosely attached to a Mysql object so that it can execute queries. Synopsis Public methods * Query (Connection *m, bool te = false) Create a new query object attached to a connection. * Query (const Query &q) * string error () The error message if the query was not successful. * bool exec (const string &str) Executes the query in the string buffer. * template $<$ class T $>$ Query& insert (const T &v) * Query& operator = (const Query &q) * string preview () * string preview (parms &p) * template $<$ class T $>$ Query& replace (const T &v) * bool success () Displays the string currently in the buffer. Public methods public Query (Connection *m, bool te = false) Create a new query object attached to a connection. public Query (const Query &q) public string error () The error message if the query was not successful. public bool exec (const string &str) Executes the query in the string buffer. Executes the query in the string buffer and returns a structure that contains the information of the success of the query. Use this for queries that don't return a result set such as INSERT, UPDATE, etc. The parameters can be anything in a valid SQLQuery public template $<$ class T $>$ Query& insert (const T &v) public Query& operator = (const Query &q) public string preview () public string preview (parms &p) public template $<$ class T $>$ Query& replace (const T &v) public bool success () Displays the string currently in the buffer. Same thing as string(). 5.19 struct ResNSel This structure holds the information on the success of queries thatdon't return any results. Type instantiable Include file result1.hh Synopsis Public methods * ResNSel () * ResNSel (Connection *q) * operator bool () If the query was successful * string info Additional info * int insert_id * int rows Number of rows affected * bool success Public methods public ResNSel () public ResNSel (Connection *q) public operator bool () If the query was successful public string info Additional info public int insert_id public int rows Number of rows affected public bool success 5.20 class ResUse Type instantiable Include file result1.hh Synopsis Public methods * ResUse () * ResUse (MYSQL_RES *result, Connection *m = NULL, bool te = false) * ResUse (const ResUse &other) * operator bool () const * unsigned int columns () const * bool eof () const raw c api function * Field& fetch_field () const raw c api field function * long unsigned int * fetch_lengths () const raw c api function * Row fetch_row () raw c api function * inline string& field_name (int) Returns the field with an offset of i. * inline const string& field_name (int) const Returns the field with an offset of i. * inline FieldNames& field_names () Returns a reference to the underlying FieldNames class. * inline const FieldNames& field_names () const Returns a const reference to the underlaying FieldNames class. * inline int field_num (const string&) const Returns the offset of the filed which equals str. * void field_seek (int field) raw c api field function * inline mysql_type_info& field_type (int i) Returns a reference to the mysql field type for the field with an offset of i. * inline const mysql_type_info& field_type (int) const Returns a const reference to the mysql field type for the field with an offset of i. * inline FieldTypes& field_types () Returns a reference to the underlying FieldTypes * inline const FieldTypes& field_types () const Returns a const reference to the underlying FieldTypes * const Fields& fields () const returns a reference to the underling Fields structure. * const Field& fields (unsigned int i) const returns a reference to the the mysql field info for a field with an offset of i. * MYSQL_RES * mysql_result (void) * inline FieldNames& names () Returns a reference to the underlying FieldNames class. * inline const FieldNames& names () const Returns a const reference to the underlying FieldNames class. * inline int names (const string& s) const Returns the offset of the filed which equals str. * inline string& names (int i) Returns the field with an offset of i. * inline const string& names (int i) const Returns the field with an offset of i. * int num_fields () const raw c api field function * bool operator != (const ResUse &other) const * inline ResUse& operator = (const ResUse &other) * bool operator == (const ResUse &other) const * void parent_leaving () * void purge (void) * inline void reset_field_names () Resets the field names to there original values. * inline void reset_field_types () Resets the field_types to their original values. * inline void reset_names () Resets the field names to their original values. * inline void reset_types () Resets the field_types to their original values. * string& table () table name * const string& table () const table name * inline FieldTypes& types () Returns a reference to the underlying FieldTypes * inline const FieldTypes& types () const Returns a const reference to the underlying FieldTypes * inline mysql_type_info& types (int i) Returns a reference to the mysql field type for the field with an offset of i. * inline const mysql_type_info& types (int i) const Returns a const reference to the mysql field type for the field with an offset of i. * ~ ResUse () Protected methods * Fields _fields * mutable FieldNames * _names * string _table * mutable FieldTypes * _types * void copy (const ResUse& other) * Connection * mysql * mutable MYSQL_RES * mysql_res * bool throw_exceptions, initialized Friend methods * friend Connection Public methods public ResUse () public ResUse (MYSQL_RES *result, Connection *m = NULL, bool te = false) public ResUse (const ResUse &other) public operator bool () const public unsigned int columns () const public bool eof () const raw c api function public Field& fetch_field () const raw c api field function public long unsigned int *fetch_lengths () const raw c api function public Row fetch_row () raw c api function public inline string& field_name (int) Returns the field with an offset of i. public inline const string& field_name (int) const Returns the field with an offset of i. public inline FieldNames& field_names () Returns a reference to the underlying FieldNames class. public inline const FieldNames& field_names () const Returns a const reference to the underlaying FieldNames class. public inline int field_num (const string&) const Returns the offset of the filed which equals str. public void field_seek (int field) raw c api field function public inline mysql_type_info& field_type (int i) Returns a reference to the mysql field type for the field with an offset of i. public inline const mysql_type_info& field_type (int) const Returns a const reference to the mysql field type for the field with an offset of i. public inline FieldTypes& field_types () Returns a reference to the underlying FieldTypes public inline const FieldTypes& field_types () const Returns a const reference to the underlying FieldTypes public const Fields& fields () const returns a reference to the underling Fields structure. public const Field& fields (unsigned int i) const returns a reference to the the mysql field info for a field with an offset of i. public MYSQL_RES *mysql_result (void) public inline FieldNames& names () Returns a reference to the underlying FieldNames class. public inline const FieldNames& names () const Returns a const reference to the underlying FieldNames class. public inline int names (const string& s) const Returns the offset of the filed which equals str. public inline string& names (int i) Returns the field with an offset of i. public inline const string& names (int i) const Returns the field with an offset of i. public int num_fields () const raw c api field function public bool operator != (const ResUse &other) const public inline ResUse& operator = (const ResUse &other) public bool operator == (const ResUse &other) const public void parent_leaving () public void purge (void) public inline void reset_field_names () Resets the field names to there original values. public inline void reset_field_types () Resets the field_types to their original values. public inline void reset_names () Resets the field names to their original values. public inline void reset_types () Resets the field_types to their original values. public string& table () table name public const string& table () const table name public inline FieldTypes& types () Returns a reference to the underlying FieldTypes public inline const FieldTypes& types () const Returns a const reference to the underlying FieldTypes public inline mysql_type_info& types (int i) Returns a reference to the mysql field type for the field with an offset of i. public inline const mysql_type_info& types (int i) const Returns a const reference to the mysql field type for the field with an offset of i. public ~ ResUse () Protected methods protected Fields _fields protected mutable FieldNames *_names protected string _table protected mutable FieldTypes *_types protected void copy (const ResUse& other) protected Connection *mysql protected mutable MYSQL_RES *mysql_res protected bool throw_exceptions, initialized Friend methods friend friend Connection 5.21 class Result This class handles the result set. Type instantiable Superclasses public ResUse, public const_subscript_container $<$ Result,Row,const Row $>$ Include file result1.hh Detailed description It is also a Random Access Container that is not LessThanComparable and not Assignable. Being a Random Access Container it can return a Random Access Iterator or a reverse Random Access Iterator yet. Synopsis Public methods * Result () * Result (MYSQL_RES *result, bool te = false) * Result (const Result &other) * void data_seek (uint offset) const Raw c api function * const Row fetch_row () const Raw c api function * int num_rows () const Raw c api function * const Row operator (size_type i) const Returns the row with an offset of i. * size_type rows () const Returns the number of rows. * size_type size () const Returns the number of rows * virtual ~ Result () Friend methods * friend Connection Public methods public Result () public Result (MYSQL_RES *result, bool te = false) public Result (const Result &other) public void data_seek (uint offset) const Raw c api function public const Row fetch_row () const Raw c api function public int num_rows () const Raw c api function public const Row operator (size_type i) const Returns the row with an offset of i. public size_type rows () const Returns the number of rows. public size_type size () const Returns the number of rows public virtual ~ Result () raw mysql c api functions Friend methods friend friend Connection 5.22 class Row This class handles the actual rows in an intelligent manner. Type instantiable Superclasses public const_subscript_container $<$ Row,ColData,const ColData $>$ , public RowTemplate $<$ Row, ResUse $>$ Include file row1.hh Synopsis Public methods * Row () * Row (MYSQL_ROW d, const ResUse *r, unsigned int *jj, bool te = false) * operator bool () const Returns true if there is data in the row. * inline const ColData operator (const string &i) const Returns the value of the field with the field name of i.Returns the value of the field with the field name of i. * inline const ColData operator (const string &i) const Returns the value of the field with the field name of i.Returns the value of the field with the field name of i. * const ColData operator (int i) const * inline const ColData operator (size_type i) const Returns the value of the field with the index of i. * const ResUse& parent () const * const char * raw_data (int i) const * Row& self () * const Row& self () const * inline size_type size () const Returns the number of columns. * ~ Row () Public methods public Row () public Row (MYSQL_ROW d, const ResUse *r, unsigned int *jj, bool te = false) public operator bool () const Returns true if there is data in the row. public inline const ColData operator (const string &i) const Returns the value of the field with the field name of i.Returns the value of the field with the field name of i. This method is not nearly as efficient as using the index number. Use sparingly. This method is not nearly as effecent as using the index number. Use sparingly. public inline const ColData operator (const string &i) const Returns the value of the field with the field name of i.Returns the value of the field with the field name of i. This method is not nearly as efficient as using the index number. Use sparingly. This method is not nearly as effecent as using the index number. Use sparingly. public const ColData operator (int i) const public inline const ColData operator (size_type i) const Returns the value of the field with the index of i. public const ResUse& parent () const public const char *raw_data (int i) const public Row& self () public const Row& self () const public inline size_type size () const Returns the number of columns. public ~ Row () 5.23 template class RowTemplate $<$ class ThisType, class Res $>$ Type abstract Include file row1.hh Synopsis Public methods * equal_list_ba $<$ FieldNames,ThisType,quote_type0 $>$ equal_list (const char *d = ",", const char *e = " = ") const * template $<$ class Manip $>$ equal_list_ba $<$ FieldNames,ThisType,Manip $>$ equal_list (const char *d, const char *e, Manip m) const * value_list_b $<$ FieldNames,quote_type0 $>$ field_list (bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const * value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const vector $<$ bool $>$ &vb) const * value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const vector $<$ bool $>$ &vb) const * template $<$ class Manip $>$ value_list_ba $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m) const * template $<$ class Manip $>$ value_list_b $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const * template $<$ class Manip $>$ value_list_b $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m, const vector $<$ bool $>$ &vb) const * template $<$ class Manip $>$ value_list_b $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const * value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const char *d, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const * value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const char *d, const vector $<$ bool $>$ &vb) const * value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const char *d, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const * value_list_b $<$ FieldNames,quote_type0 $>$ field_list (string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const * virtual const Res & parent () const * value_list_b $<$ ThisType,quote_type0 $>$ value_list (bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const * value_list_b $<$ ThisType,quote_type0 $>$ value_list (const vector $<$ bool $>$ &vb) const * value_list_b $<$ ThisType,quote_type0 $>$ value_list (const vector $<$ bool $>$ &vb) const * template $<$ class Manip $>$ value_list_ba $<$ ThisType,Manip $>$ value_list (const char *d, Manip m) const * template $<$ class Manip $>$ value_list_b $<$ ThisType,Manip $>$ value_list (const char *d, Manip m, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const * template $<$ class Manip $>$ value_list_b $<$ ThisType,Manip $>$ value_list (const char *d, Manip m, const vector $<$ bool $>$ &vb) const * template $<$ class Manip $>$ value_list_b $<$ ThisType,Manip $>$ value_list (const char *d, Manip m, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const * value_list_b $<$ ThisType,quote_type0 $>$ value_list (const char *d, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const * value_list_b $<$ ThisType,quote_type0 $>$ value_list (const char *d, const vector $<$ bool $>$ &vb) const * value_list_b $<$ ThisType,quote_type0 $>$ value_list (const char *d, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const * value_list_b $<$ ThisType,quote_type0 $>$ value_list (string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const * virtual ~ RowTemplate () Protected methods * virtual ThisType& self () * virtual const ThisType& self () const Public methods public equal_list_ba $<$ FieldNames,ThisType,quote_type0 $>$ equal_list (const char *d = ",", const char *e = " = ") const public template $<$ class Manip $>$ equal_list_ba $<$ FieldNames,ThisType,Manip $>$ equal_list (const char *d, const char *e, Manip m) const public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const vector $<$ bool $>$ &vb) const public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const vector $<$ bool $>$ &vb) const public template $<$ class Manip $>$ value_list_ba $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m) const public template $<$ class Manip $>$ value_list_b $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const public template $<$ class Manip $>$ value_list_b $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m, const vector $<$ bool $>$ &vb) const public template $<$ class Manip $>$ value_list_b $<$ FieldNames,Manip $>$ field_list (const char *d, Manip m, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const char *d, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const char *d, const vector $<$ bool $>$ &vb) const public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (const char *d, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const public value_list_b $<$ FieldNames,quote_type0 $>$ field_list (string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const equal_list public pure virtual const Res & parent () const value_list public value_list_b $<$ ThisType,quote_type0 $>$ value_list (bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const vector $<$ bool $>$ &vb) const public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const vector $<$ bool $>$ &vb) const public template $<$ class Manip $>$ value_list_ba $<$ ThisType,Manip $>$ value_list (const char *d, Manip m) const public template $<$ class Manip $>$ value_list_b $<$ ThisType,Manip $>$ value_list (const char *d, Manip m, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const public template $<$ class Manip $>$ value_list_b $<$ ThisType,Manip $>$ value_list (const char *d, Manip m, const vector $<$ bool $>$ &vb) const public template $<$ class Manip $>$ value_list_b $<$ ThisType,Manip $>$ value_list (const char *d, Manip m, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const char *d, bool t0, bool t1=false, bool t2=false, bool t3=false, bool t4=false, bool t5=false, bool t6=false, bool t7=false, bool t8=false, bool t9=false, bool ta=false, bool tb=false, bool tc=false) const public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const char *d, const vector $<$ bool $>$ &vb) const public value_list_b $<$ ThisType,quote_type0 $>$ value_list (const char *d, string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const public value_list_b $<$ ThisType,quote_type0 $>$ value_list (string s0, string s1="", string s2="", string s3="", string s4="", string s5="", string s6="", string s7="", string s8="", string s9="", string sa="", string sb="", string sc="") const field_list public virtual ~ RowTemplate () Protected methods protected pure virtual ThisType& self () protected pure virtual const ThisType& self () const 5.24 struct SQLParseElement Type instantiable Include file sql_query1.hh Synopsis Public methods * SQLParseElement (string b, char o, char n) * string before * char num * char option Public methods public SQLParseElement (string b, char o, char n) public string before public char num public char option 5.25 class SQLQuery The "pure" query class Type instantiable Superclasses public strstream Include file sql_query1.hh Detailed description This is the "pure" query class. It is used to form queries to send to the *Connection* object. The *Query* class can be used if you wish to also be able to execute the queries without having to send them to the *Connection* object. This class is subclassed from *strstream*. This means that you can write to it like a stream to avoid having to piece parts together by creating you own *strstream* or by using *sprintf*. Although you can read from query because it is a stream this is _not_ recommended. I can not guarantee the predictability of the class if you do and will offer no help if you run into problems when you do this. However, fell free to use any of the stream methods to write to it. Just make sure that the write buffer points to the end of your query before you try to use any of the *SQLQuery* specific methods except for *error()* and *success()*. Synopsis Public methods * SQLQuery () * SQLQuery (const SQLQuery &q) * operator bool () * SQLQueryParms def The default template parameters set. * string error () const * template $<$ class T $>$ SQLQuery& insert (const T &v) * mysql_query_define_const1 (string,str) * bool operator ! () Returns the full query string.Like str(query_reset) but sets the parameters. * SQLQuery& operator = (const SQLQuery &q) * void parse () * template $<$ class T $>$ SQLQuery& replace (const T &v) * bool success () const Protected methods * bool Success * char* errmsg * typedef SQLQueryParms parms * vector $<$ SQLParseElement $>$ parsed * vector $<$ string $>$ parsed_names * map $<$ string,int $>$ parsed_nums * void proc (parms &p) * typedef const SQLString& ss Friend methods * friend SQLQueryParms Public methods public SQLQuery () public SQLQuery (const SQLQuery &q) public operator bool () public SQLQueryParms def The default template parameters set. public string error () const public template $<$ class T $>$ SQLQuery& insert (const T &v) public mysql_query_define_const1 (string,str) public bool operator ! () Returns the full query string.Like str(query_reset) but sets the parameters. Returns the full query string, replacing it with the default template parameters if necessary. *query_reset* can either be DONT_RESET or RESET_QUERY. If it is set the RESET_QUERY then reset() is called after it has finished returning the query. If there is not enough parameters then it will return a empty string and *success()* would be false. Like str(query_reset) but sets query parameters 0 to (up to) 11. To parm0, parm1 etc. This is archived by overloaded methods and templates and not the ... It will combine this with def. If any of the required parameters are null it will produce an error and return an empty string. public SQLQuery& operator = (const SQLQuery &q) public void parse () public template $<$ class T $>$ SQLQuery& replace (const T &v) public bool success () const Protected methods protected bool Success protected char* errmsg protected typedef SQLQueryParms parms protected vector $<$ SQLParseElement $>$ parsed protected vector $<$ string $>$ parsed_names protected map $<$ string,int $>$ parsed_nums protected void proc (parms &p) protected typedef const SQLString& ss Friend methods friend friend SQLQueryParms 5.26 struct SQLQueryNEParms Exception thrown when not enough parameters are provided Type instantiable Include file sql_query1.hh Detailed description Thrown when not enough parameters are provided for a template query. Synopsis Public methods * SQLQueryNEParms (const char *c) * const char* error Public methods public SQLQueryNEParms (const char *c) public const char* error 5.27 class SQLQueryParms This class holds the parameter values for filling template queries. Type instantiable Superclasses public vector $<$ SQLString $>$ Include file sql_query1.hh Detailed description It is a subclass of a vector of *SQLStrings*. Synopsis Public methods * SQLQueryParms () * SQLQueryParms (SQLQuery *p) * bool bound () * void clear () Clears the list * SQLQueryParms operator + (const SQLQueryParms &other) const Set the elements. * SQLQueryParms & operator += (const SQLString &str) Adds an element to the list * SQLQueryParms & operator $<$ $<$ (const SQLString &str) Adds an element to the list * SQLString & operator (const char *str) Access the value of the element with a key of str. * const SQLString & operator (const char *str) const Access the value of the element with a key of str. * SQLString & operator (size_type n) Access element number n * const SQLString & operator (size_type n) const Access element number n * void set (ss a) * void set (ss a, ss b) * void set (ss a, ss b, ss c) * void set (ss a, ss b, ss c, ss d) * void set (ss a, ss b, ss c, ss d, ss e) * void set (ss a, ss b, ss c, ss d, ss e, ss f) * void set (ss a, ss b, ss c, ss d, ss e, ss f, ss g) * void set (ss a, ss b, ss c, ss d, ss e, ss f, ss g, ss h) * void set (ss a, ss b, ss c, ss d, ss e, ss f, ss g, ss h, ss i) * void set (ss a,ss b,ss c,ss d,ss e,ss f,ss g,ss h,ss i,ss j) * void set (ss a,ss b,ss c,ss d,ss e,ss f,ss g,ss h,ss i,ss j,ss k) * void set (ss a,ss b,ss c,ss d,ss e,ss f,ss g,ss h,ss i,ss j,ss k,ss l) Friend methods * friend Query Public methods public SQLQueryParms () public SQLQueryParms (SQLQuery *p) public bool bound () public void clear () Clears the list public SQLQueryParms operator + (const SQLQueryParms &other) const Set the elements. Sets element 0 to a, element 1 to b, etc. May specify up to a dozen elements public SQLQueryParms &operator += (const SQLString &str) Adds an element to the list public SQLQueryParms &operator $<$ $<$ (const SQLString &str) Adds an element to the list public SQLString &operator (const char *str) Access the value of the element with a key of str. public const SQLString &operator (const char *str) const Access the value of the element with a key of str. public SQLString &operator (size_type n) Access element number n public const SQLString &operator (size_type n) const Access element number n public void set (ss a) public void set (ss a, ss b) public void set (ss a, ss b, ss c) public void set (ss a, ss b, ss c, ss d) public void set (ss a, ss b, ss c, ss d, ss e) public void set (ss a, ss b, ss c, ss d, ss e, ss f) public void set (ss a, ss b, ss c, ss d, ss e, ss f, ss g) public void set (ss a, ss b, ss c, ss d, ss e, ss f, ss g, ss h) public void set (ss a, ss b, ss c, ss d, ss e, ss f, ss g, ss h, ss i) public void set (ss a,ss b,ss c,ss d,ss e,ss f,ss g,ss h,ss i,ss j) public void set (ss a,ss b,ss c,ss d,ss e,ss f,ss g,ss h,ss i,ss j,ss k) public void set (ss a,ss b,ss c,ss d,ss e,ss f,ss g,ss h,ss i,ss j,ss k,ss l) Friend methods friend friend Query 5.28 class SQLString A special string that will convert from anything. Type instantiable Superclasses public string Include file sql_string1.hh Detailed description A class subclassed from string that has the additional ability to convert from any valid mysql type. Synopsis Public methods * SQLString () * SQLString (char i) * SQLString (const char *str) * SQLString (const char *str) * SQLString (double i) * SQLString (float i) * SQLString (int i) * SQLString (short int i) * SQLString (unsigned int i) * SQLString (unsigned int i) * SQLString (unsigned int i) * bool dont_escape * bool is_string * SQLString& operator = (const string& str) * SQLString& operator = (const string& str) * bool processed Public methods public SQLString () public SQLString (char i) public SQLString (const char *str) public SQLString (const char *str) public SQLString (double i) public SQLString (float i) public SQLString (int i) public SQLString (short int i) public SQLString (unsigned int i) public SQLString (unsigned int i) public SQLString (unsigned int i) public bool dont_escape public bool is_string public SQLString& operator = (const string& str) public SQLString& operator = (const string& str) public bool processed 5.29 template class Set $<$ class Container = set $<$ string $>$ $>$ A Special Set for holding mysql sets. Type instantiable Superclasses public Container Include file set1.hh Synopsis Public methods * Set (const ColData &str) * Set (const ColData &str) * Set (const ColData &str) * ostream& out_stream (ostream &s) const * operator string () Public methods public Set (const ColData &str) public Set (const ColData &str) public Set (const ColData &str) public ostream& out_stream (ostream &s) const public operator string () 5.30 struct Time A special type for holding mysql Dates. Type instantiable Superclasses public mysql_time, public MysqlDTbase $<$ Time $>$ Include file datetime1.hh Detailed description Time, a comparable data structures for holding mysql Times. It also responds to the stream extraction and insertion operator. Synopsis Public methods * Time () * Time (cchar* str) * Time (const string &str) * Time (const string &str) * short int compare (const Time& other) const Public methods public Time () public Time (cchar* str) public Time (const string &str) public Time (const string &str) public short int compare (const Time& other) const 5.31 class const_string A special string that is created from a existing const char * Type instantiable Include file const_string1.hh Detailed description It contains a small subset of the standard string class. When an object is created only a link to the const char * is created. The data is NOT copied. thus the const char * needs to stick around for the life of the class. Synopsis Public methods * const_iterator begin () const * const char* c_str () const * typedef const char* const_iterator * typedef const char* const_pointer * typedef const char& const_reference * const_string () * const_string (const char *str) * const char* data () const * typedef int difference_type * const_iterator end () const * typedef const_iterator iterator The same as const_iterator because the data can not be changed. * size_type length () const * size_type max_size () const * const_reference operator (size_type pos) const * typedef const_pointer pointer * typedef const_reference reference * typedef unsigned int size_type * typedef const char value_type Public methods public const_iterator begin () const public const char* c_str () const public typedef const char* const_iterator public typedef const char* const_pointer public typedef const char& const_reference public const_string () public const_string (const char *str) public const char* data () const public typedef int difference_type public const_iterator end () const public typedef const_iterator iterator The same as const_iterator because the data can not be changed. public size_type length () const public size_type max_size () const public const_reference operator (size_type pos) const public typedef const_pointer pointer public typedef const_reference reference public typedef unsigned int size_type public typedef const char value_type 5.32 template class const_subscript_container $<$ class OnType, class ValueType, class ReturnType = const ValueType&, class SizeType = unsigned int, class DiffType = int $>$ A container adapter to make a container into a Random Access Container. Type abstract Include file resiter1.hh Detailed description The requirements are that the container has the member functions *operator[] (SizeType)* _and_ *size()* defined. Synopsis Public methods * iterator begin () const * typedef iterator const_iterator * typedef value_type* const_pointer * typedef value_type& const_reference * typedef const ::reverse_iterator $<$ const_iterator $>$ const_reverse_iterator * typedef DiffType difference_type * bool empty () const * iterator end () const * typedef subscript_iterator $<$ const this_type, ReturnType, SizeType, DiffType $>$ iterator * size_type max_size () const * virtual ReturnType operator (SizeType i) const * typedef value_type* pointer * reverse_iterator rbegin () const * typedef value_type& reference * reverse_iterator rend () const * typedef const ::reverse_iterator $<$ iterator $>$ reverse_iterator * virtual size_type size () const * typedef SizeType size_type * typedef const_subscript_container $<$ OnType,ValueType,ReturnType,SizeType,DiffType $>$ this_type * typedef ValueType value_type Public methods public iterator begin () const public typedef iterator const_iterator public typedef value_type* const_pointer public typedef value_type& const_reference public typedef const ::reverse_iterator $<$ const_iterator $>$ const_reverse_iterator public typedef DiffType difference_type public bool empty () const public iterator end () const public typedef subscript_iterator $<$ const this_type, ReturnType, SizeType, DiffType $>$ iterator public size_type max_size () const public pure virtual ReturnType operator (SizeType i) const public typedef value_type* pointer public reverse_iterator rbegin () const public typedef value_type& reference public reverse_iterator rend () const public typedef const ::reverse_iterator $<$ iterator $>$ reverse_iterator public pure virtual size_type size () const public typedef SizeType size_type public typedef const_subscript_container $<$ OnType,ValueType,ReturnType,SizeType,DiffType $>$ this_type public typedef ValueType value_type 5.33 struct cstr_equal_to Type instantiable Superclasses bin_char_pred Include file compare1.hh Synopsis Public methods * bool operator () (const char *x, const char *y) const Public methods public bool operator () (const char *x, const char *y) const 5.34 struct cstr_greater Type instantiable Superclasses bin_char_pred Include file compare1.hh Synopsis Public methods * bool operator () (const char *x, const char *y) const Public methods public bool operator () (const char *x, const char *y) const 5.35 struct cstr_greater_equal Type instantiable Superclasses bin_char_pred Include file compare1.hh Synopsis Public methods * bool operator () (const char *x, const char *y) const Public methods public bool operator () (const char *x, const char *y) const 5.36 struct cstr_less Type instantiable Superclasses bin_char_pred Include file compare1.hh Synopsis Public methods * bool operator () (const char *x, const char *y) const Public methods public bool operator () (const char *x, const char *y) const 5.37 struct cstr_less_equal Type instantiable Superclasses bin_char_pred Include file compare1.hh Synopsis Public methods * bool operator () (const char *x, const char *y) const Public methods public bool operator () (const char *x, const char *y) const 5.38 struct cstr_not_equal_to Type instantiable Superclasses bin_char_pred Include file compare1.hh Synopsis Public methods * bool operator () (const char *x, const char *y) const Public methods public bool operator () (const char *x, const char *y) const 5.39 struct do_nothing_type1 Type instantiable Include file manip1.hh Synopsis Public methods * do_nothing_type1 (ostream *o) * ostream * ostr Public methods public do_nothing_type1 (ostream *o) public ostream *ostr 5.40 struct do_nothing_type2 Type instantiable Include file manip1.hh Synopsis Public methods * do_nothing_type2 (SQLQueryParms *p) * SQLQueryParms * qparms Public methods public do_nothing_type2 (SQLQueryParms *p) public SQLQueryParms *qparms 5.41 template struct equal_list_b $<$ class Seq1, class Seq2, class Manip $>$ Type instantiable Include file vallist1.hh Synopsis Public methods * const char * delem * equal_list_b (const Seq1 &s1, const Seq2 &s2, const vector $<$ bool $>$ &f, const char *d, const char *e, Manip m) * const char * equl * const vector $<$ bool $>$ fields * const Seq1 * list1 * const Seq2 * list2 * Manip manip Public methods public const char *delem public equal_list_b (const Seq1 &s1, const Seq2 &s2, const vector $<$ bool $>$ &f, const char *d, const char *e, Manip m) public const char *equl public const vector $<$ bool $>$ fields public const Seq1 *list1 public const Seq2 *list2 public Manip manip 5.42 template struct equal_list_ba $<$ class Seq1, class Seq2, class Manip $>$ Type instantiable Include file vallist1.hh Synopsis Public methods * const char * delem * equal_list_ba (const Seq1 &s1, const Seq2 &s2, const char *d, const char *e, Manip m) * const char * equl * const Seq1 * list1 * const Seq2 * list2 * Manip manip Public methods public const char *delem public equal_list_ba (const Seq1 &s1, const Seq2 &s2, const char *d, const char *e, Manip m) public const char *equl public const Seq1 *list1 public const Seq2 *list2 public Manip manip 5.43 struct escape_type1 Type instantiable Include file manip1.hh Synopsis Public methods * escape_type1 (ostream *o) * ostream * ostr Public methods public escape_type1 (ostream *o) public ostream *ostr 5.44 struct escape_type2 Type instantiable Include file manip1.hh Synopsis Public methods * escape_type2 (SQLQueryParms *p) * SQLQueryParms * qparms Public methods public escape_type2 (SQLQueryParms *p) public SQLQueryParms *qparms 5.45 struct ignore_type2 Type instantiable Include file manip1.hh Synopsis Public methods * ignore_type2 (SQLQueryParms *p) * SQLQueryParms * qparms Public methods public ignore_type2 (SQLQueryParms *p) public SQLQueryParms *qparms 5.46 template class mysql_ColData $<$ class Str $>$ Base class for auto-converting column data. Do not use directly. Type instantiable Superclasses public Str Include file coldata1.hh Detailed description A smart string. It will automatically convert it self to any of the basic C types. When used with binary operators it will automatically convert it self to the type used on the other side of the operator if it is a basic type. However, be careful when using it with binary operators as. MysqlStr("12.86") + 2 will return 14 because 2 is an integer. What you wanted to say was MysqlStr("12.86") + 2.0 If this type of thing scares you define the micro NO_BINARY_OPERS to turn of this behavior. This class also has some basic information about the type of data stored in it. $<$ bf $>$ Do not use this class directly. $<$ /bf $>$ Use the typedef ColData or MutableColData instead. Synopsis Public methods * template $<$ class T, class B $>$ operator Null $<$ T,B $>$ () const * operator cchar* () const * operator unsigned char () const * operator unsigned char () const * template $<$ class Type $>$ Type conv (Type dummy) const Converts the column data to TYPE. * operator double () const * bool escape_q () const Returns true of false depending on if the data is of a type thatshould be escaped * inline const string& get_string (void) const * operator unsigned long int () const * operator unsigned long int () const * operator unsigned long int () const * operator unsigned long int () const * operator unsigned long int () const * operator unsigned long int () const * inline const bool is_null (void) const * void it_is_null (void) * mysql_ColData () * bool quote_q () const Returns true or false depending on if the data is of a type thatshould be quoted * mysql_type_info type () Returns the current mysql type of current item * operator ulonglong () const Public methods public template $<$ class T, class B $>$ operator Null $<$ T,B $>$ () const public operator cchar* () const public operator unsigned char () const public operator unsigned char () const public template $<$ class Type $>$ Type conv (Type dummy) const Converts the column data to TYPE. If all the charters are not read during the conversion to TYPE it will through BadConversion. TYPE is defined for all the build in types. (Note, This is not an actual template) public operator double () const public bool escape_q () const Returns true of false depending on if the data is of a type thatshould be escaped public inline const string& get_string (void) const public operator unsigned long int () const public operator unsigned long int () const public operator unsigned long int () const public operator unsigned long int () const public operator unsigned long int () const public operator unsigned long int () const public inline const bool is_null (void) const public void it_is_null (void) public mysql_ColData () public bool quote_q () const Returns true or false depending on if the data is of a type thatshould be quoted public mysql_type_info type () Returns the current mysql type of current item public operator ulonglong () const 5.47 class mysql_convert Type instantiable Include file convert1.hh Synopsis 5.48 struct mysql_date Type instantiable Superclasses virtual public mysql_dt_base Include file datetime1.hh Synopsis Public methods * cchar* convert (cchar*) * tiny_int day * tiny_int month * ostream& out_stream (ostream&) const * short int year Protected methods * short int compare (const mysql_date *other) const Public methods public cchar* convert (cchar*) public tiny_int day public tiny_int month public ostream& out_stream (ostream&) const public short int year Protected methods protected short int compare (const mysql_date *other) const 5.49 struct mysql_dt_base Type abstract Include file datetime1.hh Synopsis Public methods * virtual ostream& out_stream (ostream&) const * operator string () Public methods public pure virtual ostream& out_stream (ostream&) const public operator string () 5.50 class mysql_ti_sql_type_info Type instantiable Include file type_info1.hh Synopsis Friend methods * friend mysql_ti_sql_type_info_lookup * friend mysql_type_info Friend methods friend friend mysql_ti_sql_type_info_lookup friend friend mysql_type_info 5.51 class mysql_ti_sql_type_info_lookup Type instantiable Include file type_info1.hh Synopsis Friend methods * friend mysql_type_info Friend methods friend friend mysql_type_info 5.52 struct mysql_time Type instantiable Superclasses virtual public mysql_dt_base Include file datetime1.hh Synopsis Public methods * cchar* convert (cchar*) * tiny_int hour * tiny_int minute * ostream& out_stream (ostream&) const * tiny_int second Protected methods * short int compare (const mysql_time *other) const Public methods public cchar* convert (cchar*) public tiny_int hour public tiny_int minute public ostream& out_stream (ostream&) const public tiny_int second Protected methods protected short int compare (const mysql_time *other) const 5.53 class mysql_type_info Class that holds basic type information for ColData. Type instantiable Include file type_info1.hh Synopsis Public methods * unsigned int _length * unsigned int _max_length * inline const mysql_type_info base_type () const Returns the type_info for the C++ type inside of the Null type. * bool before (mysql_type_info &b) Provides ordering * inline const type_info& c_type () const * bool escape_q () const Returns true if the sql type is of a type that needs to be escaped. * int id () const Returns the id of the sql_type. * inline const unsigned int length () const * inline const unsigned int max_length () const Returns the type_info for the C++ type associated with the sql type. * mysql_type_info () * mysql_type_info (const type_info &t) * mysql_type_info (const type_info &t) * inline mysql_type_info (const MYSQL_FIELD &f) * inline mysql_type_info (enum_field_types t, bool _unsigned, bool _null) * mysql_type_info (unsigned char n) * inline const char* name () const Returns a implication defined name of the c++ type. * mysql_type_info& operator = (const type_info &t) * mysql_type_info& operator = (const type_info &t) * mysql_type_info& operator = (unsigned char n) * bool quote_q () const Returns true if the sql type is of a type that needs to be quoted. * inline const char* sql_name () const Returns the name for the sql type. * static const unsigned char string_type Public methods public unsigned int _length public unsigned int _max_length public inline const mysql_type_info base_type () const Returns the type_info for the C++ type inside of the Null type. If the type is not null then this is the same as c_type() public bool before (mysql_type_info &b) Provides ordering You can also use id() for the same purpose. public inline const type_info& c_type () const public bool escape_q () const Returns true if the sql type is of a type that needs to be escaped. public int id () const Returns the id of the sql_type. Note: Do not ever use this id directly as it may change between versions. public inline const unsigned int length () const public inline const unsigned int max_length () const Returns the type_info for the C++ type associated with the sql type. public mysql_type_info () public mysql_type_info (const type_info &t) public mysql_type_info (const type_info &t) public inline mysql_type_info (const MYSQL_FIELD &f) public inline mysql_type_info (enum_field_types t, bool _unsigned, bool _null) public mysql_type_info (unsigned char n) public inline const char* name () const Returns a implication defined name of the c++ type. Returns the name that would be returned by typeid().name() for the C++ type associated with the sql type. public mysql_type_info& operator = (const type_info &t) public mysql_type_info& operator = (const type_info &t) public mysql_type_info& operator = (unsigned char n) public bool quote_q () const Returns true if the sql type is of a type that needs to be quoted. public inline const char* sql_name () const Returns the name for the sql type. public static const unsigned char string_type 5.54 class null_type Type instantiable Include file null1.hh Synopsis Public methods * template $<$ class Type $>$ operator Type () Public methods public template $<$ class Type $>$ operator Type () 5.55 struct quote_double_only_type1 Type instantiable Include file manip1.hh Synopsis Public methods * ostream * ostr * quote_double_only_type1 (ostream *o) Public methods public ostream *ostr public quote_double_only_type1 (ostream *o) 5.56 struct quote_double_only_type2 Type instantiable Include file manip1.hh Synopsis Public methods * SQLQueryParms * qparms * quote_double_only_type2 (SQLQueryParms *p) Public methods public SQLQueryParms *qparms public quote_double_only_type2 (SQLQueryParms *p) 5.57 struct quote_only_type1 Type instantiable Include file manip1.hh Synopsis Public methods * ostream * ostr * quote_only_type1 (ostream *o) Public methods public ostream *ostr public quote_only_type1 (ostream *o) 5.58 struct quote_only_type2 Type instantiable Include file manip1.hh Synopsis Public methods * SQLQueryParms * qparms * quote_only_type2 (SQLQueryParms *p) Public methods public SQLQueryParms *qparms public quote_only_type2 (SQLQueryParms *p) 5.59 struct quote_type1 Type instantiable Include file manip1.hh Synopsis Public methods * ostream * ostr * quote_type1 (ostream *o) Public methods public ostream *ostr public quote_type1 (ostream *o) 5.60 struct quote_type2 Type instantiable Include file manip1.hh Synopsis Public methods * SQLQueryParms * qparms * quote_type2 (SQLQueryParms *p) Public methods public SQLQueryParms *qparms public quote_type2 (SQLQueryParms *p) 5.61 template class simp_list_b $<$ class Iter $>$ Type instantiable Include file vallist1.hh Synopsis Public methods * Iter _begin * Iter _end * Iter begin () const * typedef Iter const_iterator * Iter end () const * simp_list_b (Iter b, Iter e) Public methods public Iter _begin public Iter _end public Iter begin () const public typedef Iter const_iterator public Iter end () const public simp_list_b (Iter b, Iter e) 5.62 template class subscript_iterator $<$ class OnType, class ReturnType, class SizeType, class DiffType $>$ Type instantiable Superclasses public random_access_iterator $<$ ReturnType, SizeType $>$ Include file resiter1.hh Synopsis Public methods * bool operator != (const subscript_iterator &j) const * ReturnType operator * () const * subscript_iterator operator + (SizeType n) const * subscript_iterator& operator ++ () * subscript_iterator operator ++ (int) * subscript_iterator& operator += (SizeType n) * subscript_iterator operator - (SizeType n) const * DiffType operator - (const subscript_iterator &j) const * subscript_iterator& operator - () * subscript_iterator operator - (int) * subscript_iterator& operator -= (SizeType n) * ReturnType operator - $>$ () const * bool operator $<$ (const subscript_iterator &j) const * bool operator $<$ = (const subscript_iterator &j) const * bool operator == (const subscript_iterator &j) const * bool operator $>$ (const subscript_iterator &j) const * bool operator $>$ = (const subscript_iterator &j) const * ReturnType operator (SizeType n) const * subscript_iterator () * subscript_iterator (OnType *what, SizeType pos) Public methods public bool operator != (const subscript_iterator &j) const public ReturnType operator * () const public subscript_iterator operator + (SizeType n) const public subscript_iterator& operator ++ () public subscript_iterator operator ++ (int) public subscript_iterator& operator += (SizeType n) public subscript_iterator operator - (SizeType n) const public DiffType operator - (const subscript_iterator &j) const public subscript_iterator& operator - () public subscript_iterator operator - (int) public subscript_iterator& operator -= (SizeType n) public ReturnType operator - $>$ () const public bool operator $<$ (const subscript_iterator &j) const public bool operator $<$ = (const subscript_iterator &j) const public bool operator == (const subscript_iterator &j) const public bool operator $>$ (const subscript_iterator &j) const public bool operator $>$ = (const subscript_iterator &j) const public ReturnType operator (SizeType n) const public subscript_iterator () public subscript_iterator (OnType *what, SizeType pos) \begin{figure}\vbox{\include{tiny_int} }\end{figure} 5.63 struct type_info_cmp Type instantiable Include file type_info1.hh Synopsis Public methods * bool operator() (const type_info *lhs, const type_info *rhs) const Public methods public bool operator() (const type_info *lhs, const type_info *rhs) const 5.64 template struct value_list_b $<$ class Seq, class Manip $>$ Type instantiable Include file vallist1.hh Synopsis Public methods * const char * delem * const vector $<$ bool $>$ fields * const Seq * list * Manip manip * value_list_b (const Seq &s, const vector $<$ bool $>$ &f, const char *d, Manip m) Public methods public const char *delem public const vector $<$ bool $>$ fields public const Seq *list public Manip manip public value_list_b (const Seq &s, const vector $<$ bool $>$ &f, const char *d, Manip m) 5.65 template struct value_list_ba $<$ class Seq, class Manip $>$ Type instantiable Include file vallist1.hh Synopsis Public methods * const char * delem * const Seq * list * Manip manip * value_list_ba (const Seq &s, const char* d, Manip m) Public methods public const char *delem public const Seq *list public Manip manip public value_list_ba (const Seq &s, const char* d, Manip m) 5.66 Manipulators The following manipulators modify only the next item to the right of it in an << chain. They can be used with any ostream (which includes SQLQuery and Query because they are also ostreams) or SQLQueryParms. When used with SQLQueryParms they will override any settings set by the Template Query for that particular item. quote Quote and escape the next item. Can be used with ostream or SQLQueryParms. quote_only Quote but don't escape the next item. Can be used with ostream or SQLQueryParms. quote_only_double Quote, but don't escape the next item, with `` instead of '. escape Escape the next item. do_nothing Does exactly what it says nothing. Used as a dummy manipulator when you are required to use some manipulator. When used with SQLQueryParms it will make sure that it does not get formatted in any way overriding any setting set by the template query. ignore Only valid when used with SQLQueryParms. Like do_nothing however this one will not override formatting set by the template query, thus it is ignored. Since version 1.6, automatic quoting and escaping has been added to manipulators. This mechanism is applied to mysql_ColData only, iso epse to the class very frequentrly uitlized as a return object of Row[] index. Automatic quoting or escaping is used with << operator only, and on all stream derived classes and objects, including strstream, query objects, but excepting cout, cerr and clog. This has been designed so intentionally, as streaming out values to those objects does not require quoting or escaping. But this feature comes handy when you construct query's by streaming values to query object or to strstream class object. This feature can be glibally turned of by setting value dont_quote_auto in your code to true. _________________________________________________________________ [956]next [957]up [958]previous [959]contents Next: [960]6. Template Queries Up: [961]Usage Previous: [962]4. Tutorial by Example [963]Contents 2000-09-25 References 1. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/6_Template.html 2. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/4_Tutorial.html 3. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/Usage.html 4. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/6_Template.html 5. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/6_Template.html 6. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/Usage.html 7. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/4_Tutorial.html 8. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/Contents.html 9. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/6_Template.html 10. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/Usage.html 11. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/4_Tutorial.html 12. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/Contents.html 13. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03210000000000000000 14. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03210100000000000000 15. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03210200000000000000 16. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03211000000000000000 17. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03211100000000000000 18. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03212000000000000000 19. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03212100000000000000 20. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03212200000000000000 21. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03212300000000000000 22. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03212400000000000000 23. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03212500000000000000 24. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03220000000000000000 25. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03220100000000000000 26. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03220200000000000000 27. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03221000000000000000 28. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03230000000000000000 29. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03230100000000000000 30. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03230200000000000000 31. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03231000000000000000 32. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03231100000000000000 33. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03231200000000000000 34. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232000000000000000 35. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232100000000000000 36. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232200000000000000 37. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232300000000000000 38. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232400000000000000 39. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232500000000000000 40. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232600000000000000 41. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232700000000000000 42. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232800000000000000 43. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03232900000000000000 44. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321000000000000000 45. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321100000000000000 46. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321200000000000000 47. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321300000000000000 48. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321400000000000000 49. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321500000000000000 50. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321600000000000000 51. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321700000000000000 52. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321800000000000000 53. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321900000000000000 54. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322000000000000000 55. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322100000000000000 56. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322200000000000000 57. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322300000000000000 58. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322400000000000000 59. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322500000000000000 60. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322600000000000000 61. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322700000000000000 62. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322800000000000000 63. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322900000000000000 64. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323000000000000000 65. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323100000000000000 66. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323200000000000000 67. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323300000000000000 68. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323400000000000000 69. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323500000000000000 70. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323600000000000000 71. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323700000000000000 72. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323800000000000000 73. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032323900000000000000 74. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324000000000000000 75. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324100000000000000 76. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324200000000000000 77. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324300000000000000 78. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324400000000000000 79. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324500000000000000 80. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324600000000000000 81. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324700000000000000 82. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324800000000000000 83. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032324900000000000000 84. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032325000000000000000 85. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032325100000000000000 86. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032325200000000000000 87. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03233000000000000000 88. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03233100000000000000 89. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03233200000000000000 90. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03233300000000000000 91. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03240000000000000000 92. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03240100000000000000 93. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03240200000000000000 94. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03240300000000000000 95. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03240400000000000000 96. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03241000000000000000 97. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03241100000000000000 98. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03242000000000000000 99. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03242100000000000000 100. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03242200000000000000 101. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03242300000000000000 102. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03242400000000000000 103. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03242500000000000000 104. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03250000000000000000 105. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03250100000000000000 106. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03250200000000000000 107. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03250300000000000000 108. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03251000000000000000 109. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03251100000000000000 110. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03252000000000000000 111. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03252100000000000000 112. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03252200000000000000 113. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03252300000000000000 114. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03252400000000000000 115. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03252500000000000000 116. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03252600000000000000 117. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03252700000000000000 118. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03260000000000000000 119. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03260100000000000000 120. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03260200000000000000 121. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03260300000000000000 122. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03261000000000000000 123. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03261100000000000000 124. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03262000000000000000 125. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03262100000000000000 126. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03262200000000000000 127. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03262300000000000000 128. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03262400000000000000 129. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03262500000000000000 130. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03262600000000000000 131. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03262700000000000000 132. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03262800000000000000 133. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03270000000000000000 134. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03270100000000000000 135. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03270200000000000000 136. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03270300000000000000 137. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03271000000000000000 138. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03271100000000000000 139. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03272000000000000000 140. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03272100000000000000 141. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03272200000000000000 142. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03272300000000000000 143. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03272400000000000000 144. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03272500000000000000 145. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03272600000000000000 146. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03272700000000000000 147. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03280000000000000000 148. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03280100000000000000 149. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03280200000000000000 150. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03280300000000000000 151. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03281000000000000000 152. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03281100000000000000 153. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03282000000000000000 154. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03282100000000000000 155. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03282200000000000000 156. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03282300000000000000 157. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03282400000000000000 158. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03282500000000000000 159. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03290000000000000000 160. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03290100000000000000 161. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03290200000000000000 162. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03290300000000000000 163. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03291000000000000000 164. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03291100000000000000 165. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03291200000000000000 166. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03292000000000000000 167. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03292100000000000000 168. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03292200000000000000 169. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03293000000000000000 170. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03293100000000000000 171. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03293200000000000000 172. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION03293300000000000000 173. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032100000000000000000 174. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032100100000000000000 175. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032100200000000000000 176. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032100300000000000000 177. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032101000000000000000 178. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032101100000000000000 179. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032102000000000000000 180. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032102100000000000000 181. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032102200000000000000 182. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032110000000000000000 183. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032110100000000000000 184. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032110200000000000000 185. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032111000000000000000 186. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032111100000000000000 187. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032112000000000000000 188. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032112100000000000000 189. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032112200000000000000 190. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032112300000000000000 191. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032112400000000000000 192. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032112500000000000000 193. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032112600000000000000 194. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032112700000000000000 195. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032120000000000000000 196. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032120100000000000000 197. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032120200000000000000 198. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032121000000000000000 199. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032121100000000000000 200. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032122000000000000000 201. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032122100000000000000 202. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032122200000000000000 203. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032130000000000000000 204. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032130100000000000000 205. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032130200000000000000 206. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032131000000000000000 207. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032131100000000000000 208. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032132000000000000000 209. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032132100000000000000 210. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032132200000000000000 211. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032140000000000000000 212. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032140100000000000000 213. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032140200000000000000 214. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032141000000000000000 215. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032141100000000000000 216. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032142000000000000000 217. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032142100000000000000 218. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032142200000000000000 219. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032142300000000000000 220. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032142400000000000000 221. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032142500000000000000 222. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032142600000000000000 223. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032142700000000000000 224. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032142800000000000000 225. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032150000000000000000 226. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032150100000000000000 227. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032150200000000000000 228. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032151000000000000000 229. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032151100000000000000 230. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032152000000000000000 231. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032152100000000000000 232. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032152200000000000000 233. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032160000000000000000 234. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032160100000000000000 235. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032160200000000000000 236. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032161000000000000000 237. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032161100000000000000 238. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032162000000000000000 239. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032162100000000000000 240. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032162200000000000000 241. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032170000000000000000 242. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032170100000000000000 243. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032170200000000000000 244. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032171000000000000000 245. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032171100000000000000 246. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032172000000000000000 247. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032172100000000000000 248. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032172200000000000000 249. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032180000000000000000 250. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032180100000000000000 251. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032180200000000000000 252. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032180300000000000000 253. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032180400000000000000 254. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032181000000000000000 255. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032181100000000000000 256. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182000000000000000 257. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182100000000000000 258. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182200000000000000 259. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182300000000000000 260. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182400000000000000 261. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182500000000000000 262. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182600000000000000 263. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182700000000000000 264. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182800000000000000 265. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032182900000000000000 266. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0321821000000000000000 267. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032190000000000000000 268. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032190100000000000000 269. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032190200000000000000 270. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032191000000000000000 271. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032191100000000000000 272. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032192000000000000000 273. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032192100000000000000 274. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032192200000000000000 275. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032192300000000000000 276. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032192400000000000000 277. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032192500000000000000 278. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032192600000000000000 279. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032192700000000000000 280. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032200000000000000000 281. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032200100000000000000 282. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032200200000000000000 283. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032201000000000000000 284. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032201100000000000000 285. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032201200000000000000 286. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032201300000000000000 287. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202000000000000000 288. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202100000000000000 289. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202200000000000000 290. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202300000000000000 291. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202400000000000000 292. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202500000000000000 293. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202600000000000000 294. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202700000000000000 295. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202800000000000000 296. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032202900000000000000 297. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021000000000000000 298. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021100000000000000 299. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021200000000000000 300. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021300000000000000 301. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021400000000000000 302. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021500000000000000 303. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021600000000000000 304. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021700000000000000 305. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021800000000000000 306. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322021900000000000000 307. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022000000000000000 308. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022100000000000000 309. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022200000000000000 310. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022300000000000000 311. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022400000000000000 312. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022500000000000000 313. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022600000000000000 314. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022700000000000000 315. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022800000000000000 316. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322022900000000000000 317. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023000000000000000 318. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023100000000000000 319. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023200000000000000 320. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023300000000000000 321. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023400000000000000 322. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023500000000000000 323. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023600000000000000 324. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023700000000000000 325. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023800000000000000 326. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322023900000000000000 327. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322024000000000000000 328. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322024100000000000000 329. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322024200000000000000 330. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322024300000000000000 331. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322024400000000000000 332. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032203000000000000000 333. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032203100000000000000 334. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032203200000000000000 335. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032203300000000000000 336. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032203400000000000000 337. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032203500000000000000 338. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032203600000000000000 339. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032203700000000000000 340. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032203800000000000000 341. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032204000000000000000 342. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032204100000000000000 343. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032210000000000000000 344. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032210100000000000000 345. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032210200000000000000 346. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032210300000000000000 347. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032210400000000000000 348. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032211000000000000000 349. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032211100000000000000 350. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032211200000000000000 351. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212000000000000000 352. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212100000000000000 353. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212200000000000000 354. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212300000000000000 355. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212400000000000000 356. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212500000000000000 357. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212600000000000000 358. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212700000000000000 359. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212800000000000000 360. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032212900000000000000 361. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322121000000000000000 362. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032213000000000000000 363. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032213100000000000000 364. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032220000000000000000 365. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032220100000000000000 366. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032220200000000000000 367. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032220300000000000000 368. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032221000000000000000 369. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032221100000000000000 370. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222000000000000000 371. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222100000000000000 372. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222200000000000000 373. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222300000000000000 374. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222400000000000000 375. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222500000000000000 376. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222600000000000000 377. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222700000000000000 378. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222800000000000000 379. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032222900000000000000 380. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322221000000000000000 381. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322221100000000000000 382. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322221200000000000000 383. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322221300000000000000 384. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032230000000000000000 385. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032230100000000000000 386. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032230200000000000000 387. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032231000000000000000 388. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032231100000000000000 389. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032231200000000000000 390. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232000000000000000 391. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232100000000000000 392. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232200000000000000 393. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232300000000000000 394. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232400000000000000 395. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232500000000000000 396. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232600000000000000 397. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232700000000000000 398. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232800000000000000 399. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032232900000000000000 400. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321000000000000000 401. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321100000000000000 402. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321200000000000000 403. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321300000000000000 404. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321400000000000000 405. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321500000000000000 406. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321600000000000000 407. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321700000000000000 408. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321800000000000000 409. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322321900000000000000 410. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322322000000000000000 411. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322322100000000000000 412. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322322200000000000000 413. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322322300000000000000 414. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322322400000000000000 415. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322322500000000000000 416. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322322600000000000000 417. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032233000000000000000 418. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032233100000000000000 419. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032233200000000000000 420. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032240000000000000000 421. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032240100000000000000 422. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032240200000000000000 423. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032241000000000000000 424. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032241100000000000000 425. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032242000000000000000 426. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032242100000000000000 427. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032242200000000000000 428. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032242300000000000000 429. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032242400000000000000 430. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032250000000000000000 431. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032250100000000000000 432. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032250200000000000000 433. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032250300000000000000 434. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032250400000000000000 435. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032251000000000000000 436. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032251100000000000000 437. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032251200000000000000 438. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032251300000000000000 439. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252000000000000000 440. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252100000000000000 441. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252200000000000000 442. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252300000000000000 443. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252400000000000000 444. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252500000000000000 445. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252600000000000000 446. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252700000000000000 447. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252800000000000000 448. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032252900000000000000 449. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322521000000000000000 450. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322521100000000000000 451. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322521200000000000000 452. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032253000000000000000 453. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032253100000000000000 454. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032253200000000000000 455. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032253300000000000000 456. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032253400000000000000 457. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032253500000000000000 458. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032253600000000000000 459. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032253700000000000000 460. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032253800000000000000 461. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032254000000000000000 462. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032254100000000000000 463. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032260000000000000000 464. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032260100000000000000 465. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032260200000000000000 466. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032260300000000000000 467. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032261000000000000000 468. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032261100000000000000 469. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032262000000000000000 470. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032262100000000000000 471. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032262200000000000000 472. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032270000000000000000 473. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032270100000000000000 474. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032270200000000000000 475. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032270300000000000000 476. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032270400000000000000 477. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032271000000000000000 478. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032271100000000000000 479. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032271200000000000000 480. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272000000000000000 481. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272100000000000000 482. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272200000000000000 483. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272300000000000000 484. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272400000000000000 485. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272500000000000000 486. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272600000000000000 487. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272700000000000000 488. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272800000000000000 489. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032272900000000000000 490. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721000000000000000 491. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721100000000000000 492. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721200000000000000 493. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721300000000000000 494. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721400000000000000 495. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721500000000000000 496. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721600000000000000 497. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721700000000000000 498. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721800000000000000 499. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322721900000000000000 500. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322722000000000000000 501. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322722100000000000000 502. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322722200000000000000 503. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322722300000000000000 504. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032273000000000000000 505. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032273100000000000000 506. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032280000000000000000 507. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032280100000000000000 508. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032280200000000000000 509. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032280300000000000000 510. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032280400000000000000 511. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032281000000000000000 512. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032281100000000000000 513. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282000000000000000 514. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282100000000000000 515. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282200000000000000 516. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282300000000000000 517. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282400000000000000 518. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282500000000000000 519. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282600000000000000 520. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282700000000000000 521. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282800000000000000 522. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032282900000000000000 523. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322821000000000000000 524. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322821100000000000000 525. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322821200000000000000 526. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322821300000000000000 527. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322821400000000000000 528. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322821500000000000000 529. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0322821600000000000000 530. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032290000000000000000 531. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032290100000000000000 532. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032290200000000000000 533. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032290300000000000000 534. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032291000000000000000 535. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032291100000000000000 536. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032292000000000000000 537. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032292100000000000000 538. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032292200000000000000 539. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032292300000000000000 540. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032292400000000000000 541. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032292500000000000000 542. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032300000000000000000 543. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032300100000000000000 544. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032300200000000000000 545. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032300300000000000000 546. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032300400000000000000 547. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032301000000000000000 548. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032301100000000000000 549. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032302000000000000000 550. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032302100000000000000 551. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032302200000000000000 552. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032302300000000000000 553. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032302400000000000000 554. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032302500000000000000 555. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032310000000000000000 556. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032310100000000000000 557. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032310200000000000000 558. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032310300000000000000 559. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032311000000000000000 560. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032311100000000000000 561. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312000000000000000 562. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312100000000000000 563. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312200000000000000 564. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312300000000000000 565. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312400000000000000 566. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312500000000000000 567. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312600000000000000 568. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312700000000000000 569. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312800000000000000 570. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032312900000000000000 571. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323121000000000000000 572. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323121100000000000000 573. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323121200000000000000 574. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323121300000000000000 575. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323121400000000000000 576. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323121500000000000000 577. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323121600000000000000 578. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323121700000000000000 579. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323121800000000000000 580. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032320000000000000000 581. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032320100000000000000 582. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032320200000000000000 583. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032320300000000000000 584. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321000000000000000 585. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032321100000000000000 586. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322000000000000000 587. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322100000000000000 588. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322200000000000000 589. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322300000000000000 590. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322400000000000000 591. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322500000000000000 592. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322600000000000000 593. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322700000000000000 594. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322800000000000000 595. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032322900000000000000 596. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221000000000000000 597. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221100000000000000 598. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221200000000000000 599. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221300000000000000 600. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221400000000000000 601. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221500000000000000 602. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221600000000000000 603. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221700000000000000 604. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221800000000000000 605. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323221900000000000000 606. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0323222000000000000000 607. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032330000000000000000 608. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032330100000000000000 609. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032330200000000000000 610. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032330300000000000000 611. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032331000000000000000 612. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032331100000000000000 613. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032332000000000000000 614. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032332100000000000000 615. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032340000000000000000 616. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032340100000000000000 617. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032340200000000000000 618. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032340300000000000000 619. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032341000000000000000 620. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032341100000000000000 621. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032342000000000000000 622. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032342100000000000000 623. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032350000000000000000 624. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032350100000000000000 625. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032350200000000000000 626. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032350300000000000000 627. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032351000000000000000 628. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032351100000000000000 629. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032352000000000000000 630. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032352100000000000000 631. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032360000000000000000 632. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032360100000000000000 633. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032360200000000000000 634. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032360300000000000000 635. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032361000000000000000 636. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032361100000000000000 637. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032362000000000000000 638. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032362100000000000000 639. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032370000000000000000 640. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032370100000000000000 641. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032370200000000000000 642. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032370300000000000000 643. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032371000000000000000 644. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032371100000000000000 645. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032372000000000000000 646. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032372100000000000000 647. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032380000000000000000 648. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032380100000000000000 649. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032380200000000000000 650. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032380300000000000000 651. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032381000000000000000 652. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032381100000000000000 653. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032382000000000000000 654. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032382100000000000000 655. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032390000000000000000 656. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032390100000000000000 657. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032390200000000000000 658. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032391000000000000000 659. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032391100000000000000 660. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032392000000000000000 661. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032392100000000000000 662. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032392200000000000000 663. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032400000000000000000 664. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032400100000000000000 665. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032400200000000000000 666. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032401000000000000000 667. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032401100000000000000 668. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032402000000000000000 669. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032402100000000000000 670. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032402200000000000000 671. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032410000000000000000 672. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032410100000000000000 673. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032410200000000000000 674. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032411000000000000000 675. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032411100000000000000 676. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032412000000000000000 677. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032412100000000000000 678. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032412200000000000000 679. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032412300000000000000 680. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032412400000000000000 681. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032412500000000000000 682. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032412600000000000000 683. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032412700000000000000 684. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032420000000000000000 685. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032420100000000000000 686. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032420200000000000000 687. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032421000000000000000 688. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032421100000000000000 689. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032422000000000000000 690. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032422100000000000000 691. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032422200000000000000 692. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032422300000000000000 693. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032422400000000000000 694. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032422500000000000000 695. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032422600000000000000 696. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032430000000000000000 697. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032430100000000000000 698. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032430200000000000000 699. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032431000000000000000 700. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032431100000000000000 701. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032432000000000000000 702. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032432100000000000000 703. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032432200000000000000 704. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032440000000000000000 705. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032440100000000000000 706. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032440200000000000000 707. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032441000000000000000 708. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032441100000000000000 709. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032442000000000000000 710. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032442100000000000000 711. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032442200000000000000 712. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032450000000000000000 713. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032450100000000000000 714. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032450200000000000000 715. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032451000000000000000 716. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032451100000000000000 717. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032452000000000000000 718. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032452100000000000000 719. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032452200000000000000 720. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032460000000000000000 721. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032460100000000000000 722. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032460200000000000000 723. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032460300000000000000 724. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032460400000000000000 725. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032461000000000000000 726. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032461100000000000000 727. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462000000000000000 728. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462100000000000000 729. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462200000000000000 730. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462300000000000000 731. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462400000000000000 732. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462500000000000000 733. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462600000000000000 734. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462700000000000000 735. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462800000000000000 736. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032462900000000000000 737. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621000000000000000 738. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621100000000000000 739. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621200000000000000 740. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621300000000000000 741. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621400000000000000 742. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621500000000000000 743. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621600000000000000 744. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621700000000000000 745. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621800000000000000 746. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324621900000000000000 747. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0324622000000000000000 748. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032470000000000000000 749. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032470100000000000000 750. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032470200000000000000 751. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032471000000000000000 752. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032480000000000000000 753. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032480100000000000000 754. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032480200000000000000 755. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032480300000000000000 756. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032481000000000000000 757. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032481100000000000000 758. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032481200000000000000 759. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032482000000000000000 760. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032482100000000000000 761. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032482200000000000000 762. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032482300000000000000 763. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032482400000000000000 764. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032482500000000000000 765. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032483000000000000000 766. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032483100000000000000 767. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032490000000000000000 768. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032490100000000000000 769. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032490200000000000000 770. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032491000000000000000 771. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032491100000000000000 772. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032492000000000000000 773. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032492100000000000000 774. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032492200000000000000 775. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032500000000000000000 776. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032500100000000000000 777. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032500200000000000000 778. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032501000000000000000 779. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032501100000000000000 780. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032502000000000000000 781. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032502100000000000000 782. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032502200000000000000 783. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032510000000000000000 784. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032510100000000000000 785. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032510200000000000000 786. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032511000000000000000 787. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032511100000000000000 788. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032512000000000000000 789. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032512100000000000000 790. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032520000000000000000 791. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032520100000000000000 792. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032520200000000000000 793. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032520300000000000000 794. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032521000000000000000 795. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032521100000000000000 796. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032521200000000000000 797. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032522000000000000000 798. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032522100000000000000 799. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032522200000000000000 800. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032522300000000000000 801. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032522400000000000000 802. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032522500000000000000 803. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032523000000000000000 804. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032523100000000000000 805. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032530000000000000000 806. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032530100000000000000 807. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032530200000000000000 808. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032531000000000000000 809. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032531100000000000000 810. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532000000000000000 811. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532100000000000000 812. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532200000000000000 813. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532300000000000000 814. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532400000000000000 815. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532500000000000000 816. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532600000000000000 817. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532700000000000000 818. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532800000000000000 819. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032532900000000000000 820. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321000000000000000 821. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321100000000000000 822. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321200000000000000 823. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321300000000000000 824. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321400000000000000 825. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321500000000000000 826. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321600000000000000 827. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321700000000000000 828. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321800000000000000 829. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325321900000000000000 830. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325322000000000000000 831. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325322100000000000000 832. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0325322200000000000000 833. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032540000000000000000 834. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032540100000000000000 835. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032540200000000000000 836. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032541000000000000000 837. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032541100000000000000 838. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032542000000000000000 839. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032542100000000000000 840. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032550000000000000000 841. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032550100000000000000 842. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032550200000000000000 843. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032551000000000000000 844. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032551100000000000000 845. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032552000000000000000 846. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032552100000000000000 847. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032552200000000000000 848. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032560000000000000000 849. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032560100000000000000 850. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032560200000000000000 851. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032561000000000000000 852. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032561100000000000000 853. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032562000000000000000 854. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032562100000000000000 855. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032562200000000000000 856. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032570000000000000000 857. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032570100000000000000 858. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032570200000000000000 859. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032571000000000000000 860. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032571100000000000000 861. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032572000000000000000 862. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032572100000000000000 863. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032572200000000000000 864. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032580000000000000000 865. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032580100000000000000 866. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032580200000000000000 867. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032581000000000000000 868. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032581100000000000000 869. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032582000000000000000 870. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032582100000000000000 871. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032582200000000000000 872. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032590000000000000000 873. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032590100000000000000 874. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032590200000000000000 875. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032591000000000000000 876. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032591100000000000000 877. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032592000000000000000 878. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032592100000000000000 879. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032592200000000000000 880. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032600000000000000000 881. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032600100000000000000 882. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032600200000000000000 883. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032601000000000000000 884. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032601100000000000000 885. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032602000000000000000 886. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032602100000000000000 887. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032602200000000000000 888. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032610000000000000000 889. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032610100000000000000 890. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032610200000000000000 891. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032611000000000000000 892. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032611100000000000000 893. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032612000000000000000 894. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032612100000000000000 895. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032612200000000000000 896. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032612300000000000000 897. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032612400000000000000 898. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032612500000000000000 899. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032612600000000000000 900. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032620000000000000000 901. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032620100000000000000 902. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032620200000000000000 903. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032620300000000000000 904. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032621000000000000000 905. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032621100000000000000 906. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622000000000000000 907. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622100000000000000 908. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622200000000000000 909. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622300000000000000 910. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622400000000000000 911. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622500000000000000 912. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622600000000000000 913. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622700000000000000 914. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622800000000000000 915. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032622900000000000000 916. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221000000000000000 917. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221100000000000000 918. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221200000000000000 919. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221300000000000000 920. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221400000000000000 921. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221500000000000000 922. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221600000000000000 923. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221700000000000000 924. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221800000000000000 925. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326221900000000000000 926. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION0326222000000000000000 927. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032630000000000000000 928. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032630100000000000000 929. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032630200000000000000 930. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032631000000000000000 931. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032631100000000000000 932. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032632000000000000000 933. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032632100000000000000 934. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032640000000000000000 935. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032640100000000000000 936. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032640200000000000000 937. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032641000000000000000 938. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032641100000000000000 939. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032642000000000000000 940. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032642100000000000000 941. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032642200000000000000 942. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032642300000000000000 943. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032642400000000000000 944. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032642500000000000000 945. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032650000000000000000 946. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032650100000000000000 947. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032650200000000000000 948. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032651000000000000000 949. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032651100000000000000 950. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032652000000000000000 951. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032652100000000000000 952. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032652200000000000000 953. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032652300000000000000 954. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032652400000000000000 955. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/5_Class.html#SECTION032660000000000000000 956. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/6_Template.html 957. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/Usage.html 958. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/4_Tutorial.html 959. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/Contents.html 960. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/6_Template.html 961. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/Usage.html 962. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/4_Tutorial.html 963. file://localhost/home/Sinisa/mysql++-1.7/doc/man-html/Contents.html