GetPreparedStatementResult

data class GetPreparedStatementResult(val description: String? = null, val queryStatement: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, queryStatement: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the prepared statement.

Link copied to clipboard
val queryStatement: String? = null

The query string for the prepared statement.