JDatabaseQueryPostgresql::forUpdate

      Signature

      protected function forUpdate(string $table_name, [string $glue = ','] )

      Parameters

      $table_name
      The table to lock
      $glue
      The glue by which to join the conditions. Defaults to ',' .

      Returns

      JDatabaseQueryPostgresql
      FOR UPDATE query element