[Home] [Help]
[Dependency Information]
Object Name: | ALL_OPBINDINGS |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
All binding functions for operators available to the user
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OWNER | VARCHAR2 | (128) | Yes | Owner of the operator |
OPERATOR_NAME | VARCHAR2 | (128) | Yes | Name of the operator |
BINDING# | NUMBER | Yes | Binding# of the operator | |
FUNCTION_NAME | VARCHAR2 | (386) | Name of the binding function or method as specified by the user | |
RETURN_SCHEMA | VARCHAR2 | (128) | Name of the schema of the return type - not null only for ADTs | |
RETURN_TYPE | VARCHAR2 | (128) | Name of the return type | |
IMPLEMENTATION_TYPE_SCHEMA | VARCHAR2 | (128) | Schema of the implementation type of the indextype | |
IMPLEMENTATION_TYPE | VARCHAR2 | (128) | Implementation type of the indextype | |
PROPERTY | VARCHAR2 | (43) | Property of the operator binding |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, OPERATOR_NAME
, BINDING#
, FUNCTION_NAME
, RETURN_SCHEMA
, RETURN_TYPE
, IMPLEMENTATION_TYPE_SCHEMA
, IMPLEMENTATION_TYPE
, PROPERTY
FROM SYS.ALL_OPBINDINGS;
|
|
|