Optional Readonly bigintsUse bigint for the INT8 (64-bit integer) data type.
Optional Readonly formatWhether column data should be transferred using text or binary mode.
Optional Readonly nameThe query name.
Optional Readonly portalWhether to use the default portal (i.e. unnamed) or provide a name.
Optional Readonly streamsA mapping from column name to a socket, e.g. an open file.
Optional Readonly transformAllows the transformation of column names as returned by the database.
Optional Readonly typesAllows making the database native type explicit for some or all columns.
A query parameter can be used in place of a query text as the first argument to the Client.query method.