PreparedStatement.getAssoc

Returns the value of all columns as an associative array, with the column names as the key, and the values with given D type (string by default).

class PreparedStatement
T[string]
getAssoc
(
T = string
)
()

Meta