{ "db_name": "PostgreSQL", "query": "\n UPDATE event SET startTimestamp = $1, endTimestamp = $2, name = $3, locationId = $4, voluntaryWachhabender = $5, voluntaryFuehrungsassistent = $6, amountOfPosten = $7, clothing = $8, note = $9 WHERE id = $10;\n ", "describe": { "columns": [], "parameters": { "Left": [ "Timestamptz", "Timestamptz", "Text", "Int4", "Bool", "Bool", "Int2", "Int4", "Text", "Int4" ] }, "nullable": [] }, "hash": "ee7abc2204854f5934e683d732493037de6b72d3311f10fa0cf74b7ce7ae11bf" }