|
Change Parameter Type results : List<ResultInterface> to results : List<Result> in method public SerializedResult(results List<Result>, limitRows int) in class org.lealone.sql.router.SerializedResult |
From |
To |
|
Change Parameter Type results : List<ResultInterface> to results : List<Result> in method public MergedResult(results List<Result>, newSelect Select, oldSelect Select) in class org.lealone.sql.router.MergedResult |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method package SubqueryRowList(rowList ArrayList<Value[]>, result Result) in class org.lealone.sql.expression.SubqueryResult.SubqueryRowList |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method package MergedCursor(result Result) in class org.lealone.sql.router.MergedIndex.MergedCursor |
From |
To |
|
Change Parameter Type results : List<ResultInterface> to results : List<Result> in method public SortedResult(maxRows int, session Session, select Select, results List<Result>) in class org.lealone.sql.router.SortedResult |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method package FunctionCursor(result Result) in class org.lealone.db.index.FunctionIndex.FunctionCursor |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method public MergedIndex(result Result, table Table, id int, columns IndexColumn[], indexType IndexType) in class org.lealone.sql.router.MergedIndex |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method public writeColumn(out Transfer, result Result, i int) : void in class org.lealone.client.result.ResultColumn |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method private sendRow(result Result, count int) : void in class org.lealone.server.TcpServerThread |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method public getInt(result Result, index int) : int in class org.lealone.test.db.DbObjectTestBase |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method package ViewCursor(index Index, result Result, first SearchRow, last SearchRow) in class org.lealone.db.index.ViewIndex.ViewCursor |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method package JdbcResultSetMetaData(rs JdbcResultSet, prep JdbcPreparedStatement, result Result, catalog String, trace Trace, id int) in class org.lealone.client.jdbc.JdbcResultSetMetaData |
From |
To |
|
Change Parameter Type commands : List<Callable<ResultInterface>> to commands : List<Callable<Result>> in method public executeSelectCallable(commands List<Callable<Result>>) : List<Result> in class org.lealone.sql.router.CommandParallel |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method public GlobalUniqueIndexTableCursor(result Result) in class org.lealone.db.index.GlobalUniqueIndex.GlobalUniqueIndexTableCursor |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method public addTemporaryResult(result Result) : void in class org.lealone.db.Session |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method package JdbcResultSet(conn JdbcConnection, stat JdbcStatement, result Result, id int, closeStatement boolean, scrollable boolean, updatable boolean) in class org.lealone.client.jdbc.JdbcResultSet |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method public calculate(result Result, select Select) : Result in class org.lealone.sql.dml.Select |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method package JdbcResultSet(conn JdbcConnection, preparedStatement JdbcPreparedStatement, result Result, id int, closeStatement boolean, scrollable boolean, updatable boolean, columnLabelMap HashMap<String,Integer>) in class org.lealone.client.jdbc.JdbcResultSet |
From |
To |
|
Change Parameter Type result : ResultInterface to result : Result in method public UpdatableRow(conn JdbcConnection, result Result) in class org.lealone.client.result.UpdatableRow |
From |
To |
|
Change Parameter Type rs : ResultInterface to rs : Result in method private getSimpleResultSet(rs Result, maxrows int) : SimpleResultSet in class org.lealone.sql.expression.TableFunction |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.Call |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxrows int) : Result in class org.lealone.sql.PreparedInterface |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeQuery(maxRows int, scrollable boolean) : Result in class org.lealone.client.FrontendBatchCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxrows int) : Result in class org.lealone.sql.dml.Query |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryLocal(maxRows int) : Result in class org.lealone.sql.dml.Select |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryGroupMerge() : Result in class org.lealone.sql.dml.Select |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.Merge |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.Select |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeQuery(sql String) : Result in class org.lealone.test.db.DbObjectTestBase |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeQuery() : Result in class org.lealone.sql.PreparedStatement |
From |
To |
|
Change Return Type ResultInterface to Result in method public getMetaData() : Result in class org.lealone.sql.router.CommandWrapper |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxrows int) : Result in class org.lealone.sql.dml.ScriptCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(limit int, target ResultTarget) : Result in class org.lealone.sql.dml.Query |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeQuery(maxRows int, scrollable boolean) : Result in class org.lealone.sql.router.CommandWrapper |
From |
To |
|
Change Return Type List<ResultInterface> to List<Result> in method public executeSelectCallable(commands List<Callable<Result>>) : List<Result> in class org.lealone.sql.router.CommandParallel |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.BackupCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxrows int) : Result in class org.lealone.sql.Prepared |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeSelect(select Select, maxRows int, scrollable boolean) : Result in class org.lealone.sql.router.LocalRouter |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.NoOperation |
From |
To |
|
Change Return Type ResultInterface to Result in method public calculate(result Result, select Select) : Result in class org.lealone.sql.dml.Select |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxrows int) : Result in class org.lealone.sql.dml.Call |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxRows int) : Result in class org.lealone.sql.Command |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.Insert |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeSelect(select Select, maxRows int, scrollable boolean) : Result in class org.lealone.cluster.router.P2PRouter |
From |
To |
|
Change Return Type ResultInterface to Result in method public call() : Result in class org.lealone.sql.dml.Select |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.ddl.DefineCommandWrapper |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxrows int) : Result in class org.lealone.sql.dml.Explain |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.Delete |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.SelectUnion |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.Explain |
From |
To |
|
Change Return Type ResultInterface to Result in method public getMetaData() : Result in class org.lealone.sql.BackendBatchCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeSelect(select Select, maxRows int, scrollable boolean) : Result in class org.lealone.sql.router.TransactionalRouter |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.CommandContainer |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeQuery(maxRows int, scrollable boolean) : Result in class org.lealone.client.FrontendCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public getRecursiveResult() : Result in class org.lealone.db.table.TableView |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.TransactionCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public getMetaData() : Result in class org.lealone.db.CommandInterface |
From |
To |
|
Change Return Type Callable<ResultInterface> to Callable<Result> in method private createSelectCallable(endpoint InetAddress, select Select, sql String, maxRows int, scrollable boolean) : Callable<Result> in class org.lealone.cluster.router.P2PRouter |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.Update |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeQuery(maxRows int, scrollable boolean) : Result in class org.lealone.sql.Command |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxrows int) : Result in class org.lealone.db.expression.Query |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.Set |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryLocal(maxrows int) : Result in class org.lealone.sql.Prepared |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxrows int) : Result in class org.lealone.sql.CommandContainer |
From |
To |
|
Change Return Type ResultInterface to Result in method public getMetaData() : Result in class org.lealone.client.FrontendBatchCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public getResult(session Session) : Result in class org.lealone.db.table.FunctionTable |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.ddl.DefineCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeSelect(select Select, maxRows int, scrollable boolean) : Result in class org.lealone.sql.router.Router |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(limit int) : Result in class org.lealone.sql.dml.ExecuteProcedure |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(maxrows int) : Result in class org.lealone.sql.CommandList |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeQuery(maxRows int, scrollable boolean) : Result in class org.lealone.db.CommandInterface |
From |
To |
|
Change Return Type ResultInterface to Result in method public getMetaData() : Result in class org.lealone.sql.Command |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.ScriptCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public executeQuery(maxRows int, scrollable boolean) : Result in class org.lealone.sql.BackendBatchCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.CommandList |
From |
To |
|
Change Return Type ResultInterface to Result in method public abstract queryMeta() : Result in class org.lealone.sql.Prepared |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.ExecuteProcedure |
From |
To |
|
Change Return Type ResultInterface to Result in method public queryMeta() : Result in class org.lealone.sql.dml.RunScriptCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public abstract queryMeta() : Result in class org.lealone.sql.Command |
From |
To |
|
Change Return Type ResultInterface to Result in method public getMetaData() : Result in class org.lealone.client.FrontendCommand |
From |
To |
|
Change Return Type ResultInterface to Result in method public query(limit int, target ResultTarget) : Result in class org.lealone.sql.dml.Select |
From |
To |
|
Change Return Type ResultInterface to Result in method public getCurrentResult() : Result in class org.lealone.db.index.IndexCondition |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public getCatalog() : String in class org.lealone.client.jdbc.JdbcConnection |
From |
To |
|
Change Variable Type results : List<ResultInterface> to results : List<Result> in method public executeSelect(select Select, maxRows int, scrollable boolean) : Result in class org.lealone.cluster.router.P2PRouter |
From |
To |
|
Change Variable Type futures : List<Future<ResultInterface>> to futures : List<Future<Result>> in method public executeSelectCallable(commands List<Callable<Result>>) : List<Result> in class org.lealone.sql.router.CommandParallel |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public find(session Session, first SearchRow, last SearchRow) : Cursor in class org.lealone.db.index.ViewIndex |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method private executeInternal(sql String) : boolean in class org.lealone.client.jdbc.JdbcStatement |
From |
To |
|
Change Variable Type commands : List<Callable<ResultInterface>> to commands : List<Callable<Result>> in method public executeSelect(select Select, maxRows int, scrollable boolean) : Result in class org.lealone.cluster.router.P2PRouter |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public query(maxrows int) : Result in class org.lealone.sql.CommandContainer |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public getValue(session Session) : Value in class org.lealone.sql.expression.Subquery |
From |
To |
|
Change Variable Type results : List<ResultInterface> to results : List<Result> in method public executeSelectCallable(commands List<Callable<Result>>) : List<Result> in class org.lealone.sql.router.CommandParallel |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public query(maxrows int) : Result in class org.lealone.sql.CommandList |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public getMetaData() : ResultSetMetaData in class org.lealone.client.jdbc.JdbcPreparedStatement |
From |
To |
|
Change Variable Type call : Callable<ResultInterface> to call : Callable<Result> in method private createSelectCallable(endpoint InetAddress, select Select, sql String, maxRows int, scrollable boolean) : Callable<Result> in class org.lealone.cluster.router.P2PRouter |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method package getGeneratedKeys(stat JdbcStatement, id int) : ResultSet in class org.lealone.client.jdbc.JdbcConnection |
From |
To |
|
Change Variable Type mergedResult : ResultInterface to mergedResult : Result in method public MergedResult(results List<Result>, newSelect Select, oldSelect Select) in class org.lealone.sql.router.MergedResult |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public getValue(session Session) : Value in class org.lealone.sql.expression.ConditionExists |
From |
To |
|
Change Variable Type l : ResultInterface to l : Result in method protected queryWithoutCache(maxRows int, target ResultTarget) : LocalResult in class org.lealone.sql.dml.SelectUnion |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public analyzeTable(session Session, table Table, sample int, manual boolean) : void in class org.lealone.sql.ddl.Analyze |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result 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 result : ResultInterface to result : Result in method public closeTemporaryResults() : void in class org.lealone.db.Session |
From |
To |
|
Change Variable Type r : ResultInterface to r : Result in method public checkExistingData(session Session) : void in class org.lealone.db.constraint.ConstraintCheck |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public executeQuery() : ResultSet in class org.lealone.client.jdbc.JdbcPreparedStatement |
From |
To |
|
Change Variable Type calculatedResult : ResultInterface to calculatedResult : Result in method public MergedResult(results List<Result>, newSelect Select, oldSelect Select) in class org.lealone.sql.router.MergedResult |
From |
To |
|
Change Variable Type rows : ResultInterface to rows : Result in method protected createRows() : void in class org.lealone.sql.dml.Insert |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public readSessionState() : void in class org.lealone.db.SessionWithState |
From |
To |
|
Change Variable Type r : ResultInterface to r : Result in method public checkExistingData(session Session) : void in class org.lealone.db.constraint.ConstraintReferential |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public getRowCount(session Session) : long in class org.lealone.db.index.GlobalUniqueIndex |
From |
To |
|
Change Variable Type r : ResultInterface to r : Result in method protected queryWithoutCache(maxRows int, target ResultTarget) : LocalResult in class org.lealone.sql.dml.SelectUnion |
From |
To |
|
Change Variable Type recResult : ResultInterface to recResult : Result in method public find(session Session, first SearchRow, last SearchRow) : Cursor in class org.lealone.db.index.ViewIndex |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public getQueryTimeout() : int in class org.lealone.client.jdbc.JdbcConnection |
From |
To |
|
Change Variable Type rows : ResultInterface to rows : Result in method protected createRows() : void in class org.lealone.sql.dml.Merge |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public isReadOnly() : boolean in class org.lealone.client.jdbc.JdbcConnection |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public getTransactionIsolation() : int in class org.lealone.client.jdbc.JdbcConnection |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public execute() : boolean in class org.lealone.client.jdbc.JdbcPreparedStatement |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method private checkNoNullValues() : void in class org.lealone.sql.ddl.AlterTableAlterColumn |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method private process() : void in class org.lealone.server.TcpServerThread |
From |
To |
|
Change Variable Type result : ResultInterface to result : Result in method public executeQuery(sql String) : ResultSet in class org.lealone.client.jdbc.JdbcStatement |
From |
To |