Add multicast delegate
This commit is contained in:
parent
5c6942bd0b
commit
dac16b8bda
7 changed files with 78 additions and 75 deletions
|
|
@ -242,11 +242,6 @@ on an attached database. If omitted, they apply to the main database.
|
|||
- ``init(location:options:)``
|
||||
- ``init(path:options:)``
|
||||
|
||||
### Delegation
|
||||
|
||||
- ``ConnectionDelegate``
|
||||
- ``delegate``
|
||||
|
||||
### Connection State
|
||||
|
||||
- ``isAutocommit``
|
||||
|
|
@ -261,6 +256,11 @@ on an attached database. If omitted, they apply to the main database.
|
|||
- ``synchronous``
|
||||
- ``userVersion``
|
||||
|
||||
### Delegation
|
||||
|
||||
- ``addDelegate(_:)``
|
||||
- ``removeDelegate(_:)``
|
||||
|
||||
### SQLite Lifecycle
|
||||
|
||||
- ``initialize()``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue