CloneSet1773


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1330.957non_pp_embedded_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1115
src/NHibernate/Dialect/MsSql2008Dialect.cs
2116
src/NHibernate/Dialect/MsSql2008Dialect.cs
3162
src/NHibernate/Dialect/PostgreSQLDialect.cs
Clone Instance
1
Line Count
1
Source Line
15
Source File
src/NHibernate/Dialect/MsSql2008Dialect.cs

                        RegisterFunction("current_timestamp", new NoArgSQLFunction("sysdatetime", NHibernateUtil.DateTime2, true));


Clone Instance
2
Line Count
1
Source Line
16
Source File
src/NHibernate/Dialect/MsSql2008Dialect.cs

                        RegisterFunction("current_timestamp_offset", new NoArgSQLFunction("sysdatetimeoffset", NHibernateUtil.DateTimeOffset, true));


Clone Instance
3
Line Count
1
Source Line
62
Source File
src/NHibernate/Dialect/PostgreSQLDialect.cs

                        // Override standard HQL function
                        RegisterFunction("current_timestamp", new NoArgSQLFunction("now", NHibernateUtil.DateTime, true));


Clone AbstractionParameter Count: 3Parameter Bindings

// Override standard HQL function
RegisterFunction( [[#variable26fda4c0]], new NoArgSQLFunction( [[#variable26fdae00]], NHibernateUtil. [[#variable26fdade0]], true));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#26fda4c0]]
"current_timestamp" 
12[[#26fda4c0]]
"current_timestamp" 
13[[#26fda4c0]]
"current_timestamp_offset" 
21[[#26fdae00]]
"now" 
22[[#26fdae00]]
"sysdatetime" 
23[[#26fdae00]]
"sysdatetimeoffset" 
31[[#26fdade0]]
DateTime 
32[[#26fdade0]]
DateTime2 
33[[#26fdade0]]
DateTimeOffset