Nut.db.updateTable

From Nutscript Developer Wiki
   nut.db.updateTable(value, callback, dbTable, condition)

This function sends update query to the database server.

Arguments[edit]

  • Variables value
  • Function callback
  • String dbTable
  • Function condition

Return Values[edit]

none

Examples[edit]

none