131 lines
2.3 KiB
Markdown
131 lines
2.3 KiB
Markdown
# module db.pg
|
|
|
|
|
|
## Contents
|
|
- [connect](#connect)
|
|
- [connect_with_conninfo](#connect_with_conninfo)
|
|
- [ConnStatusType](#ConnStatusType)
|
|
- [ExecStatusType](#ExecStatusType)
|
|
- [Oid](#Oid)
|
|
- [C.PGconn](#C.PGconn)
|
|
- [C.PGresult](#C.PGresult)
|
|
- [C.pg_conn](#C.pg_conn)
|
|
- [C.pg_result](#C.pg_result)
|
|
- [Config](#Config)
|
|
- [DB](#DB)
|
|
- [close](#close)
|
|
- [copy_expert](#copy_expert)
|
|
- [create](#create)
|
|
- [delete](#delete)
|
|
- [drop](#drop)
|
|
- [exec](#exec)
|
|
- [exec_one](#exec_one)
|
|
- [exec_param](#exec_param)
|
|
- [exec_param2](#exec_param2)
|
|
- [exec_param_many](#exec_param_many)
|
|
- [exec_prepared](#exec_prepared)
|
|
- [insert](#insert)
|
|
- [last_id](#last_id)
|
|
- [prepare](#prepare)
|
|
- [q_int](#q_int)
|
|
- [q_string](#q_string)
|
|
- [q_strings](#q_strings)
|
|
- [select](#select)
|
|
- [update](#update)
|
|
- [Row](#Row)
|
|
|
|
## connect
|
|
[[Return to contents]](#Contents)
|
|
|
|
## connect_with_conninfo
|
|
[[Return to contents]](#Contents)
|
|
|
|
## ConnStatusType
|
|
[[Return to contents]](#Contents)
|
|
|
|
## ExecStatusType
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Oid
|
|
[[Return to contents]](#Contents)
|
|
|
|
## C.PGconn
|
|
[[Return to contents]](#Contents)
|
|
|
|
## C.PGresult
|
|
[[Return to contents]](#Contents)
|
|
|
|
## C.pg_conn
|
|
[[Return to contents]](#Contents)
|
|
|
|
## C.pg_result
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Config
|
|
[[Return to contents]](#Contents)
|
|
|
|
## DB
|
|
[[Return to contents]](#Contents)
|
|
|
|
## close
|
|
[[Return to contents]](#Contents)
|
|
|
|
## copy_expert
|
|
[[Return to contents]](#Contents)
|
|
|
|
## create
|
|
[[Return to contents]](#Contents)
|
|
|
|
## delete
|
|
[[Return to contents]](#Contents)
|
|
|
|
## drop
|
|
[[Return to contents]](#Contents)
|
|
|
|
## exec
|
|
[[Return to contents]](#Contents)
|
|
|
|
## exec_one
|
|
[[Return to contents]](#Contents)
|
|
|
|
## exec_param
|
|
[[Return to contents]](#Contents)
|
|
|
|
## exec_param2
|
|
[[Return to contents]](#Contents)
|
|
|
|
## exec_param_many
|
|
[[Return to contents]](#Contents)
|
|
|
|
## exec_prepared
|
|
[[Return to contents]](#Contents)
|
|
|
|
## insert
|
|
[[Return to contents]](#Contents)
|
|
|
|
## last_id
|
|
[[Return to contents]](#Contents)
|
|
|
|
## prepare
|
|
[[Return to contents]](#Contents)
|
|
|
|
## q_int
|
|
[[Return to contents]](#Contents)
|
|
|
|
## q_string
|
|
[[Return to contents]](#Contents)
|
|
|
|
## q_strings
|
|
[[Return to contents]](#Contents)
|
|
|
|
## select
|
|
[[Return to contents]](#Contents)
|
|
|
|
## update
|
|
[[Return to contents]](#Contents)
|
|
|
|
## Row
|
|
[[Return to contents]](#Contents)
|
|
|
|
#### Powered by vdoc. Generated on: 7 Feb 2025 12:06:55
|