X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90e7e2775fbb7979a48e568ffb177dde91276ce3..6c4fc6a8e3bea19621a328e66b3857ab01a5c15a:/docs/latex/wx/db.tex diff --git a/docs/latex/wx/db.tex b/docs/latex/wx/db.tex index 0eec6208cf..88cd6ca6e3 100644 --- a/docs/latex/wx/db.tex +++ b/docs/latex/wx/db.tex @@ -2457,7 +2457,7 @@ this function. \param{UWORD }{numIndexColumns}, \param{wxDbIdxDef *}{pIndexDefs}, \param{bool }{attemptDrop=true}} -This member function allows you to create secondary (non primary) indexes on +This member function allows you to create secondary (non-primary) indexes on your tables. You first create your table, normally specifying a primary index, and then create any secondary indexes on the table. Indexes in relational model are not required. You do not need indexes to look up records @@ -3572,6 +3572,8 @@ wxDbTable constructor was called.} DB_DATA_TYPE_INTEGER : non-floating point numbers DB_DATA_TYPE_FLOAT : floating point numbers DB_DATA_TYPE_DATE : dates + DB_DATA_TYPE_BLOB : binary large objects + DB_DATA_TYPE_MEMO : large strings \end{verbatim} \docparam{pData}{Pointer to the data object that will hold the column's