Interface: RunSQLParams
@custom:deprecated This type will change in the next major version.
Use the MutateOneParams
type.
Hierarchy
↳
RunSQLParams
Properties
chainId
• chainId: number
The target chain id.
Inherited from
Defined in
@tableland/sdk/src/registry/contract.ts:19
statement
• statement: string
SQL statement string.
Defined in
@tableland/sdk/src/registry/run.ts:43
tableId
• tableId: string
The target table id.
Inherited from
Defined in
@tableland/sdk/src/registry/contract.ts:23