• 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 refs:wxDbTable

194 \helpref{wxDbTable::IsCursorClosedOnCommit}{wxdbtableiscursorclosedoncommit})
266 \helpref{wxDbTable}{wxdbtable}, \helpref{wxDbTableInf}{wxdbtableinf},
282 finished using the connections and all wxDbTable instances that use any of
473 Any wxDbTable instances which use this connection must be deleted before
482 // Delete any remaining wxDbTable objects allocated with new
509 connection. For example, if three different wxDbTable instances used the
511 wxDbTable instances commits any pending transactions on all three wxDbTable
533 \helpref{wxDbTable::IsCursorClosedOnCommit}{wxdbtableiscursorclosedoncommit}
848 by this function, including those used by any wxDbTable instances that use
876 variables (i.e. not using a wxDbTable instance to access table data).
883 in \helpref{wxDbTable::SetColDefs}{wxdbtablesetcoldefs}}
1043 Returns the number of wxDbTable() instances currently using this datasource
1301 by a wxDbTable instance) that are normally determined during open will not be
1341 transactions on this ODBC connection, including all wxDbTable instances that
1578 Pointer to dynamic column definitions for use with a wxDbTable instance.
1593 instance of a wxDbTable object.
1595 Each instance of this class describes one column in the wxDbTable
1598 the wxDbTable object. The constructor uses this information to allocate
1599 adequate memory for all of the column descriptions in your wxDbTable object.
1600 Private member wxDbTable::colDefs is a pointer to this chunk of memory
1601 maintained by the wxDbTable class (and can be retrieved using the
1602 \helpref{wxDbTable::GetColDefs}{wxdbtablegetcoldefs} function).
1603 To access the nth column definition of your wxDbTable object, just reference
1606 Typically, \helpref{wxDbTable::SetColDefs}{wxdbtablesetcoldefs} is used to
1607 populate an array of these data structures for the wxDbTable instance.
1633 \helpref{wxDbTable::GetColDefs}{wxdbtablegetcoldefs}, \helpref{wxDb constructor}{wxdbctor}
2069 \section{\class{wxDbTable}}\label{wxdbtable}
2071 A wxDbTable instance provides re-usable access to rows of data in
2086 with the wxDbTable class.
2122 \membersection{wxDbTable::wxDbTable}\label{wxdbtableconstr}
2124 \func{}{wxDbTable}{\param{wxDb *}{pwxDb}, \param{const wxString \&}{tblName},
2132 \docparam{pwxDb}{Pointer to the wxDb instance to be used by this wxDbTable
2141 still be performed on the base table for this wxDbTable object. Basing your
2151 \membersection{wxDbTable::wxDbTable}\label{wxdbtabledestr}
2153 \func{virtual}{\destruct{wxDbTable}}{}
2157 \membersection{wxDbTable::BuildDeleteStmt}\label{wxdbtablebuilddeletestmt}
2181 WHERE and FROM clauses specified using \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause}
2182 and \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause} are ignored by
2185 \membersection{wxDbTable::BuildSelectStmt}\label{wxdbtablebuildselectstmt}
2192 wxDbTable class whenever the function \helpref{wxDbTable::Query}{wxdbtablequery}
2195 NOTE: Only the columns specified in \helpref{wxDbTable::SetColDefs}{wxdbtablesetcoldefs}
2215 \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause}
2216 and \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause} are ignored by
2219 \membersection{wxDbTable::BuildUpdateStmt}\label{wxdbtablebuildupdatestmt}
2232 NOTE: Only the columns specified in \helpref{wxDbTable::SetColDefs}{wxdbtablesetcoldefs}
2254 WHERE and FROM clauses specified using \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause}
2255 and \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause} are ignored by
2259 \membersection{wxDbTable::BuildWhereClause}\label{wxdbtablebuildwhereclause}
2278 \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause},
2295 \membersection{wxDbTable::CanSelectForUpdate}\label{wxdbtablecanselectforupdate}
2302 \helpref{wxDbTable::GetNext}{wxdbtablegetnext}, etc) from the result set are
2311 If the wxDbTable instance was created with the parameter wxDB\_QUERY\_ONLY, then
2315 \membersection{wxDbTable::CanUpdateByROWID}\label{wxdbtablecanupdatebyrowid}
2329 case of \helpref{wxDbTable::QueryBySqlStmt}{wxdbtablequerybysqlstmt}. Since
2335 part of the column definitions for the wxDbTable object.
2347 wxDbTable parts;
2359 \membersection{wxDbTable::ClearMemberVar}\label{wxdbtableclearmembervar}
2363 Same as \helpref{wxDbTable::ClearMemberVars}{wxdbtableclearmembervars} except
2369 \helpref{wxDbTable::SetColDefs}{wxdbtablesetcoldefs} function.}
2375 \membersection{wxDbTable::ClearMemberVars}\label{wxdbtableclearmembervars}
2379 Initializes all bound columns of the wxDbTable instance to zero. In the case
2390 \helpref{wxDbTable::QueryMatching}{wxdbtablequerymatching} or
2391 \helpref{wxDbTable::DeleteMatching}{wxdbtabledeletematching} since these
2393 \helpref{wxDbTable::QueryMatching}{wxdbtablequerymatching} or
2394 \helpref{wxDbTable::DeleteMatching}{wxdbtabledeletematching} use this sequence:
2399 3) Call wxDbTable::QueryMatching() or wxDbTable::DeleteMatching()
2402 \membersection{wxDbTable::CloseCursor}\label{wxdbtableclosecursor}
2406 Closes the specified cursor associated with the wxDbTable object.
2419 \membersection{wxDbTable::Count}\label{wxdbtablecount}
2442 \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause}
2443 and \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause} ARE used by
2460 wxDbTable users;
2473 \membersection{wxDbTable::CreateIndex}\label{wxdbtablecreateindex}
2497 to execute a \helpref{wxDbTable::DropIndex}{wxdbtabledropindex} on the index
2558 \membersection{wxDbTable::CreateTable}\label{wxdbtablecreatetable}
2563 wxDbTable instance.
2579 In your derived wxDbTable object constructor, the columns and primary index
2581 \helpref{wxDbTable::CreateTable}{wxdbtablecreatetable} uses this information
2583 \helpref{wxDbTable}{wxdbtable} ctor and wxDbColDef description for additional
2589 \membersection{wxDbTable::DB\_STATUS}\label{wxdbtabledbstatus}
2594 the database connection used by this instance of wxDbTable.
2596 \membersection{wxDbTable::Delete}\label{wxdbtabledelete}
2604 Use \helpref{wxDbTable::GetFirst}{wxdbtablegetfirst},
2605 \helpref{wxDbTable::GetLast}{wxdbtablegetlast},
2606 \helpref{wxDbTable::GetNext}{wxdbtablegetnext} or
2607 \helpref{wxDbTable::GetPrev}{wxdbtablegetprev} to position the cursor to
2624 \membersection{wxDbTable::DeleteCursor}\label{wxdbtabledeletecursor}
2636 For default cursors associated with the instance of wxDbTable, it is not
2638 in the wxDbTable destructor.
2646 \membersection{wxDbTable::DeleteMatching}\label{wxdbtabledeletematching}
2650 This member function allows you to delete records from your wxDbTable object
2658 \item Clear all "columns" using wxDbTable::ClearMemberVars().
2660 \item Call wxDbTable::DeleteMatching().
2665 your wxDbTable instance, without having to write the SQL WHERE clause.
2673 \helpref{wxDbTable::QueryMatching}{wxdbtablequerymatching},
2698 \membersection{wxDbTable::DeleteWhere}\label{wxdbtabledeletewhere}
2708 records will be deleted from the table interfaced through the wxDbTable
2715 This is the most powerful form of the wxDbTable delete functions. This
2725 with this wxDbTable object only. Deletions on joined tables is not possible.
2736 WHERE and FROM clauses specified using \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause}
2737 and \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause} are ignored by
2751 \membersection{wxDbTable::DropIndex}\label{wxdbtabledropindex}
2770 \membersection{wxDbTable::DropTable}\label{wxdbtabledroptable}
2790 \membersection{wxDbTable::From}\label{wxdbtablefrom}
2796 Accessor function for the private class member wxDbTable::from. Can be used
2797 as a synonym for \helpref{wxDbTable::GetFromClause}{wxdbtablegetfromclause}
2799 \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause} (the second form
2808 in the FROM clause, as it is automatically included by the wxDbTable class
2813 The first form of this function returns the current value of the wxDbTable
2821 \helpref{wxDbTable::GetFromClause}{wxdbtablegetfromclause},
2822 \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause}
2825 \membersection{wxDbTable::GetColDefs}\label{wxdbtablegetcoldefs}
2830 that are bound to the columns that this wxDbTable instance is associated
2835 \helpref{wxDbTable::GetNumberOfColumns}{wxdbtablegetnumberofcolumns} function.
2842 \membersection{wxDbTable::GetCursor}\label{wxdbtablegetcursor}
2846 Returns the HSTMT value of the current cursor for this wxDbTable object.
2856 \helpref{wxDbTable::SetCursor}{wxdbtablesetcursor}, \helpref{wxDbTable::GetNewCursor}{wxdbtablegetnewcursor}
2858 \membersection{wxDbTable::GetDb}\label{wxdbtablegetdb}
2863 the datasource connection that this wxDbTable instance uses.
2865 \membersection{wxDbTable::GetFirst}\label{wxdbtablegetfirst}
2871 \helpref{wxDbTable::Query}{wxdbtablequery},
2872 \helpref{wxDbTable::QueryOnKeyFields}{wxdbtablequeryonkeyfields},
2873 \helpref{wxDbTable::QueryMatching}{wxdbtablequerymatching} or
2874 \helpref{wxDbTable::QueryBySqlStmt}{wxdbtablequerybysqlstmt}.
2879 wxDbTable instance was created with FwdOnlyCursors set to false. If the
2887 \membersection{wxDbTable::GetFromClause}\label{wxdbtablegetfromclause}
2892 \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause}.
2896 \helpref{wxDbTable::From}{wxdbtablefrom}
2898 \membersection{wxDbTable::GetLast}\label{wxdbtablegetlast}
2904 \helpref{wxDbTable::Query}{wxdbtablequery},
2905 \helpref{wxDbTable::QueryOnKeyFields}{wxdbtablequeryonkeyfields},
2906 \helpref{wxDbTable::QueryMatching}{wxdbtablequerymatching} or
2907 \helpref{wxDbTable::QueryBySqlStmt}{wxdbtablequerybysqlstmt}.
2912 wxDbTable instance was created with FwdOnlyCursors set to false. If the
2920 \membersection{wxDbTable::GetNewCursor}\label{wxdbtablegetnewcursor}
2926 being referenced by this wxDbTable instance, or to execute direct SQL commands
2940 \helpref{wxDbTable::DeleteCursor}{wxdbtabledeletecursor}
2941 by the calling program before the wxDbTable instance is deleted, or both
2944 \membersection{wxDbTable::GetNext}\label{wxdbtablegetnext}
2950 performed using \helpref{wxDbTable::Query}{wxdbtablequery},
2951 \helpref{wxDbTable::QueryOnKeyFields}{wxdbtablequeryonkeyfields},
2952 \helpref{wxDbTable::QueryMatching}{wxdbtablequerymatching} or
2953 \helpref{wxDbTable::QueryBySqlStmt}{wxdbtablequerybysqlstmt}.
2966 \helpref{wxDbTable::++}{wxdbtableplusplus}
2968 \membersection{wxDbTable::GetNumberOfColumns}\label{wxdbtablegetnumberofcolumns}
2973 bound for access by the wxDbTable instance.
2975 \membersection{wxDbTable::GetOrderByClause}\label{wxdbtablegetorderbyclause}
2980 the \helpref{wxDbTable::SetOrderByClause}{wxdbtablesetorderbyclause}.
2984 \helpref{wxDbTable::OrderBy}{wxdbtableorderby}
2986 \membersection{wxDbTable::GetPrev}\label{wxdbtablegetprev}
2992 query must be performed using \helpref{wxDbTable::Query}{wxdbtablequery},
2993 \helpref{wxDbTable::QueryOnKeyFields}{wxdbtablequeryonkeyfields},
2994 \helpref{wxDbTable::QueryMatching}{wxdbtablequerymatching} or
2995 \helpref{wxDbTable::QueryBySqlStmt}{wxdbtablequerybysqlstmt}.
3006 wxDbTable instance was created with FwdOnlyCursors set to false. If the
3013 \helpref{wxDbTable::--}{wxdbtableminusminus}
3015 \membersection{wxDbTable::GetQueryTableName}\label{wxdbtablegetquerytablename}
3020 as being the table/view to query against when this wxDbTable instance was
3025 \helpref{wxDbTable constructor}{wxdbtableconstr}
3027 \membersection{wxDbTable::GetRowNum}\label{wxdbtablegetrownum}
3042 \membersection{wxDbTable::GetTableName}\label{wxdbtablegettablename}
3047 as being the table that this wxDbTable instance was associated with.
3049 \membersection{wxDbTable::GetTablePath}\label{wxdbtablegettablepath}
3054 during creation of this wxDbTable instance.
3060 \membersection{wxDbTable::GetWhereClause}\label{wxdbtablegetwhereclause}
3065 \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause}
3069 \helpref{wxDbTable::Where}{wxdbtablewhere}
3071 \membersection{wxDbTable::Insert}\label{wxdbtableinsert}
3075 Inserts a new record into the table being referenced by this wxDbTable
3076 instance. The values in the member variables of the wxDbTable instance are
3123 \membersection{wxDbTable::IsColNull}\label{wxdbtableiscolnull}
3133 \helpref{wxDbTable::SetColDefs}{wxdbtablesetcoldefs}
3134 calls which defined the columns accessible to this wxDbTable instance.}
3140 \membersection{wxDbTable::IsCursorClosedOnCommit}\label{wxdbtableiscursorclosedoncommit}
3145 datasource connection that is used by this wxDbTable instance. The result
3151 Returns true if the cursor associated with this wxDbTable object is closed
3156 If more than one wxDbTable instance used the same database connection, all cursors
3160 \membersection{wxDbTable::IsQueryOnly}\label{wxdbtableisqueryonly}
3164 Accessor function that returns a value indicating if this wxDbTable instance
3167 wxDbTable instance that would modify (insert/delete/update) the table's data.
3169 \membersection{wxDbTable::Open}\label{wxdbtableopen}
3173 Every wxDbTable instance must be opened before it can be used. This function
3181 \helpref{wxDbTable::SetColDefs}{wxdbtablesetcoldefs} before calling Open().
3219 \helpref{wxDbTable::SetColDefs}{wxdbtablesetcoldefs}
3221 \membersection{wxDbTable::OrderBy}\label{wxdbtableorderby}
3227 Accessor function for the private class member wxDbTable::orderBy. Can be
3229 \helpref{wxDbTable::GetOrderByClause}{wxdbtablegetorderbyclause}
3231 \helpref{wxDbTable::SetOrderByClause}{wxdbtablesetorderbyclause}
3244 The first form of this function returns the current value of the wxDbTable
3251 \helpref{wxDbTable::GetOrderByClause}{wxdbtablegetorderbyclause},
3252 \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause}
3254 \membersection{wxDbTable::Query}\label{wxdbtablequery}
3263 \helpref{wxDbTable::CanSelectForUpdate}{wxdbtablecanselectforupdate} for
3273 wxDbTable members: "where", "orderBy", and "from". Use
3274 \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause} to filter on
3276 Use \helpref{wxDbTable::SetOrderByClause}{wxdbtablesetorderbyclause} to
3279 \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause} to allow inner
3281 wxDbTable) with other tables which share a related field.
3283 After each of these clauses are set/cleared, call wxDbTable::Query() to
3288 clauses once. Then to refresh the record set, simply call wxDbTable::Query()
3291 Note that repeated calls to wxDbTable::Query() may tax the database
3297 \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause}.
3301 \helpref{wxDbTable::GetFirst}{wxdbtablegetfirst} (only if backward scrolling
3303 \helpref{wxDbTable::GetNext}{wxdbtablegetnext}. Typically, no data from the
3305 \helpref{wxDbTable::GetNext}{wxdbtablegetnext} is performed, so network
3315 The wxDbTable::Query() function is defined as "virtual" so that it may be
3318 \normalbox{Be sure to set the wxDbTable's "where", "orderBy", and "from"
3339 \membersection{wxDbTable::QueryBySqlStmt}\label{wxdbtablequerybysqlstmt}
3363 wxDbTable constructor, it is specified how many columns are in
3364 the wxDbTable object. The SELECT statement must return exactly
3367 when defining the bounds columns \helpref{wxDbTable::SetColDefs}{wxdbtablesetcoldefs},
3369 example, if column 3 is defined in the wxDbTable bound column
3375 wxDbTable::CanUpdateByROWID() to determine if the ROWID can be
3382 statement, only the base table associated with this wxDbTable object
3385 the wxDbTable object and mark them as non-updateable (See
3389 \helpref{wxDbTable::Update}{wxdbtableupdate} function after using this type of
3391 \helpref{wxDbTable::Update}{wxdbtableupdate} function passing a SQL statement.
3395 either \helpref{wxDbTable::GetFirst}{wxdbtablegetfirst} or
3396 \helpref{wxDbTable::GetNext}{wxdbtablegetnext}.
3437 \membersection{wxDbTable::QueryMatching}\label{wxdbtablequerymatching}
3443 the wxDbTable object by matching "columns" to values.
3446 value of "32", clear all column variables of the wxDbTable object, set the
3447 PartNumber variable that is bound to the PART\_NUMBER column in the wxDbTable
3448 object to "32", and then call wxDbTable::QueryMatching().
3455 \helpref{wxDbTable::CanSelectForUpdate}{wxdbtablecanselectforupdate} for
3465 non-zero/non-NULL columns in your wxDbTable object. Matches can be on one,
3466 many or all of the wxDbTable's columns. The base table name is prepended
3467 to the column names in the event that the wxDbTable's FROM clause is non-null.
3474 The primary difference between this function and \helpref{wxDbTable::QueryOnKeyFields}{wxdbtablequeryonkeyfields}
3475 is that this function can query on any column(s) in the wxDbTable object.
3481 either \helpref{wxDbTable::GetFirst}{wxdbtablegetfirst} or
3482 \helpref{wxDbTable::GetNext}{wxdbtablegetnext}.
3484 WHERE and FROM clauses specified using \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause}
3485 and \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause} are ignored by
3501 \membersection{wxDbTable::QueryOnKeyFields}\label{wxdbtablequeryonkeyfields}
3507 associated with the wxDbTable object by the primary index column(s). Simply
3513 prepended to the column names in the event that the wxDbTable's FROM clause
3521 \helpref{wxDbTable::CanSelectForUpdate}{wxdbtablecanselectforupdate} for
3532 either \helpref{wxDbTable::GetFirst}{wxdbtablegetfirst} or
3533 \helpref{wxDbTable::GetNext}{wxdbtablegetnext}.
3535 WHERE and FROM clauses specified using \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause}
3536 and \helpref{wxDbTable::SetFromClause}{wxdbtablesetfromclause} are ignored by
3550 \membersection{wxDbTable::Refresh}\label{wxdbtablerefresh}
3572 \membersection{wxDbTable::SetColDefs}\label{wxdbtablesetcoldefs}
3584 specified as being defined for this wxDbTable instance when the
3585 wxDbTable constructor was called.}
3642 column exceeds the number of columns defined in the wxDbTable instance, an
3649 your wxDbTable object. Use this function in any derived wxDbTable
3650 constructor when describing the column/columns in the wxDbTable object.
3679 \membersection{wxDbTable::SetCursor}\label{wxdbtablesetcursor}
3687 back to the wxDbTable's default (original) cursor that was created when the
3688 wxDbTable instance was first created. Default is wxDB\_DEFAULT\_CURSOR.}
3692 When swapping between cursors, the member variables of the wxDbTable object
3699 {\bf BEFORE} calling this function using \helpref{wxDbTable::GetCursor}{wxdbtablegetcursor}
3704 \helpref{wxDbTable::GetNewCursor}{wxdbtablegetnewcursor},
3705 \helpref{wxDbTable::GetCursor}{wxdbtablegetcursor},
3706 \helpref{wxDbTable::SetCursor}{wxdbtablesetcursor}
3708 \membersection{wxDbTable::SetFromClause}\label{wxdbtablesetfromclause}
3712 Accessor function for setting the private class member wxDbTable::from
3713 that indicates what other tables should be inner joined with the wxDbTable's
3716 Synonym to this function is one form of \helpref{wxDbTable::From}{wxdbtablefrom}
3724 in the FROM clause, as it is automatically included by the wxDbTable class
3729 Used by the \helpref{wxDbTable::Query}{wxdbtablequery} and
3730 \helpref{wxDbTable::Count}{wxdbtablecount} member functions to allow inner
3754 \helpref{wxDbTable::From}{wxdbtablefrom},
3755 \helpref{wxDbTable::GetFromClause}{wxdbtablegetfromclause}
3757 \membersection{wxDbTable::SetColNull}\label{wxdbtablesetcolnull}
3765 in the table associated with this wxDbTable object to be set to NULL.
3768 definitions used to create the wxDbTable instance, while the second allows
3774 this wxDbTable object.}
3786 \membersection{wxDbTable::SetOrderByClause}\label{wxdbtablesetorderbyclause}
3790 Accessor function for setting the private class member wxDbTable::orderBy
3794 A synonym to this function is one form of the function \helpref{wxDbTable::OrderBy}{wxdbtableorderby}
3822 \helpref{wxDbTable::OrderBy}{wxdbtableorderby},
3823 \helpref{wxDbTable::GetOrderByClause}{wxdbtablegetorderbyclause}
3825 \membersection{wxDbTable::SetQueryTimeout}\label{wxdbtablesetquerytimeout}
3842 \membersection{wxDbTable::SetWhereClause}\label{wxdbtablesetwhereclause}
3846 Accessor function for setting the private class member wxDbTable::where
3849 A synonym to this function is one form of the function \helpref{wxDbTable::Where}{wxdbtablewhere}
3889 \helpref{wxDbTable::Where}{wxdbtablewhere},
3890 \helpref{wxDbTable::GetWhereClause}{wxdbtablegetwhereclause}
3892 \membersection{wxDbTable::Update}\label{wxdbtableupdate}
3931 \membersection{wxDbTable::UpdateWhere}\label{wxdbtableupdatewhere}
3935 Performs updates to the base table of the wxDbTable object, updating only the
3938 All columns that are bound to member variables for this wxDbTable instance
3956 \membersection{wxDbTable::Where}\label{wxdbtablewhere}
3962 Accessor function for the private class member wxDbTable::where. Can be used
3963 as a synonym for \helpref{wxDbTable::GetWhereClause}{wxdbtablegetwhereclause}
3965 \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause} (the second form
3974 The first form of this function returns the current value of the wxDbTable
3982 \helpref{wxDbTable::GetWhereClause}{wxdbtablegetwhereclause},
3983 \helpref{wxDbTable::SetWhereClause}{wxdbtablesetwhereclause}
3985 \membersection{wxDbTable::operator $++$}\label{wxdbtableplusplus}
3989 Synonym for \helpref{wxDbTable::GetNext}{wxdbtablegetnext}
3993 \helpref{wxDbTable::GetNext}{wxdbtablegetnext}
3995 \membersection{wxDbTable::operator $--$}\label{wxdbtableminusminus}
3999 Synonym for \helpref{wxDbTable::GetPrev}{wxdbtablegetprev}
4003 \helpref{wxDbTable::GetPrev}{wxdbtablegetprev}
4066 \docparam{colNumber}{Column number in the \helpref{wxDbTable}{wxdbtable} instance to be used (first column is 0).}
4095 \docparam{colNumber}{Column number in the \helpref{wxDbTable}{wxdbtable} instance to be used (first column is 0).}
4102 As wxDbTable must be defined with to have columns which match those to by a wxDbGridColInfo
4104 \helpref{wxDbTable}{wxdbtable}. If no datatype conversion or the referenced column number does not exist the
4113 If you are deriving your own wxDbTable subclass for your table , then you may consider
4117 The constructor and AssignDbTable() call allows you to specify the ownership if the wxDbTable
4118 object pointer. If you tell wxGridTableBase to take ownership , it will delete the passed wxDbTable
4136 // First step, let's define wxDbTable
4138 wxDbTable *table = new wxDbTable (db, tblName, numColumns);
4166 table->SetRowMode (wxDbTable::WX_ROW_MODE_QUERY);
4186 \func{}{wxDbGridTableBase}{\param{wxDbTable *}{tab}, \param{wxDbGridColInfo *}{ColInfo},
4196 \docparam{count}{You can use a query result set (wxUSE\_QUERY, to use wxDbTable::Count(wxDbTable::Count()
4199 \docparam{takeOwnership}{ If true, this class deletes wxDbTable when it stops
4207 It ensures that the row data is fetched from the database, and it the wxDbTable local buffer,
4219 for detecting whether insert/update is required is currently not in wxDbTable, so this
4228 \func{bool}{AssignDbTable}{\param{wxDbTable *}{tab},\param{int }{count = wxUSE\_QUERY},