在之前的章節(jié)里我們已經(jīng)涉及了使用SQL在PostgreSQL中存儲(chǔ)和訪(fǎng)問(wèn)數(shù)據(jù)的基礎(chǔ)知識(shí)?,F(xiàn)在我們將要討論SQL中一些更高級(jí)的特性,這些特性有助于簡(jiǎn)化管理和防止數(shù)據(jù)丟失或損壞。最后,我們還將介紹一些PostgreSQL擴(kuò)展。 本章有時(shí)將...
http://m.o2fo.com/postgresql13_1/postgresql13_1-76513j98.htmllibecpg庫(kù)主要包含用于實(shí)現(xiàn)嵌入式 SQL 命令所表達(dá)功能的“隱藏”函數(shù)。但是也有一些可以被直接調(diào)用的函數(shù)。但是注意這會(huì)讓你的代碼不可移植。 如果調(diào)用時(shí)第一個(gè)參數(shù)非零,ECPGdebug(int on , FILE *stream)會(huì)打開(kāi)調(diào)試日志。調(diào)試日...
http://m.o2fo.com/postgresql13_1/postgresql13_1-c7dx3jkl.html...數(shù)據(jù)庫(kù)連接名。 DEFAULT 設(shè)置該連接為默認(rèn)連接。 例子EXEC SQL SET CONNECTION TO con2; EXEC SQL SET CONNECTION = con1; 兼容性 SQL 標(biāo)準(zhǔn)中說(shuō)明了SET CONNECTION。 參見(jiàn)CONNECT, DISCONNECT
http://m.o2fo.com/postgresql13_1/postgresql13_1-58av3jl0.html... varname 一個(gè) C 變量名。 ctype 一個(gè) C 類(lèi)型說(shuō)明。 例子Exec sql begin declare section; short a; exec sql end declare section; EXEC SQL VAR a IS int; 兼容性 VAR命令是一個(gè) PostgreSQL 擴(kuò)展。
http://m.o2fo.com/postgresql13_1/postgresql13_1-w6tz3jl3.html...整數(shù)。 character_data 一種字符串(沒(méi)有指定最大長(zhǎng)度)。 sql_identifier 一種字符串。這種類(lèi)型被用于 SQL 標(biāo)識(shí)符,類(lèi)型character_data被用于任何其他類(lèi)型的文本數(shù)據(jù)。 time_stamp 在類(lèi)型timestamp with time zone之上的一個(gè)域。 yes_or_no 一種字符...
http://m.o2fo.com/postgresql13_1/postgresql13_1-a7c13jl9.html...。 表 36.7. check_constraints 列 列類(lèi)型 描述 constraint_catalog sql_identifier 包含該約束的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) constraint_schema sql_identifier 包含該約束的模式名稱(chēng) constraint_name sql_identifier 約束名稱(chēng) check_clause character_data 該檢查約...
http://m.o2fo.com/postgresql13_1/postgresql13_1-fjgy3jlf.html...序規(guī)則。 表 36.8. collations 列 列類(lèi)型 描述 collation_catalog sql_identifier 包含該排序規(guī)則的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) collation_schema sql_identifier 包含該排序規(guī)則的模式名稱(chēng) collation_name sql_identifier 默認(rèn)排序規(guī)則的名稱(chēng) pad_attribute ...
http://m.o2fo.com/postgresql13_1/postgresql13_1-qohe3jln.html...gn_data_wrapper_options 列 列類(lèi)型 描述 foreign_data_wrapper_catalog sql_identifier 該外部數(shù)據(jù)包裝器所在的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) foreign_data_wrapper_name sql_identifier 該外部數(shù)據(jù)包裝器的名稱(chēng) option_name sql_identifier 一個(gè)選項(xiàng)的名稱(chēng) option_v...
http://m.o2fo.com/postgresql13_1/postgresql13_1-7pcb3jlx.html.... foreign_data_wrappers 列 列類(lèi)型 描述 foreign_data_wrapper_catalog sql_identifier 包含該外部數(shù)據(jù)包裝器的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) foreign_data_wrapper_name sql_identifier 外部數(shù)據(jù)包裝器的名稱(chēng) authorization_identifier sql_identifier 外部服務(wù)器擁...
http://m.o2fo.com/postgresql13_1/postgresql13_1-mjes3jly.html...36.26. foreign_server_options 列 列類(lèi)型 描述 foreign_server_catalog sql_identifier 該外部服務(wù)器所在的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) foreign_server_name sql_identifier 該外部服務(wù)器的名稱(chēng) option_name sql_identifier 一個(gè)選項(xiàng)的名稱(chēng) option_value character_da...
http://m.o2fo.com/postgresql13_1/postgresql13_1-6pbv3jlz.html抱歉,暫時(shí)沒(méi)有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的教程
w3cschool 建議您:
在之前的章節(jié)里我們已經(jīng)涉及了使用SQL在PostgreSQL中存儲(chǔ)和訪(fǎng)問(wèn)數(shù)據(jù)的基礎(chǔ)知識(shí)。現(xiàn)在我們將要討論SQL中一些更高級(jí)的特性,這些特性有助于簡(jiǎn)化管理和防止數(shù)據(jù)丟失或損壞。最后,我們還將介紹一些PostgreSQL擴(kuò)展。 本章有時(shí)將...
http://m.o2fo.com/postgresql13_1/postgresql13_1-76513j98.htmllibecpg庫(kù)主要包含用于實(shí)現(xiàn)嵌入式 SQL 命令所表達(dá)功能的“隱藏”函數(shù)。但是也有一些可以被直接調(diào)用的函數(shù)。但是注意這會(huì)讓你的代碼不可移植。 如果調(diào)用時(shí)第一個(gè)參數(shù)非零,ECPGdebug(int on , FILE *stream)會(huì)打開(kāi)調(diào)試日志。調(diào)試日...
http://m.o2fo.com/postgresql13_1/postgresql13_1-c7dx3jkl.html...數(shù)據(jù)庫(kù)連接名。 DEFAULT 設(shè)置該連接為默認(rèn)連接。 例子EXEC SQL SET CONNECTION TO con2; EXEC SQL SET CONNECTION = con1; 兼容性 SQL 標(biāo)準(zhǔn)中說(shuō)明了SET CONNECTION。 參見(jiàn)CONNECT, DISCONNECT
http://m.o2fo.com/postgresql13_1/postgresql13_1-58av3jl0.html... varname 一個(gè) C 變量名。 ctype 一個(gè) C 類(lèi)型說(shuō)明。 例子Exec sql begin declare section; short a; exec sql end declare section; EXEC SQL VAR a IS int; 兼容性 VAR命令是一個(gè) PostgreSQL 擴(kuò)展。
http://m.o2fo.com/postgresql13_1/postgresql13_1-w6tz3jl3.html...整數(shù)。 character_data 一種字符串(沒(méi)有指定最大長(zhǎng)度)。 sql_identifier 一種字符串。這種類(lèi)型被用于 SQL 標(biāo)識(shí)符,類(lèi)型character_data被用于任何其他類(lèi)型的文本數(shù)據(jù)。 time_stamp 在類(lèi)型timestamp with time zone之上的一個(gè)域。 yes_or_no 一種字符...
http://m.o2fo.com/postgresql13_1/postgresql13_1-a7c13jl9.html...。 表 36.7. check_constraints 列 列類(lèi)型 描述 constraint_catalog sql_identifier 包含該約束的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) constraint_schema sql_identifier 包含該約束的模式名稱(chēng) constraint_name sql_identifier 約束名稱(chēng) check_clause character_data 該檢查約...
http://m.o2fo.com/postgresql13_1/postgresql13_1-fjgy3jlf.html...序規(guī)則。 表 36.8. collations 列 列類(lèi)型 描述 collation_catalog sql_identifier 包含該排序規(guī)則的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) collation_schema sql_identifier 包含該排序規(guī)則的模式名稱(chēng) collation_name sql_identifier 默認(rèn)排序規(guī)則的名稱(chēng) pad_attribute ...
http://m.o2fo.com/postgresql13_1/postgresql13_1-qohe3jln.html...gn_data_wrapper_options 列 列類(lèi)型 描述 foreign_data_wrapper_catalog sql_identifier 該外部數(shù)據(jù)包裝器所在的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) foreign_data_wrapper_name sql_identifier 該外部數(shù)據(jù)包裝器的名稱(chēng) option_name sql_identifier 一個(gè)選項(xiàng)的名稱(chēng) option_v...
http://m.o2fo.com/postgresql13_1/postgresql13_1-7pcb3jlx.html.... foreign_data_wrappers 列 列類(lèi)型 描述 foreign_data_wrapper_catalog sql_identifier 包含該外部數(shù)據(jù)包裝器的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) foreign_data_wrapper_name sql_identifier 外部數(shù)據(jù)包裝器的名稱(chēng) authorization_identifier sql_identifier 外部服務(wù)器擁...
http://m.o2fo.com/postgresql13_1/postgresql13_1-mjes3jly.html...36.26. foreign_server_options 列 列類(lèi)型 描述 foreign_server_catalog sql_identifier 該外部服務(wù)器所在的數(shù)據(jù)庫(kù)名稱(chēng)(總是當(dāng)前數(shù)據(jù)庫(kù)) foreign_server_name sql_identifier 該外部服務(wù)器的名稱(chēng) option_name sql_identifier 一個(gè)選項(xiàng)的名稱(chēng) option_value character_da...
http://m.o2fo.com/postgresql13_1/postgresql13_1-6pbv3jlz.html抱歉,暫時(shí)沒(méi)有相關(guān)的文章
w3cschool 建議您: