Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 3 | 0.951 | class_member_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 412 | src/NHibernate/Dialect/InformixDialect.cs |
2 | 13 | 394 | src/NHibernate/Dialect/Oracle8iDialect.cs |
| ||||
/// <summary> /// Does this dialect support UNION ALL, which is generally a faster variant of UNION? /// True if UNION ALL is supported; false otherwise. /// </summary> public override bool SupportsUnionAll { get { return true; } } public override bool SupportsEmptyInList { get { return false; } } public override bool SupportsResultSetPositionQueryMethodsOnForwardOnlyCursor { get { return false; } } |
| ||||
public override bool SupportsUnionAll { get { return true; } } public override bool SupportsCommentOn { get { return true; } } public override bool SupportsTemporaryTables { get { return true; } } |
| |||
/// <summary> /// Does this dialect support UNION ALL, which is generally a faster variant of UNION? /// True if UNION ALL is supported; false otherwise. /// </summary> public override bool SupportsUnionAll { get { return true; } } public override bool [[#variable6f544bc0]] { get { return [[#variable6f544520]]; } } public override bool [[#variable6f544ba0]] { get { return [[#variable6f544520]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6f544bc0]] | SupportsEmptyInList |
1 | 2 | [[#6f544bc0]] | SupportsCommentOn |
2 | 1 | [[#6f544520]] | false |
2 | 2 | [[#6f544520]] | true |
3 | 1 | [[#6f544ba0]] | SupportsResultSetPositionQueryMethodsOnForwardOnlyCursor |
3 | 2 | [[#6f544ba0]] | SupportsTemporaryTables |