Expand description
Some common postgresql initialization helper methods 一些公共的PostgreSQL初始化辅助方法
Functions§
- check_
schema_ exit - Check if the schema exists 检查schema是否存在
- check_
table_ exit - Check if the table exists 检查表是否存在
- create_
schema - Create schema 创建schema
- get_
schema_ name_ from_ context - Get the schema name from the context 从上下文中获取schema名称
- get_
schema_ name_ from_ ext - Get the schema name from the extension 从扩展中获取schema名称
- get_
table_ full_ name - Get the table full name from the extension 根据入参生成对应表全限定名
- init
- Initialize the backend implementation instance of PostgreSQL 初始化PostgreSQL的后端实现实例
- init_
conn - Initialize connection 初始化连接
- init_
table - Initialize table 初始化表
- init_
table_ and_ conn - Initialize the table and connection 初始化表和连接
- package_
table_ name - Get the formatted table name 获取格式化后的表名
- set_
schema_ name_ to_ ext - Set the schema name to the extension 将schema名称设置到扩展中
- set_
schema_ to_ session - Set the schema to the session 将schema设置到会话中