开发者

Oracle Object-Relational add method

开发者 https://www.devze.com 2023-01-25 07:31 出处:网络
I\'m learning oracle object-relational model. I already know how to declare, call methods. but how can I add a new method to an existing o开发者_JS百科bject?

I'm learning oracle object-relational model. I already know how to declare, call methods. but how can I add a new method to an existing o开发者_JS百科bject?

is there something like "alter table add function returns xxxxx" ??

thanks


I think you're looking for the alter type statement: http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements_4002.htm

0

精彩评论

暂无评论...
验证码 换一张
取 消