CI_DB_query_builder::get_compiled_update()

get_compiled_update([$table = ''[, $reset = TRUE]])

Parameters:
  • $table (string) – Table name
  • $reset (bool) – Whether to reset the current QB values or not
Returns:

The compiled SQL statement as a string

Return type:

string

Compiles an UPDATE statement and returns it as a string.

doc_CodeIgniter
2016-10-15 16:31:14
Comments
Leave a Comment

Please login to continue.