自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

DROP FUNCTION 中文man頁(yè)面

系統(tǒng)
DROP FUNCTION 將刪除一個(gè)現(xiàn)存的函數(shù)的引用。 要執(zhí)行這條命令,用戶必須是函數(shù)的所有者。 必須聲明函數(shù)的參數(shù)類型,因?yàn)閹讉€(gè)不同的函數(shù)可能會(huì)有同樣的名字和不同的參數(shù)列表。

NAME

DROP FUNCTION - 刪除一個(gè)函數(shù)

SYNOPSIS

DROP FUNCTION name ( [ type [, ...] ] ) [ CASCADE | RESTRICT ]

DESCRIPTION 描述

DROP FUNCTION 將刪除一個(gè)現(xiàn)存的函數(shù)的引用。 要執(zhí)行這條命令,用戶必須是函數(shù)的所有者。 必須聲明函數(shù)的參數(shù)類型,因?yàn)閹讉€(gè)不同的函數(shù)可能會(huì)有同樣的名字和不同的參數(shù)列表。  

PARAMETERS 參數(shù)

name

 現(xiàn)存的函數(shù)名稱(可以有模式修飾)。
type

 函數(shù)參數(shù)的類型。
CASCADE

 自動(dòng)刪除依賴于函數(shù)的對(duì)象(比如操作符或觸發(fā)器)。
RESTRICT

 如果有任何依賴對(duì)象存在,則拒絕刪除該函數(shù)。這個(gè)是缺省。

EXAMPLES 例子


 這條命令刪除平方根函數(shù):

DROP FUNCTION sqrt(integer);

COMPATIBILITY 兼容性


 在 SQL 標(biāo)準(zhǔn)里定義了一個(gè) DROP FUNCTION 語(yǔ)句。 但和這條命令不兼容。  

SEE ALSO 參見

CREATE FUNCTION [create_function(7)], ALTER FUNCTION [alter_function(l)]

#p#

NAME

DROP FUNCTION - remove a function

SYNOPSIS

DROP FUNCTION name ( [ type [, ...] ] ) [ CASCADE | RESTRICT ]

DESCRIPTION

DROP FUNCTION removes the definition of an existing function. To execute this command the user must be the owner of the function. The argument types to the function must be specified, since several different functions may exist with the same name and different argument lists.  

PARAMETERS

name
The name (optionally schema-qualified) of an existing function.
type
The data type of an argument of the function.
CASCADE
Automatically drop objects that depend on the function (such as operators or triggers).
RESTRICT
Refuse to drop the function if any objects depend on it. This is the default.

EXAMPLES

This command removes the square root function:

DROP FUNCTION sqrt(integer);

COMPATIBILITY

A DROP FUNCTION statement is defined in the SQL standard, but it is not compatible with this command.  

SEE ALSO

CREATE FUNCTION [create_function(7)], ALTER FUNCTION [alter_function(l)]

責(zé)任編輯:韓亞珊 來(lái)源: CMPP.net
相關(guān)推薦

2011-08-24 14:31:48

DROP LANGUA中文man

2011-08-24 14:35:33

DROP OPERAT中文man

2011-08-24 14:19:14

DROP DOMAIN中文man

2011-08-24 14:13:27

DROP CONVER中文man

2011-08-24 14:16:18

DROP DATABA中文man

2011-08-24 14:25:43

DROP GROUP中文man

2011-08-24 14:28:47

DROP INDEX中文man

2011-08-24 14:40:50

DROP RULE中文man

2011-08-24 14:06:36

DROP AGGREG中文man

2011-08-24 14:10:10

DROP CAST中文man

2011-08-24 14:49:13

drop_table中文man

2011-08-24 14:57:06

drop_type中文man

2011-08-24 14:43:21

drop_schema中文man

2011-08-24 15:03:08

drop_view中文man

2011-08-24 14:59:50

drop_user中文man

2011-08-24 14:38:16

DROP OPERAT中文man

2011-08-24 14:46:42

drop_sequen中文man

2011-08-24 14:52:31

drop_trigge中文man

2011-08-24 11:05:36

CREATE FUNC中文man

2011-08-24 09:26:14

alter_funct中文man
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)