App下載

詞條

大約有 3,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0037秒)

1171.PostgreSQL 庫函數(shù)

libecpg庫主要包含用于實(shí)現(xiàn)嵌入式 SQL 命令所表達(dá)功能的“隱藏”函數(shù)。但是也有一些可以被直接調(diào)用的函數(shù)。但是注意這會讓你的代碼不可移植。 如果調(diào)用時(shí)第一個(gè)參數(shù)非零,ECPGdebug(int on , FILE *stream)會打開調(diào)試日志。調(diào)試日...

http://www.o2fo.com/postgresql13_1/postgresql13_1-c7dx3jkl.html

1172.PostgreSQL SET CONNECTION

...數(shù)據(jù)庫連接名。 DEFAULT 設(shè)置該連接為默認(rèn)連接。 例子EXEC SQL SET CONNECTION TO con2; EXEC SQL SET CONNECTION = con1; 兼容性 SQL 標(biāo)準(zhǔn)中說明了SET CONNECTION。 參見CONNECT, DISCONNECT

http://www.o2fo.com/postgresql13_1/postgresql13_1-58av3jl0.html

1173.PostgreSQL VAR

... varname 一個(gè) C 變量名。 ctype 一個(gè) C 類型說明。 例子Exec sql begin declare section; short a; exec sql end declare section; EXEC SQL VAR a IS int; 兼容性 VAR命令是一個(gè) PostgreSQL 擴(kuò)展。

http://www.o2fo.com/postgresql13_1/postgresql13_1-w6tz3jl3.html

1174.PostgreSQL 數(shù)據(jù)類型

...整數(shù)。 character_data 一種字符串(沒有指定最大長度)。 sql_identifier 一種字符串。這種類型被用于 SQL 標(biāo)識符,類型character_data被用于任何其他類型的文本數(shù)據(jù)。 time_stamp 在類型timestamp with time zone之上的一個(gè)域。 yes_or_no 一種字符...

http://www.o2fo.com/postgresql13_1/postgresql13_1-a7c13jl9.html

1175.PostgreSQL check_constraints

...。 表 36.7. check_constraints 列 列類型 描述 constraint_catalog sql_identifier 包含該約束的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) constraint_schema sql_identifier 包含該約束的模式名稱 constraint_name sql_identifier 約束名稱 check_clause character_data 該檢查約...

http://www.o2fo.com/postgresql13_1/postgresql13_1-fjgy3jlf.html

1176.PostgreSQL collations

...序規(guī)則。 表 36.8. collations 列 列類型 描述 collation_catalog sql_identifier 包含該排序規(guī)則的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) collation_schema sql_identifier 包含該排序規(guī)則的模式名稱 collation_name sql_identifier 默認(rèn)排序規(guī)則的名稱 pad_attribute ...

http://www.o2fo.com/postgresql13_1/postgresql13_1-qohe3jln.html

1177.PostgreSQL foreign_data_wrapper_options

...gn_data_wrapper_options 列 列類型 描述 foreign_data_wrapper_catalog sql_identifier 該外部數(shù)據(jù)包裝器所在的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) foreign_data_wrapper_name sql_identifier 該外部數(shù)據(jù)包裝器的名稱 option_name sql_identifier 一個(gè)選項(xiàng)的名稱 option_v...

http://www.o2fo.com/postgresql13_1/postgresql13_1-7pcb3jlx.html

1178.PostgreSQL foreign_data_wrappers

.... foreign_data_wrappers 列 列類型 描述 foreign_data_wrapper_catalog sql_identifier 包含該外部數(shù)據(jù)包裝器的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) foreign_data_wrapper_name sql_identifier 外部數(shù)據(jù)包裝器的名稱 authorization_identifier sql_identifier 外部服務(wù)器擁...

http://www.o2fo.com/postgresql13_1/postgresql13_1-mjes3jly.html

1179.PostgreSQL foreign_server_options

...36.26. foreign_server_options 列 列類型 描述 foreign_server_catalog sql_identifier 該外部服務(wù)器所在的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) foreign_server_name sql_identifier 該外部服務(wù)器的名稱 option_name sql_identifier 一個(gè)選項(xiàng)的名稱 option_value character_da...

http://www.o2fo.com/postgresql13_1/postgresql13_1-6pbv3jlz.html

1180.PostgreSQL user_mappings

... 表 36.56. user_mappings 列 列類型 描述 authorization_identifier sql_identifier 被映射的用戶名稱,如果映射是公共的則為PUBLIC foreign_server_catalog sql_identifier 這個(gè)映射所使用的外部服務(wù)器所在的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) foreign_server_nam...

http://www.o2fo.com/postgresql13_1/postgresql13_1-bzr13jmt.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1171.PostgreSQL 庫函數(shù)

