aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

O2U-00203: Type to be declared must be an object type or a named collection type

O2U-00203: Type to be declared must be an object type or a named collection type
Cause: You have asked OTT to generate code for a type it does not support. When generating Java code, OTT will only generate code for object types. When generating C declarations, OTT will only generate declarations for object types and named collection types.
Action: You are probably asking OTT to declare a built-in type, or, if you are generating Java code, a named collection type. Do not ask OTT to generate a declaration for this type.

请先 登录 后评论

1 个回答

小智
O2U-00203:要声明的类型必须是对象类型或命名集合类型,
.原因:您已要求OTT为不支持的类型生成代码。当生成Java代码时,OTT将只生成对象类型的代码。当生成C声明时,OTT将只生成对象类型和命名集合类型的声明。,
.操作:您可能会要求OTT声明内置类型,或者,如果要生成Java代码,则命名集合类型。不要求OTT生成这种类型的声明。,
.
请先 登录 后评论