Preparing search index...
The search index is not available
@tableland/sdk
@tableland/sdk
TableFormat
Interface TableFormat<T>
TableFormat represents a object with rows and columns.
Type Parameters
T
=
unknown
Hierarchy
TableFormat
Index
Properties
columns
rows
Properties
columns
columns
:
{
name
:
string
;
}
[]
Type declaration
name
:
string
rows
rows
:
ValueOf
<
T
>
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
columns
rows
@tableland/sdk
Create
One
Params
helpers
Api
Error
Database
Registry
Statement
Validator
Create
Many
Params
Create
Table
Params
Metadata
Mutate
Many
Params
Mutate
One
Params
Named
Parameters
Result
RunSQLParams
Runnable
Set
Params
Table
Table
Format
Table
Identifier
Transfer
Params
Base
Type
Create
Params
Mutate
Params
Objects
Format
Query
Params
Transaction
Receipt
Value
Of
Values
Type
Waitable
Transaction
Receipt
Generated using
TypeDoc
TableFormat represents a object with rows and columns.