The name of the parameter. For Insert, Update and Delete commands, this name should
be the name of a valid column in a Spanner table. In Select commands, this name should be the name of a parameter
used in the SQL Query. This value is case sensitive. Must not be null.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSpannerParameter\u003c/code\u003e class represents a parameter for a \u003ccode\u003eSpannerCommand\u003c/code\u003e, mapping it to dataset columns and is available in multiple versions, with \u003ccode\u003e5.0.0-beta05\u003c/code\u003e being the latest, as well as older versions, such as \u003ccode\u003e3.9.0\u003c/code\u003e and beyond.\u003c/p\u003e\n"],["\u003cp\u003eIt allows initialization with a constructor that takes the parameter name, type, value, and source column, supporting scenarios like inserting, updating, and deleting commands.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eDbParameter\u003c/code\u003e and implements interfaces like \u003ccode\u003eIDbDataParameter\u003c/code\u003e, \u003ccode\u003eIDataParameter\u003c/code\u003e, and \u003ccode\u003eICloneable\u003c/code\u003e, offering functionalities like setting parameter properties and cloning.\u003c/p\u003e\n"],["\u003cp\u003eIt allows for setting the parameter's \u003ccode\u003eSpannerDbType\u003c/code\u003e, which must match the type defined in Spanner or the SQL query result.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCommitTimestamp\u003c/code\u003e is a static object within the \u003ccode\u003eSpannerParameter\u003c/code\u003e class that will be substituted with the timestamp value upon insertion or update of a Timestamp value.\u003c/p\u003e\n"]]],[],null,[]]