Preparing search index...
The search index is not available
@hotmeshio/hotmesh
@hotmeshio/hotmesh
types/postgres
PostgresTransaction
Interface PostgresTransaction
interface
PostgresTransaction
{
client
:
PostgresPoolClientType
;
queryBuffer
:
{
text
:
string
;
values
:
any
[]
;
}
[]
;
begin
(
)
:
Promise
<
void
>
;
commit
(
)
:
Promise
<
void
>
;
query
(
text
:
string
,
values
?:
any
[]
)
:
Promise
<
PostgresQueryResultType
>
;
release
(
)
:
void
;
rollback
(
)
:
Promise
<
void
>
;
}
Index
Properties
client
query
Buffer
Methods
begin
commit
query
release
rollback
Properties
client
client
:
PostgresPoolClientType
query
Buffer
query
Buffer
:
{
text
:
string
;
values
:
any
[]
;
}
[]
Methods
begin
begin
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
commit
commit
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
query
query
(
text
,
values
?
)
:
Promise
<
PostgresQueryResultType
>
Parameters
text
:
string
Optional
values
:
any
[]
Returns
Promise
<
PostgresQueryResultType
>
release
release
(
)
:
void
Returns
void
rollback
rollback
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
query
Buffer
Methods
begin
commit
query
release
rollback
@hotmeshio/hotmesh
Loading...