kysely
Preparing search index...
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
rowCount
:
number
rows
rows
:
R
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
row
Count
rows
kysely
Loading...