Typeclass for a flat vector of Atoms, analogous to Composite but with no nesting or
generalization to product types. Each element expands to some nonzero number of ?
placeholders in the SQL literal, and the param vector itself has a Composite instance.
Typeclass for a flat vector of
Atom
s, analogous toComposite
but with no nesting or generalization to product types. Each element expands to some nonzero number of?
placeholders in the SQL literal, and the param vector itself has aComposite
instance.