Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 3 | 0.955 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 20 | src/NHibernate/Dialect/GenericDialect.cs |
2 | 2 | 101 | src/NHibernate/Dialect/MySQLDialect.cs |
3 | 2 | 119 | src/NHibernate/Dialect/Oracle8iDialect.cs |
4 | 2 | 26 | src/NHibernate/Dialect/Oracle9iDialect.cs |
5 | 2 | 45 | src/NHibernate/Dialect/PostgreSQLDialect.cs |
6 | 2 | 45 | src/NHibernate/Dialect/SQLiteDialect.cs |
| ||||
RegisterColumnType(DbType.DateTime, "DATETIME"); RegisterColumnType(DbType.Decimal, "DECIMAL(19, $l)"); |
| ||||
RegisterColumnType(DbType.DateTime, "DATETIME"); RegisterColumnType(DbType.Time, "TIME"); |
| ||||
RegisterColumnType(DbType.DateTime, "DATE"); RegisterColumnType(DbType.Time, "DATE"); |
| ||||
RegisterColumnType(DbType.DateTime, "TIMESTAMP(4)"); RegisterColumnType(DbType.Time, "TIMESTAMP(4)"); |
| ||||
RegisterColumnType(DbType.DateTime, "timestamp"); RegisterColumnType(DbType.Decimal, "decimal(19,5)"); |
| ||||
RegisterColumnType(DbType.DateTime, "DATETIME"); RegisterColumnType(DbType.Time, "DATETIME"); |
| |||
RegisterColumnType(DbType.DateTime, [[#variable2d1828a0]]); RegisterColumnType(DbType. [[#variable5eb6ff80]], [[#variable4f8711c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2d1828a0]] | "DATE" |
1 | 2 | [[#2d1828a0]] | "DATETIME" |
1 | 3 | [[#2d1828a0]] | "DATETIME" |
1 | 4 | [[#2d1828a0]] | "timestamp" |
1 | 5 | [[#2d1828a0]] | "DATETIME" |
1 | 6 | [[#2d1828a0]] | "TIMESTAMP(4)" |
2 | 1 | [[#5eb6ff80]] | Time |
2 | 2 | [[#5eb6ff80]] | Decimal |
2 | 3 | [[#5eb6ff80]] | Time |
2 | 4 | [[#5eb6ff80]] | Decimal |
2 | 5 | [[#5eb6ff80]] | Time |
2 | 6 | [[#5eb6ff80]] | Time |
3 | 1 | [[#4f8711c0]] | "DATE" |
3 | 2 | [[#4f8711c0]] | "DECIMAL(19, $l)" |
3 | 3 | [[#4f8711c0]] | "TIME" |
3 | 4 | [[#4f8711c0]] | "decimal(19,5)" |
3 | 5 | [[#4f8711c0]] | "DATETIME" |
3 | 6 | [[#4f8711c0]] | "TIMESTAMP(4)" |