Type net.sourceforge.squirrel_sql.fw.id.IIdentifier of variable getIdentifier() does not match with type java.lang.String of variable toString()- Make classes net.sourceforge.squirrel_sql.fw.id.IIdentifier and java.lang.String extend a common superclass
|
Expression ((ISQLDriver)rhs).getIdentifier() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression ((IntegerIdentifier)rhs).toString() cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type net.sourceforge.squirrel_sql.fw.id.IIdentifier of variable ((ISQLDriver)rhs).getIdentifier() does not match with type java.lang.String of variable ((IntegerIdentifier)rhs).toString()- Make classes net.sourceforge.squirrel_sql.fw.id.IIdentifier and java.lang.String extend a common superclass
|
Expression (ISQLDriver)rhs cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Expression (IntegerIdentifier)rhs cannot be parameterized, because it has dependencies to/from statements that will be extracted |
Type net.sourceforge.squirrel_sql.fw.sql.ISQLDriver does not match with type net.sourceforge.squirrel_sql.fw.id.IntegerIdentifier- Make classes net.sourceforge.squirrel_sql.fw.sql.ISQLDriver and net.sourceforge.squirrel_sql.fw.id.IntegerIdentifier extend a common superclass
|