Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パッケージで型オブジェクトを宣言する方法はありますか?
次のものは、パッケージのコンテキストではサポートされていないようです
TYPE xxx AS OBJECT
ありがとうございました
いいえ、できません。オブジェクト型は、CREATE ステートメントを使用して宣言する必要があるデータベース オブジェクトです。仕様宣言と本体実装が必要であるという点で、パッケージに似ています。
作成したら、パッケージで参照できます