libecpg庫主要包含用于實(shí)現(xiàn)嵌入式 SQL 命令所表達(dá)功能的“隱藏”函數(shù)。但是也有一些可以被直接調(diào)用的函數(shù)。但是注意這會讓你的代碼不可移植。 如果調(diào)用時(shí)第一個(gè)參數(shù)非零,ECPGdebug(int on , FILE *stream)會打開調(diào)試日志。調(diào)試日...

http://www.o2fo.com/postgresql13_1/postgresql13_1-c7dx3jkl.html

1172.PostgreSQL SET CONNECTION

...數(shù)據(jù)庫連接名。 DEFAULT 設(shè)置該連接為默認(rèn)連接。 例子EXEC SQL SET CONNECTION TO con2; EXEC SQL SET CONNECTION = con1; 兼容性 SQL 標(biāo)準(zhǔn)中說明了SET CONNECTION。 參見CONNECT, DISCONNECT

http://www.o2fo.com/postgresql13_1/postgresql13_1-58av3jl0.html

1173.PostgreSQL VAR

... varname 一個(gè) C 變量名。 ctype 一個(gè) C 類型說明。 例子Exec sql begin declare section; short a; exec sql end declare section; EXEC SQL VAR a IS int; 兼容性 VAR命令是一個(gè) PostgreSQL 擴(kuò)展。

http://www.o2fo.com/postgresql13_1/postgresql13_1-w6tz3jl3.html

1174.PostgreSQL 數(shù)據(jù)類型

...整數(shù)。 character_data 一種字符串(沒有指定最大長度)。 sql_identifier 一種字符串。這種類型被用于 SQL 標(biāo)識符,類型character_data被用于任何其他類型的文本數(shù)據(jù)。 time_stamp 在類型timestamp with time zone之上的一個(gè)域。 yes_or_no 一種字符...

http://www.o2fo.com/postgresql13_1/postgresql13_1-a7c13jl9.html

1175.PostgreSQL check_constraints

...。 表 36.7. check_constraints 列 列類型 描述 constraint_catalog sql_identifier 包含該約束的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) constraint_schema sql_identifier 包含該約束的模式名稱 constraint_name sql_identifier 約束名稱 check_clause character_data 該檢查約...

http://www.o2fo.com/postgresql13_1/postgresql13_1-fjgy3jlf.html

1176.PostgreSQL collations

...序規(guī)則。 表 36.8. collations 列 列類型 描述 collation_catalog sql_identifier 包含該排序規(guī)則的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) collation_schema sql_identifier 包含該排序規(guī)則的模式名稱 collation_name sql_identifier 默認(rèn)排序規(guī)則的名稱 pad_attribute ...

http://www.o2fo.com/postgresql13_1/postgresql13_1-qohe3jln.html

1177.PostgreSQL foreign_data_wrapper_options

...gn_data_wrapper_options 列 列類型 描述 foreign_data_wrapper_catalog sql_identifier 該外部數(shù)據(jù)包裝器所在的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) foreign_data_wrapper_name sql_identifier 該外部數(shù)據(jù)包裝器的名稱 option_name sql_identifier 一個(gè)選項(xiàng)的名稱 option_v...

http://www.o2fo.com/postgresql13_1/postgresql13_1-7pcb3jlx.html

1178.PostgreSQL foreign_data_wrappers

.... foreign_data_wrappers 列 列類型 描述 foreign_data_wrapper_catalog sql_identifier 包含該外部數(shù)據(jù)包裝器的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) foreign_data_wrapper_name sql_identifier 外部數(shù)據(jù)包裝器的名稱 authorization_identifier sql_identifier 外部服務(wù)器擁...

http://www.o2fo.com/postgresql13_1/postgresql13_1-mjes3jly.html

1179.PostgreSQL foreign_server_options

...36.26. foreign_server_options 列 列類型 描述 foreign_server_catalog sql_identifier 該外部服務(wù)器所在的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) foreign_server_name sql_identifier 該外部服務(wù)器的名稱 option_name sql_identifier 一個(gè)選項(xiàng)的名稱 option_value character_da...

http://www.o2fo.com/postgresql13_1/postgresql13_1-6pbv3jlz.html

1180.PostgreSQL user_mappings

... 表 36.56. user_mappings 列 列類型 描述 authorization_identifier sql_identifier 被映射的用戶名稱,如果映射是公共的則為PUBLIC foreign_server_catalog sql_identifier 這個(gè)映射所使用的外部服務(wù)器所在的數(shù)據(jù)庫名稱(總是當(dāng)前數(shù)據(jù)庫) foreign_server_nam...

http://www.o2fo.com/postgresql13_1/postgresql13_1-bzr13jmt.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程