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. Must not be null
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. 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\u003eSpannerParameterCollection\u003c/code\u003e class represents a collection of parameters used with a \u003ccode\u003eSpannerCommand\u003c/code\u003e to map to columns in a \u003ccode\u003eDataSet\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eDbParameterCollection\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIDataParameterCollection\u003c/code\u003e, \u003ccode\u003eIList\u003c/code\u003e, \u003ccode\u003eICollection\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods for adding, removing, and managing \u003ccode\u003eSpannerParameter\u003c/code\u003e objects, which can be added by parameter name, Spanner database type, and parameter value.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers functionalities such as cloning, clearing, searching, and copying the collection, as well as setting and getting parameter values by index or name.\u003c/p\u003e\n"],["\u003cp\u003eThe collection allows for initialization with an optional set of \u003ccode\u003eSpannerParameter\u003c/code\u003e objects and can be used in conjunction with various SQL operations.\u003c/p\u003e\n"]]],[],null,[]]