Stmt

class Stmt(val stmt: sqlite3_stmt, val sql: String) : SqliteTraceEvent(source)

SqliteTraceEventCode.STMT related event.

Constructors

Link copied to clipboard
constructor(stmt: sqlite3_stmt, sql: String)

Properties

Link copied to clipboard
val sql: String
Link copied to clipboard