PreparedStatement.getArray

Returns the value of all columns, as an array of the given D type (string by default).

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

Meta