Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 84 | src/NHibernate/Dialect/MySQLDialect.cs |
2 | 3 | 29 | src/NHibernate/Dialect/SybaseASA9Dialect.cs |
| ||||
RegisterColumnType(DbType.Int32, "INTEGER"); //alias INT //As of MySQL 4.1, SERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE. RegisterColumnType(DbType.Int64, "BIGINT"); //!!! //Using FLOAT might give you some unexpected problems because all calculations in MySQL are done with double precision RegisterColumnType(DbType.Single, "FLOAT"); |
| ||||
RegisterColumnType(DbType.Int32, "INTEGER"); RegisterColumnType(DbType.Int64, "BIGINT"); RegisterColumnType(DbType.Single, "FLOAT"); |
| |||
RegisterColumnType(DbType.Int32, "INTEGER"); //alias INT //As of MySQL 4.1, SERIAL is an alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE. RegisterColumnType(DbType.Int64, "BIGINT"); //!!! //Using FLOAT might give you some unexpected problems because all calculations in MySQL are done with double precision RegisterColumnType(DbType.Single, "FLOAT"); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |