Type Property
bindingDataTypes
The Postgres data types of the values that are bound when this statement is executed.
static var bindingDataTypes: [PostgresDataType] { get }
Discussion
If an empty array is returned the datatypes are inferred from the PostgresBindings returned from makeBindings().
Note
There is a default implementation that returns an empty array, which will lead to automatic inference.