• 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:records

523 what allow you to scroll through records forward and backward and to
524 manipulate records as you scroll through them. When you issue a query, a
2207 \docparam{distinct}{Whether to select distinct records only.}
2301 all records {\it retrieved} (not just queried, but actually retrieved using
2423 Returns the number of records which would be in the result set using the
2438 count of records in the result set. Count() uses its own cursor, so result
2482 relational model are not required. You do not need indexes to look up records
2650 This member function allows you to delete records from your wxDbTable object
2664 columns. This allows deletion of records by matching on any column(s) in
2674 and then retrieving the records, locking each as you go (assuming FOR UPDATE
2708 records will be deleted from the table interfaced through the wxDbTable
2717 to delete records by passing a valid SQL WHERE clause. Sophisticated
2724 Note: This function is limited to deleting records from the table associated
2870 Before retrieving records, a query must be performed using
2903 Before retrieving records, a query must be performed using
2949 as defined by the current query. Before retrieving records, a query must be
2991 position as defined by the current query. Before retrieving records, a
3260 \docparam{forUpdate}{{\it OPTIONAL}. Gives you the option of locking records
3272 This function queries records from the datasource based on the three
3275 records to be retrieved (e.g. All users with a first name of "JOHN").
3277 change the sequence in which records are returned in the result set from
3331 // Query the records based on the where, orderBy and from clauses
3334 // Display all records queried
3405 // Query the records using the SQL SELECT statement above
3407 // Display all records queried
3442 QueryMatching allows querying of records from the table associated with
3452 \docparam{forUpdate}{{\it OPTIONAL}. Gives you the option of locking records
3496 // Display all records queried
3506 QueryOnKeyFields provides an easy mechanism to query records in the table
3518 \docparam{forUpdate}{{\it OPTIONAL}. Gives you the option of locking records
3545 // Display all records queried
3731 joining of records from multiple tables.
3904 updating records in the database. Write any valid SQL UPDATE statement and