Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | class_member_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 239 | src/NHibernate/Dialect/FirebirdDialect.cs |
2 | 11 | 445 | src/NHibernate/Dialect/Oracle8iDialect.cs |
| ||||
[Serializable] private class CurrentTimeStamp : NoArgSQLFunction { public CurrentTimeStamp() : base("current_timestamp", NHibernateUtil.DateTime, true) { } public override SqlString Render(IList args, ISessionFactoryImplementor factory) { return new SqlString(Name); } } |
| ||||
#endregion #region Functions [Serializable] private class CurrentTimeStamp : NoArgSQLFunction { public CurrentTimeStamp() : base("current_timestamp", NHibernateUtil.DateTime, true) { } public override SqlString Render(IList args, ISessionFactoryImplementor factory) { return new SqlString(Name); } } |
| |||
#endregion #region Functions [Serializable] private class CurrentTimeStamp: NoArgSQLFunction { public CurrentTimeStamp(): base("current_timestamp", NHibernateUtil.DateTime, true) { } public override SqlString Render(IList args, ISessionFactoryImplementor factory) { return new SqlString(Name); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |