SnowConvert AI - Object Conversion Summary¶

已识别的对象¶
The count of all the top-level DDL objects (such as Table, View, and Procedure) that the SnowConvert AI identified. If an object has a parsing error that makes it unreconcilable, it would not be identified.
CSV 关联的字段名称¶
TotalIdentifiedObjects
示例¶
预期的已识别对象:2
解释: table1 未出现解析错误;table2 虽存在解析错误,但解析器仍能将其识别为表对象,因此两者均计入已识别对象;table3 存在解析错误,导致其无法由解析器识别,因此不计入已识别对象。
对象转换率¶
已识别对象中完全转换的对象的百分比
公式¶
CSV 关联的字段名称¶
ObjectConversionRate
示例¶
预期对象转换率:66.66%
解释: 在此示例中,我们有 3 个语句,所有语句都被识别为对象,但只有 table1 和 view1 的转换率为 100%。table3 有一个错误警告,这意味着该表的转换率不是 100%,因此 3 个语句中只有 2 个算作完全转换的对象。
完全转换的对象¶
成功转换(意味着对象的转换率为 100%)的识别对象的数量。
CSV 关联的字段名称¶
ObjectsSuccessfullyConverted
示例¶
预期的完全转换对象:2
解释: 在此示例中,我们有 3 个语句,所有语句都被识别为对象,但只有 table1 和 view1 的转换率为 100%。table3 有一个错误警告,这意味着该表的转换率不是 100%,因此 3 个语句中只有 2 个算作完全转换的对象。
无法识别的元素¶
Represents any code element (or parts of them) such as DML, DDL, control statements, with parsing errors that SnowConvert AI was unable to process.
CSV 关联的字段名称¶
UnrecognizedElements
示例¶
预期无法识别的元素:1
Explanation: In this example we have 2 statements, the table1 is successfully identified as an object, in the other hand the view1, has a parsing error that means it's impossible to identify the view as an object, because of this SnowConvert AI reports 1 Unrecognized object.
无法识别的元素中的代码行数¶
表示无法识别的元素中的行数。
CSV 关联的字段名称¶
UnrecognizedElementsLOC
示例¶
无法识别的元素中的预期代码行数:3
解释: 元素 view1 是无法识别的元素,这意味着与该元素相关的行计入无法识别的元素中的代码行数。
Wrapped Objects¶
表示源输入代码中存在的封装对象的数量
备注
此字段仅适用于 Oracle 报告。
CSV 关联的字段名称¶
WrappedObjects
示例¶
无法识别的元素中的预期代码行数:1
解释: 该过程被声明为封装对象,因此计入封装对象。