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

1484     UPDATE      : The connected user is permitted to update the data in
1526 For example, the privilege UPDATE might allow the connected user to update
1528 which the grantor (the user that granted the connected user) has the UPDATE
2140 query on a view for example, but all of the INSERT, UPDATE and DELETES will
2235 as being non-updateable will be excluded from the SQL UPDATE statement created
2250 This member function allows you to see what the SQL UPDATE statement looks like
2299 Use this function to determine if the datasource supports SELECT ... FOR UPDATE.
2300 When the keywords "FOR UPDATE" are included as part of your SQL SELECT statement,
2307 Not all datasources support the "FOR UPDATE" clause, so you must use this
2309 this behavior or not before trying to select using "FOR UPDATE".
2313 the FOR UPDATE clause, this function will return false also.
2674 and then retrieving the records, locking each as you go (assuming FOR UPDATE
3261 as they are retrieved. If the RDBMS is not capable of the FOR UPDATE clause,
3453 as they are queried (SELECT ... FOR UPDATE). If the RDBMS is not capable of
3454 the FOR UPDATE clause, this argument is ignored. See
3519 as they are queried (SELECT ... FOR UPDATE). If the RDBMS is not capable of
3520 the FOR UPDATE clause, this argument is ignored. See
3904 updating records in the database. Write any valid SQL UPDATE statement and
3911 UPDATE tablename SET col1=X, col2=Y, ... where ...
3916 \docparam{pSqlStmt}{Pointer to SQL UPDATE statement to be executed.}