Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 10 | 3 | 0.958 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 64 | src/NHibernate/Dialect/FirebirdDialect.cs |
2 | 1 | 67 | src/NHibernate/Dialect/FirebirdDialect.cs |
3 | 1 | 68 | src/NHibernate/Dialect/FirebirdDialect.cs |
4 | 1 | 80 | src/NHibernate/Dialect/FirebirdDialect.cs |
5 | 1 | 81 | src/NHibernate/Dialect/FirebirdDialect.cs |
6 | 1 | 82 | src/NHibernate/Dialect/FirebirdDialect.cs |
7 | 1 | 101 | src/NHibernate/Dialect/FirebirdDialect.cs |
8 | 1 | 46 | src/NHibernate/Dialect/SybaseASA9Dialect.cs |
9 | 1 | 49 | src/NHibernate/Dialect/SybaseASA9Dialect.cs |
10 | 1 | 50 | src/NHibernate/Dialect/SybaseASA9Dialect.cs |
| ||||
RegisterFunction("length", new StandardSafeSQLFunction("char_length", NHibernateUtil.Int64, 1)); |
| ||||
RegisterFunction("lower", new StandardSafeSQLFunction("lower", NHibernateUtil.String, 1)); |
| ||||
RegisterFunction("upper", new StandardSafeSQLFunction("upper", NHibernateUtil.String, 1)); |
| ||||
// New embedded functions in FB 2.0 (http://www.firebirdsql.org/rlsnotes20/rnfbtwo-str.html#str-string-func) RegisterFunction("char_length", new StandardSafeSQLFunction("char_length", NHibernateUtil.Int64, 1)); |
| ||||
RegisterFunction("bit_length", new StandardSafeSQLFunction("bit_length", NHibernateUtil.Int64, 1)); |
| ||||
RegisterFunction("octet_length", new StandardSafeSQLFunction("octet_length", NHibernateUtil.Int64, 1)); |
| ||||
RegisterFunction("floor", new StandardSafeSQLFunction("floor", NHibernateUtil.Double, 1)); |
| ||||
RegisterFunction("length", new StandardSafeSQLFunction("length", NHibernateUtil.String, 1)); |
| ||||
RegisterFunction("lower", new StandardSafeSQLFunction("lower", NHibernateUtil.String, 1)); |
| ||||
RegisterFunction("upper", new StandardSafeSQLFunction("upper", NHibernateUtil.String, 1)); |
| |||
// New embedded functions in FB 2.0 (http://www.firebirdsql.org/rlsnotes20/rnfbtwo-str.html#str-string-func) RegisterFunction( [[#variable54ac27e0]], new StandardSafeSQLFunction( [[#variable54ac2760]], NHibernateUtil. [[#variable54ac26c0]], 1)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54ac27e0]] | "upper" |
1 | 2 | [[#54ac27e0]] | "lower" |
1 | 3 | [[#54ac27e0]] | "length" |
1 | 4 | [[#54ac27e0]] | "length" |
1 | 5 | [[#54ac27e0]] | "bit_length" |
1 | 6 | [[#54ac27e0]] | "octet_length" |
1 | 7 | [[#54ac27e0]] | "floor" |
1 | 8 | [[#54ac27e0]] | "char_length" |
1 | 9 | [[#54ac27e0]] | "upper" |
1 | 10 | [[#54ac27e0]] | "lower" |
2 | 1 | [[#54ac2760]] | "upper" |
2 | 2 | [[#54ac2760]] | "lower" |
2 | 3 | [[#54ac2760]] | "char_length" |
2 | 4 | [[#54ac2760]] | "length" |
2 | 5 | [[#54ac2760]] | "bit_length" |
2 | 6 | [[#54ac2760]] | "octet_length" |
2 | 7 | [[#54ac2760]] | "floor" |
2 | 8 | [[#54ac2760]] | "char_length" |
2 | 9 | [[#54ac2760]] | "upper" |
2 | 10 | [[#54ac2760]] | "lower" |
3 | 1 | [[#54ac26c0]] | String |
3 | 2 | [[#54ac26c0]] | String |
3 | 3 | [[#54ac26c0]] | Int64 |
3 | 4 | [[#54ac26c0]] | String |
3 | 5 | [[#54ac26c0]] | Int64 |
3 | 6 | [[#54ac26c0]] | Int64 |
3 | 7 | [[#54ac26c0]] | Double |
3 | 8 | [[#54ac26c0]] | Int64 |
3 | 9 | [[#54ac26c0]] | String |
3 | 10 | [[#54ac26c0]] | String |