CsvRecords

data class CsvRecords(val value: String) : QueryRecords

The results of the SQL statement in CSV format.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this QueryRecords as a CsvRecords and retrieves its kotlin.String value. Throws an exception if the QueryRecords is not a CsvRecords.

Link copied to clipboard

Casts this QueryRecords as a CsvRecords and retrieves its kotlin.String value. Returns null if the QueryRecords is not a CsvRecords.