• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:wxDb

3 Following is a detailed overview of how to use the wxWidgets ODBC classes - \helpref{wxDb}{wxdb} 
8 \subsection{wxDb/wxDbTable wxODBC Overview}\label{wxodbcoverview}
10 Classes: \helpref{wxDb}{wxdb}, \helpref{wxDbTable}{wxdbtable}
45 \helpref{wxDb::Dbms}{wxdbdbms} in db.cpp, or in the enumerated type
80 \helpref{wxDb::CommitTrans}{wxdbcommittrans} and
81 \helpref{wxDb::RollbackTrans}{wxdbrollbacktrans}.)}
119 \helpref{wxDb::CommitTrans}{wxdbcommittrans} or
120 \helpref{wxDb::RollbackTrans}{wxdbrollbacktrans} is made.}
180 opened (each instance of a wxDb) opens a minimum of 5 cursors on creation
209 NOTE: Commits/Rollbacks are done on datasource connections (wxDb instances)
275 \helpref{wxDb constructor}{wxdbctor}. The default is 1.}
279 classes names and functions with a wxDb preface. Because this renaming would
375 may either manually create your own wxDb instance and open the connection,
428 To manually create datasource connections, you must create a wxDb
432 wxDb *db = new wxDb(DbConnectInf->GetHenv());
438 the members of the wxDb class. The second line actually sends the request
440 the parameters supplied in the call to \helpref{wxDb::Open}{wxdbopen}.
457 The wxDb pointer that is returned is both initialized and opened. If
463 that was no longer in use. Any wxDb instance created with a call to
486 \helpref{wxDb::Open}{wxdbopen} and \helpref{wxDbGetConnection}{wxdbfunctions}.
487 If manually creating a wxDb instance and opening it, you must pass an existing
488 connection to the \helpref{wxDb::Open}{wxdbopen} function yourself to gain the performance
503 for wxDb() constructor or the \helpref{wxDbGetConnection}{wxdbfunctions}
510 this overview, or other details of setting the cursor behavior in the wxDb
516 functions of the wxDb class (see \helpref{wxDb::GetData}{wxdbgetdata}). But to make life much
541 using this instance of the wxDbTable. Any calls to \helpref{wxDb::CommitTrans}{wxdbcommittrans}
542 or \helpref{wxDb::RollbackTrans}{wxdbrollbacktrans} against the datasource
596 same wxDb instance as you desire. There is no limit imposed by the classes
770 closed (this can be verified by calling \helpref{wxDb::GetTableCount}{wxdbgettablecount}
854 database in the \helpref{wxDb::Dbms}{wxdbdbms} function, and then handling any error codes
862 for \helpref{wxDb::Dbms}{wxdbdbms}.
950 int HandleError(wxString errmsg, wxDb *pDb=NULL)
978 wxDb *db = NULL; // Database connection