SqlOwnershipStore
Implements
Section titled “Implements”OwnershipStore
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SqlOwnershipStore(sql): SqlOwnershipStore;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”SqlOwnershipStore
Methods
Section titled “Methods”claim()
Section titled “claim()”claim(threadId, by): Promise<void>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”OwnershipStore.claimowner()
Section titled “owner()”owner(threadId): Promise<"human" | "bot">;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<"human" | "bot">
Implementation of
Section titled “Implementation of”OwnershipStore.ownerrelease()
Section titled “release()”release(threadId): Promise<void>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”OwnershipStore.release