Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 336 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InterbaseDialectExt.java |
2 | 6 | 436 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/InterbaseDialectExt.java |
| |||||
/** * Returns the SQL used to alter the specified column to not allow null values * * @param info * the column to modify * @return the SQL to execute */ @Override public String[] getColumnNullableAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) { throw new UnsupportedOperationException("Not yet implemented"); } |
| |||||
/** * Returns the SQL command to change the specified column's default value * * @param info * the column to modify and it's default value. * @return SQL to make the change */ @Override public String getColumnDefaultAlterSQL(TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) { // TODO need to implement or change the message throw new UnsupportedOperationException("Not yet implemented"); } |
| |||
/** * Returns the SQL command to change the specified column's default value * * @param info * the column to modify and it's default value. * @return SQL to make the change */ /** * Returns the SQL used to alter the specified column to not allow null values * * @param info * the column to modify * @return the SQL to execute */ @Override public String [[#variable1c8adfa0]] [[#variable1c8adf80]](TableColumnInfo info, DatabaseObjectQualifier qualifier, SqlGenerationPreferences prefs) { // TODO need to implement or change the message throw new UnsupportedOperationException("Not yet implemented"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8adfa0]] | [] |
1 | 2 | [[#1c8adfa0]] | |
2 | 1 | [[#1c8adf80]] | getColumnNullableAlterSQL |
2 | 2 | [[#1c8adf80]] | getColumnDefaultAlterSQL |