Toggle navigation
Home
java.sql.PreparedStatement to android.database.sqlite.SQLiteStatement
No. of Instances - 5
No. of Commits - 1
No. of Projects - {'kaa'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Add or Remove Method invocation
connection.prepareStatement(KAA_RESET_BY_BUCKET_ID)
to
database.compileStatement(PersistentLogStorageStorageInfo.KAA_RESET_BY_BUCKET_ID)
connection.prepareStatement(KAA_INSERT_NEW_RECORD)
to
database.compileStatement(PersistentLogStorageStorageInfo.KAA_INSERT_NEW_RECORD)
connection.prepareStatement(KAA_DELETE_BY_RECORD_ID)
to
database.compileStatement(PersistentLogStorageStorageInfo.KAA_DELETE_BY_RECORD_ID)
connection.prepareStatement(KAA_DELETE_BY_BUCKET_ID)
to
database.compileStatement(PersistentLogStorageStorageInfo.KAA_DELETE_BY_BUCKET_ID)
getUpdateBucketIdStatement(recordIds)
to
PersistentLogStorageStorageInfo.KAA_UPDATE_BUCKET_ID
PersistentLogStorageStorageInfo.KAA_UPDATE_BUCKET_ID
to
PersistentLogStorageStorageInfo.KAA_UPDATE_BUCKET_ID
Update Number Literal
1
to
0
1
to
0
1
to
0
1
to
0
1
to
0
Rename Method invocation
setInt
to
bindLong
executeUpdate
to
execute
setBytes
to
bindBlob
executeUpdate
to
executeInsert
setInt
to
bindLong
setInt
to
bindLong
executeUpdate
to
execute
setInt
to
bindLong
executeUpdate
to
execute
Cascading Type Change (Different)
int
to
long