CloneSet2611


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1230.957statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1191
src/NHibernate/Engine/Query/NativeSQLQueryPlan.cs
2156
src/NHibernate/Id/Insert/AbstractSelectingDelegate.cs
Clone Instance
1
Line Count
1
Source Line
91
Source File
src/NHibernate/Engine/Query/NativeSQLQueryPlan.cs

                                IDbCommand ps = session.Batcher.PrepareCommand(CommandType.Text, sql, sqlTypes);


Clone Instance
2
Line Count
1
Source Line
56
Source File
src/NHibernate/Id/Insert/AbstractSelectingDelegate.cs

                                //fetch the generated id in a separate query
                                IDbCommand idSelect = session.Batcher.PrepareCommand(CommandType.Text, selectSQL, ParametersTypes);


Clone AbstractionParameter Count: 3Parameter Bindings

//fetch the generated id in a separate query
IDbCommand [[#variable57d14100]]= session.Batcher.PrepareCommand(CommandType.Text, [[#variable57d14a00]], [[#variable57d149c0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57d14100]]
idSelect 
12[[#57d14100]]
ps 
21[[#57d14a00]]
selectSQL 
22[[#57d14a00]]
sql 
31[[#57d149c0]]
ParametersTypes 
32[[#57d149c0]]
sqlTypes