Quick Search:
 
 Oracle PL/SQL: Create Operator Jump to:  
Category: >> Oracle PL/SQL >> Create Operator  

<< lastnext >>

Snippet Name: Create Operator

Description: Similar to built-in operators, a user-defined operator may support arguments of different types, and that it may be evaluated using an index.

Comment: (none)

Language: PL/SQL
Highlight Mode: PLSQL
Last Modified: March 01st, 2009

CREATE OR REPLACE OPERATOR <operator_name>
BINDING (data_type_in) RETURN <data_type_out> USING <function_name>; 


 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org