|
Change Parameter Type paramList : ArrayList<Parameter> to paramList : ArrayList<? extends ParameterInterface> in method private setParameter(paramList ArrayList<? extends ParameterInterface>, x int, v Value) : void in class org.lealone.db.index.ViewIndex |
From |
To |
|
Change Parameter Type list : List<Expression> to list : List<? extends Expression> in method public getInList(column ExpressionColumn, list List<? extends Expression>) : IndexCondition in class org.lealone.db.index.IndexCondition |
From |
To |
|
Change Parameter Type prep : Prepared to prep : PreparedInterface in method private updateWithSkipCheck(prep PreparedInterface) : void in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Parameter Type prepared : Prepared to prepared : PreparedInterface in method public updateRows(prepared PreparedInterface, session Session, rows RowList) : void in class org.lealone.db.table.Table |
From |
To |
|
Change Parameter Type command : Command to command : BackendCommand in method public setCurrentCommand(command BackendCommand) : void in class org.lealone.db.Session |
From |
To |
|
Change Parameter Type prepared : Prepared to prepared : PreparedInterface in method public Procedure(name String, prepared PreparedInterface) in class org.lealone.db.Procedure |
From |
To |
|
Change Parameter Type p : Prepared to p : PreparedInterface in method public getTransaction(p PreparedInterface) : Transaction in class org.lealone.db.Session |
From |
To |
|
Change Parameter Type command : Prepared to command : PreparedInterface in method private setWhere(command PreparedInterface, pos int, row Row) : void in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Return Type Prepared to PreparedInterface in method public prepare(sql String, rightsChecked boolean) : PreparedInterface in class org.lealone.db.Session |
From |
To |
|
Change Return Type ValueExpression to Expression in method public getValue() : Expression in class org.lealone.db.schema.Constant |
From |
To |
|
Change Return Type Prepared to PreparedInterface in method public prepare(sql String) : PreparedInterface in class org.lealone.db.Session |
From |
To |
|
Change Return Type Command to BackendCommand in method public prepareCommand(sql String) : BackendCommand in class org.lealone.db.Session |
From |
To |
|
Change Return Type Prepared to PreparedInterface in method public getPrepared() : PreparedInterface in class org.lealone.db.Procedure |
From |
To |
|
Change Return Type Prepared to PreparedInterface in method private prepare(session Session, sql String, action int) : PreparedInterface in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Return Type Command to BackendCommand in method public getCurrentCommand() : BackendCommand in class org.lealone.db.Session |
From |
To |
|
Change Return Type Prepared to PreparedInterface in method private getDelete(session Session) : PreparedInterface in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Return Type Command to CommandInterface in method public prepareCommand(sql String, fetchSize int) : CommandInterface in class org.lealone.db.Session |
From |
To |
|
Change Return Type Command to BackendCommand in method public prepareCommandLocal(sql String) : BackendCommand in class org.lealone.db.Session |
From |
To |
|
Change Return Type Prepared to PreparedInterface in method private getUpdate(session Session) : PreparedInterface in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type paramList : ArrayList<Parameter> to paramList : ArrayList<? extends ParameterInterface> in method public find(session Session, first SearchRow, last SearchRow) : Cursor in class org.lealone.db.index.ViewIndex |
From |
To |
|
Change Variable Type params : ArrayList<Parameter> to params : ArrayList<? extends ParameterInterface> in method private checkRowRefTable(session Session, oldRow Row, newRow Row) : void in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type prepared : Prepared to prepared : PreparedInterface in method public rename(newName String) : void in class org.lealone.db.index.GlobalUniqueIndex |
From |
To |
|
Change Variable Type prepared : Prepared to prepared : PreparedInterface in method public getRowCount(session Session) : long in class org.lealone.db.index.GlobalUniqueIndex |
From |
To |
|
Change Variable Type command : Prepared to command : PreparedInterface in method public execute(db Database, systemSession Session, listener DatabaseEventListener) : void in class org.lealone.db.MetaRecord |
From |
To |
|
Change Variable Type param : Parameter to param : ParameterInterface in method private checkRowRefTable(session Session, oldRow Row, newRow Row) : void in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type params : ArrayList<Parameter> to params : ArrayList<? extends ParameterInterface> in method private setWhere(command PreparedInterface, pos int, row Row) : void in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type expr : ValueExpression to expr : Expression in method public generateRows(session Session, first SearchRow, last SearchRow) : ArrayList<Row> in class org.lealone.db.table.MetaTable |
From |
To |
|
Change Variable Type param : Parameter to param : ParameterInterface in method private prepare(session Session, sql String, action int) : PreparedInterface in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type deleteCommand : Prepared to deleteCommand : PreparedInterface in method private checkRowRefTable(session Session, oldRow Row, newRow Row) : void in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type prepared : Prepared to prepared : PreparedInterface in method public remove(session Session) : void in class org.lealone.db.index.GlobalUniqueIndex |
From |
To |
|
Change Variable Type updateCommand : Prepared to updateCommand : PreparedInterface in method private checkRowRefTable(session Session, oldRow Row, newRow Row) : void in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type p : Prepared to p : PreparedInterface in method private compileViewQuery(session Session, sql String) : Query in class org.lealone.db.table.TableView |
From |
To |
|
Change Variable Type c : Command to c : BackendCommand in method public prepareCommandLocal(sql String) : BackendCommand in class org.lealone.db.Session |
From |
To |
|
Change Variable Type expressions : ArrayList<Expression> to expressions : ArrayList<? extends Expression> in method private initColumnsAndTables(session Session) : void in class org.lealone.db.table.TableView |
From |
To |
|
Change Variable Type command : Command to command : BackendCommand in method public generateRows(session Session, first SearchRow, last SearchRow) : ArrayList<Row> in class org.lealone.db.table.MetaTable |
From |
To |
|
Change Variable Type command : Prepared to command : PreparedInterface in method private prepare(session Session, sql String, action int) : PreparedInterface in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type params : ArrayList<Parameter> to params : ArrayList<? extends ParameterInterface> in method private prepare(session Session, sql String, action int) : PreparedInterface in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type data : org.lealone.sql.ddl.CreateTableData to data : org.lealone.db.table.CreateTableData in method public createTable(data0 CreateTableData) : Table in class org.lealone.storage.MVStorageEngine |
From |
To |
|
Change Variable Type param : Parameter to param : ParameterInterface in method private setWhere(command PreparedInterface, pos int, row Row) : void in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type p : Prepared to p : PreparedInterface in method public prepareCommand(sql String, fetchSize int) : CommandInterface in class org.lealone.db.Session |
From |
To |
|
Change Variable Type p : Prepared to p : PreparedInterface in method public prepare(sql String, rightsChecked boolean) : PreparedInterface in class org.lealone.db.Session |
From |
To |
|
Change Variable Type command : Command to command : BackendCommand in method public prepareCommand(sql String, fetchSize int) : CommandInterface in class org.lealone.db.Session |
From |
To |
|
Change Variable Type prepared : Prepared to prepared : PreparedInterface in method private find(session Session, first SearchRow, bigger boolean, last SearchRow) : Cursor in class org.lealone.db.index.GlobalUniqueIndex |
From |
To |
|
Change Variable Type prepared : Prepared to prepared : PreparedInterface in method public remove(session Session, row Row) : void in class org.lealone.db.index.GlobalUniqueIndex |
From |
To |
|
Change Variable Type prepared : Prepared to prepared : PreparedInterface in method public truncate(session Session) : void in class org.lealone.db.index.GlobalUniqueIndex |
From |
To |
|
Change Variable Type prepared : Prepared to prepared : PreparedInterface in method public add(session Session, row Row) : void in class org.lealone.db.index.GlobalUniqueIndex |
From |
To |
|
Change Variable Type prepared : Prepared to prepared : PreparedInterface in method public GlobalUniqueIndex(session Session, table MVTable, id int, indexName String, columns IndexColumn[], indexType IndexType) in class org.lealone.db.index.GlobalUniqueIndex |
From |
To |