QueryParams.argsFromArray

Fills out arguments from array

Useful for simple text-only query params Postgres infers a data type for the parameter in the same way it would do for an untyped literal string.

struct QueryParams
@property
void
argsFromArray
(
in string[] arr
)

Meta