Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
PostgresQueryResult
Interface PostgresQueryResult<R>
interface
PostgresQueryResult
<
R
>
{
command
:
"UPDATE"
|
"DELETE"
|
"INSERT"
|
"SELECT"
|
"MERGE"
;
rowCount
:
number
;
rows
:
R
[]
;
}
Type Parameters
R
Index
Properties
command
row
Count
rows
Properties
command
command
:
"UPDATE"
|
"DELETE"
|
"INSERT"
|
"SELECT"
|
"MERGE"
row
Count
row
Count
:
number
rows
rows
:
R
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
command
row
Count
rows
Silvertree API
Loading...