|
Move And Inline Method public createSequence(schema Schema, id int, name String, belongsToTable boolean) : Sequence moved from class org.lealone.engine.Session to class org.lealone.dbobject.table.Column & inlined to public convertAutoIncrementToSequence(session Session, schema Schema, id int, temporary boolean) : void |
From |
To |
|
Move And Inline Method public createSequence(schema Schema, id int, name String, belongsToTable boolean) : Sequence moved from class org.lealone.engine.Session to class org.lealone.command.ddl.CreateSequence & inlined to public update() : int |
From |
To |
|
Move And Inline Method public getParameterCount() : int moved from class org.lealone.expression.Function to class org.lealone.dbobject.table.FunctionTable & inlined to public FunctionTable(schema Schema, session Session, functionExpr Expression, function FunctionCall) |
From |
To |
|
Change Parameter Type traceModule : String to traceModuleId : int in method protected initSchemaObjectBase(newSchema Schema, id int, name String, traceModuleId int) : void in class org.lealone.dbobject.SchemaObjectBase |
From |
To |
|
Change Parameter Type table : Table to object : DbObject in method public grantRight(object DbObject, right Right) : void in class org.lealone.dbobject.RightOwner |
From |
To |
|
Change Parameter Type traceModule : String to traceModuleId : int in method protected initDbObjectBase(db Database, objectId int, name String, traceModuleId int) : void in class org.lealone.dbobject.DbObjectBase |
From |
To |
|
Change Parameter Type table : Table to object : DbObject in method public getRightForObject(object DbObject) : Right in class org.lealone.dbobject.RightOwner |
From |
To |
|
Change Parameter Type module : String to moduleId : int in method public getTrace(moduleId int) : Trace in class org.lealone.engine.Database |
From |
To |
|
Change Parameter Type traceModule : String to traceModuleId : int in method protected RightOwner(database Database, id int, name String, traceModuleId int) in class org.lealone.dbobject.RightOwner |
From |
To |
|
Change Parameter Type grantedRightOnTable : Table to grantedObject : DbObject in method public Right(db Database, id int, grantee RightOwner, grantedRight int, grantedObject DbObject) in class org.lealone.dbobject.Right |
From |
To |
|
Change Parameter Type table : Table to object : DbObject in method package revokeRight(object DbObject) : void in class org.lealone.dbobject.RightOwner |
From |
To |
|
Rename Method private getPositiveInt() : int renamed to private readPositiveInt() : int in class org.lealone.command.Parser |
From |
To |
|
Rename Method public isFast() : boolean renamed to public isBufferResultSetToLocalTemp() : boolean in class org.lealone.dbobject.table.FunctionTable |
From |
To |
|
Rename Method public isFast() : boolean renamed to public isBufferResultSetToLocalTemp() : boolean in class org.lealone.expression.FunctionCall |
From |
To |
|
Rename Method private getInt() : int renamed to private readInt() : int in class org.lealone.command.Parser |
From |
To |
|
Rename Method public getRightForTable(table Table) : Right renamed to public getRightForObject(object DbObject) : Right in class org.lealone.dbobject.RightOwner |
From |
To |
|
Rename Method public update(session Session, obj DbObject) : void renamed to public updateMeta(session Session, obj DbObject) : void in class org.lealone.engine.Database |
From |
To |
|
Rename Method public isFast() : boolean renamed to public isBufferResultSetToLocalTemp() : boolean in class org.lealone.expression.Function |
From |
To |
|
Rename Method private updateWithChildren(session Session, obj DbObject) : void renamed to private updateMetaAndFirstLevelChildren(session Session, obj DbObject) : void in class org.lealone.engine.Database |
From |
To |
|
Rename Variable v : long to retVal : long in method public getNext(session Session) : long in class org.lealone.dbobject.Sequence |
From |
To |
|
Rename Variable session : Session to sysSession : Session in method private load() : void in class org.lealone.dbobject.TriggerObject |
From |
To |
|
Rename Variable s : Session to sysSession : Session in method public analyzeTable(session Session, table Table, sample int, manual boolean) : void in class org.lealone.command.ddl.Analyze |
From |
To |
|
Rename Variable isRoleBased : boolean to tableClauseExpected : boolean in method private parseGrantRevoke(operationType int) : GrantRevoke in class org.lealone.command.Parser |
From |
To |
|
Rename Variable params : int to numParams : int in method public FunctionTable(schema Schema, session Session, functionExpr Expression, function FunctionCall) in class org.lealone.dbobject.table.FunctionTable |
From |
To |
|
Rename Variable granted : Table to object : DbObject in method public generateRows(session Session, first SearchRow, last SearchRow) : ArrayList<Row> in class org.lealone.dbobject.table.MetaTable |
From |
To |
|
Change Attribute Type PAGE_STORE : String to PAGE_STORE : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type SCHEMA : String to SCHEMA : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type grantedTable : Table to grantedObject : DbObject in class org.lealone.dbobject.Right |
From |
To |
|
Change Attribute Type JDBC : String to JDBC : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type SETTING : String to SETTING : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type FUNCTION : String to FUNCTION : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type DATABASE : String to DATABASE : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type COMMAND : String to COMMAND : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type CONSTRAINT : String to CONSTRAINT : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type FILE_LOCK : String to FILE_LOCK : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type LOCK : String to LOCK : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type grantedRights : HashMap<Table,Right> to grantedRights : HashMap<DbObject,Right> in class org.lealone.dbobject.RightOwner |
From |
To |
|
Change Attribute Type aggregateFunction : AggregateFunction to aggregate : Aggregate in class org.lealone.expression.JavaAggregate |
From |
To |
|
Change Attribute Type traces : HashMap<String,Trace> to traces : AtomicReferenceArray<Trace> in class org.lealone.message.TraceSystem |
From |
To |
|
Change Attribute Type SEQUENCE : String to SEQUENCE : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type INDEX : String to INDEX : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type TABLE : String to TABLE : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type TRIGGER : String to TRIGGER : int in class org.lealone.message.Trace |
From |
To |
|
Change Attribute Type USER : String to USER : int in class org.lealone.message.Trace |
From |
To |
|
Rename Parameter table : Table to object : DbObject in method public getRightForObject(object DbObject) : Right in class org.lealone.dbobject.RightOwner |
From |
To |
|
Rename Parameter module : String to moduleId : int in method public getTrace(moduleId int) : Trace in class org.lealone.engine.Database |
From |
To |
|
Rename Parameter expected : String to message : String in method public getSyntaxError(sql String, index int, message String) : DbException in class org.lealone.message.DbException |
From |
To |
|
Rename Parameter traceModule : String to traceModuleId : int in method protected RightOwner(database Database, id int, name String, traceModuleId int) in class org.lealone.dbobject.RightOwner |
From |
To |
|
Rename Parameter grantedRightOnTable : Table to grantedObject : DbObject in method public Right(db Database, id int, grantee RightOwner, grantedRight int, grantedObject DbObject) in class org.lealone.dbobject.Right |
From |
To |
|
Rename Parameter table : Table to object : DbObject in method package revokeRight(object DbObject) : void in class org.lealone.dbobject.RightOwner |
From |
To |
|
Rename Parameter fast : boolean to bufferResultSetToLocalTemp : boolean in method private addFunction(name String, type int, parameterCount int, dataType int, nullIfParameterIsNull boolean, deterministic boolean, bufferResultSetToLocalTemp boolean) : void in class org.lealone.expression.Function |
From |
To |
|
Rename Parameter traceModule : String to traceModuleId : int in method protected initSchemaObjectBase(newSchema Schema, id int, name String, traceModuleId int) : void in class org.lealone.dbobject.SchemaObjectBase |
From |
To |
|
Rename Parameter table : Table to object : DbObject in method public grantRight(object DbObject, right Right) : void in class org.lealone.dbobject.RightOwner |
From |
To |
|
Rename Parameter traceModule : String to traceModuleId : int in method protected initDbObjectBase(db Database, objectId int, name String, traceModuleId int) : void in class org.lealone.dbobject.DbObjectBase |
From |
To |