From 90994848c585cde1a92bacf7c4488da7904d4979 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sat, 25 May 2024 09:47:12 +0100 Subject: [PATCH] docs --- %7BObject%7D.html | 217 ++++++++++++++++++++++ Database.html | 2 +- ParameterizedQuery.html | 2 +- PreparedStatement.html | 2 +- PromiseAdapter.html | 2 +- QueryFile.html | 2 +- Table.html | 219 +++++++++++++++++++++++ Task.html | 2 +- database-pool.js.html | 2 +- database.js.html | 2 +- errors.ParameterizedQueryError.html | 2 +- errors.PreparedStatementError.html | 2 +- errors.QueryFileError.html | 2 +- errors.QueryResultError.html | 2 +- errors.html | 2 +- errors_index.js.html | 2 +- errors_parameterized-query-error.js.html | 2 +- errors_prepared-statement-error.js.html | 2 +- errors_query-file-error.js.html | 2 +- errors_query-result-error.js.html | 2 +- events.js.html | 2 +- external-Client.html | 2 +- external-Error.html | 2 +- external-PG.html | 2 +- external-Promise.html | 2 +- external-RangeError.html | 2 +- external-Result.html | 2 +- external-Stream.html | 2 +- external-Symbol.html | 2 +- external-TypeError.html | 2 +- external-pg-minify.html | 2 +- external-pg-pool.html | 2 +- external-spex.html | 2 +- formatting.ctf.html | 2 +- formatting.html | 2 +- formatting.js.html | 6 +- global.html | 2 +- helpers.Column.html | 2 +- helpers.ColumnSet.html | 2 +- helpers.TableName.html | 8 +- helpers.html | 137 +++++++++++++- helpers_column-set.js.html | 2 +- helpers_column.js.html | 6 +- helpers_index.js.html | 8 +- helpers_methods_concat.js.html | 2 +- helpers_methods_insert.js.html | 2 +- helpers_methods_sets.js.html | 2 +- helpers_methods_update.js.html | 2 +- helpers_methods_values.js.html | 2 +- helpers_table-name.js.html | 33 +++- index.html | 2 +- inner-state.js.html | 2 +- main.js.html | 4 +- module-pg-promise.html | 4 +- promise-adapter.js.html | 2 +- query-file.js.html | 2 +- query-result.js.html | 2 +- style.css | 4 - task.js.html | 2 +- tx-mode.js.html | 2 +- txMode.TransactionMode.html | 2 +- txMode.html | 2 +- types_parameterized-query.js.html | 2 +- types_prepared-statement.js.html | 2 +- types_server-formatting.js.html | 2 +- utils.html | 2 +- utils_public.js.html | 4 +- 67 files changed, 680 insertions(+), 80 deletions(-) create mode 100644 %7BObject%7D.html create mode 100644 Table.html diff --git a/%7BObject%7D.html b/%7BObject%7D.html new file mode 100644 index 00000000..64f0cddd --- /dev/null +++ b/%7BObject%7D.html @@ -0,0 +1,217 @@ + + + + + pg-promise API + + + + + + + + + + + +
+ + + + + +
+ +
+ +

{Object}

+ + +
+ +
+
+ + + + + + +
Properties:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeAttributesDescription
schema + + +string + + + + + + <optional>
+ + + +

schema name, if specified

table + + +string + + + + + + + +

table name

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Source:
+
+ + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+ +
+ + + + + + + \ No newline at end of file diff --git a/Database.html b/Database.html index 5a5238be..ee8a543a 100644 --- a/Database.html +++ b/Database.html @@ -13,7 +13,7 @@