SQLitePreparedStatement

public struct SQLitePreparedStatement: PreparedStatement

SQLite handle for prepared statements.

  • A pointer to SQLite prepared statement.

    Declaration

    Swift

    public let statement: OpaquePointer