Methods
preparedBatch(sql, batch, handler) → {PgPool}
Parameters:
| Name | Type | Description |
|---|---|---|
sql |
string | |
batch |
Array.<Tuple> | |
handler |
function |
- Source:
Returns:
- Type
- PgPool
preparedQuery(sql, arguments, handler) → {PgPool}
Parameters:
| Name | Type | Description |
|---|---|---|
sql |
string | |
arguments |
Tuple | |
handler |
function |
- Source:
Returns:
- Type
- PgPool
query(sql, handler) → {PgPool}
Parameters:
| Name | Type | Description |
|---|---|---|
sql |
string | |
handler |
function |
- Source:
Returns:
- Type
- PgPool