(
$oredCriteria[].criteriaWithoutValue[]$
$oredCriteria[].criteriaWithSingleValue[].condition$
#oredCriteria[].criteriaWithSingleValue[].value#
$oredCriteria[].criteriaWithListValue[].condition$
#oredCriteria[].criteriaWithListValue[].values[]#
$oredCriteria[].criteriaWithBetweenValue[].condition$
#oredCriteria[].criteriaWithBetweenValue[].values[0]# and
#oredCriteria[].criteriaWithBetweenValue[].values[1]#
)
delete from sj_weatherdata
where ID = #id:INTEGER#
delete from sj_weatherdata
insert into sj_weatherdata (ID, YHID, IP, savetime, provCity, cityName, cityCode, fbTime,
currTemp, currWind, currWet, currAir, currZwx, firstDate, firstTemp, firstWind, firstIcon1,
firstIcon2, seconDate, seconTemp, seconWind, seconIcon1, seconIcon2, thirdDate, thirdTemp,
thirdWind, thirdIcon1, thirdIcon2, fourthDate, fourthTemp, fourthWind, fourthIcon1,
fourthIcon2, fifthDate, fifthTemp, fifthWind, fifthIcon1, fifthIcon2, currZs)
values (#id:INTEGER#, #yhid:INTEGER#, #ip:VARCHAR#, #savetime:TIMESTAMP#, #provcity:VARCHAR#,
#cityname:VARCHAR#, #citycode:INTEGER#, #fbtime:TIMESTAMP#, #currtemp:VARCHAR#,
#currwind:VARCHAR#, #currwet:VARCHAR#, #currair:VARCHAR#, #currzwx:VARCHAR#,
#firstdate:VARCHAR#, #firsttemp:VARCHAR#, #firstwind:VARCHAR#, #firsticon1:VARCHAR#,
#firsticon2:VARCHAR#, #secondate:VARCHAR#, #secontemp:VARCHAR#, #seconwind:VARCHAR#,
#seconicon1:VARCHAR#, #seconicon2:VARCHAR#, #thirddate:VARCHAR#, #thirdtemp:VARCHAR#,
#thirdwind:VARCHAR#, #thirdicon1:VARCHAR#, #thirdicon2:VARCHAR#, #fourthdate:VARCHAR#,
#fourthtemp:VARCHAR#, #fourthwind:VARCHAR#, #fourthicon1:VARCHAR#, #fourthicon2:VARCHAR#,
#fifthdate:VARCHAR#, #fifthtemp:VARCHAR#, #fifthwind:VARCHAR#, #fifthicon1:VARCHAR#,
#fifthicon2:VARCHAR#, #currzs:LONGVARCHAR#)
insert into sj_weatherdata
ID
YHID
IP
savetime
provCity
cityName
cityCode
fbTime
currTemp
currWind
currWet
currAir
currZwx
firstDate
firstTemp
firstWind
firstIcon1
firstIcon2
seconDate
seconTemp
seconWind
seconIcon1
seconIcon2
thirdDate
thirdTemp
thirdWind
thirdIcon1
thirdIcon2
fourthDate
fourthTemp
fourthWind
fourthIcon1
fourthIcon2
fifthDate
fifthTemp
fifthWind
fifthIcon1
fifthIcon2
currZs
)
values
#id:INTEGER#
#yhid:INTEGER#
#ip:VARCHAR#
#savetime:TIMESTAMP#
#provcity:VARCHAR#
#cityname:VARCHAR#
#citycode:INTEGER#
#fbtime:TIMESTAMP#
#currtemp:VARCHAR#
#currwind:VARCHAR#
#currwet:VARCHAR#
#currair:VARCHAR#
#currzwx:VARCHAR#
#firstdate:VARCHAR#
#firsttemp:VARCHAR#
#firstwind:VARCHAR#
#firsticon1:VARCHAR#
#firsticon2:VARCHAR#
#secondate:VARCHAR#
#secontemp:VARCHAR#
#seconwind:VARCHAR#
#seconicon1:VARCHAR#
#seconicon2:VARCHAR#
#thirddate:VARCHAR#
#thirdtemp:VARCHAR#
#thirdwind:VARCHAR#
#thirdicon1:VARCHAR#
#thirdicon2:VARCHAR#
#fourthdate:VARCHAR#
#fourthtemp:VARCHAR#
#fourthwind:VARCHAR#
#fourthicon1:VARCHAR#
#fourthicon2:VARCHAR#
#fifthdate:VARCHAR#
#fifthtemp:VARCHAR#
#fifthwind:VARCHAR#
#fifthicon1:VARCHAR#
#fifthicon2:VARCHAR#
#currzs:LONGVARCHAR#
)
update sj_weatherdata
ID = #record.id:INTEGER#
YHID = #record.yhid:INTEGER#
IP = #record.ip:VARCHAR#
savetime = #record.savetime:TIMESTAMP#
provCity = #record.provcity:VARCHAR#
cityName = #record.cityname:VARCHAR#
cityCode = #record.citycode:INTEGER#
fbTime = #record.fbtime:TIMESTAMP#
currTemp = #record.currtemp:VARCHAR#
currWind = #record.currwind:VARCHAR#
currWet = #record.currwet:VARCHAR#
currAir = #record.currair:VARCHAR#
currZwx = #record.currzwx:VARCHAR#
firstDate = #record.firstdate:VARCHAR#
firstTemp = #record.firsttemp:VARCHAR#
firstWind = #record.firstwind:VARCHAR#
firstIcon1 = #record.firsticon1:VARCHAR#
firstIcon2 = #record.firsticon2:VARCHAR#
seconDate = #record.secondate:VARCHAR#
seconTemp = #record.secontemp:VARCHAR#
seconWind = #record.seconwind:VARCHAR#
seconIcon1 = #record.seconicon1:VARCHAR#
seconIcon2 = #record.seconicon2:VARCHAR#
thirdDate = #record.thirddate:VARCHAR#
thirdTemp = #record.thirdtemp:VARCHAR#
thirdWind = #record.thirdwind:VARCHAR#
thirdIcon1 = #record.thirdicon1:VARCHAR#
thirdIcon2 = #record.thirdicon2:VARCHAR#
fourthDate = #record.fourthdate:VARCHAR#
fourthTemp = #record.fourthtemp:VARCHAR#
fourthWind = #record.fourthwind:VARCHAR#
fourthIcon1 = #record.fourthicon1:VARCHAR#
fourthIcon2 = #record.fourthicon2:VARCHAR#
fifthDate = #record.fifthdate:VARCHAR#
fifthTemp = #record.fifthtemp:VARCHAR#
fifthWind = #record.fifthwind:VARCHAR#
fifthIcon1 = #record.fifthicon1:VARCHAR#
fifthIcon2 = #record.fifthicon2:VARCHAR#
currZs = #record.currzs:LONGVARCHAR#
update sj_weatherdata
set ID = #record.id:INTEGER#,
YHID = #record.yhid:INTEGER#,
IP = #record.ip:VARCHAR#,
savetime = #record.savetime:TIMESTAMP#,
provCity = #record.provcity:VARCHAR#,
cityName = #record.cityname:VARCHAR#,
cityCode = #record.citycode:INTEGER#,
fbTime = #record.fbtime:TIMESTAMP#,
currTemp = #record.currtemp:VARCHAR#,
currWind = #record.currwind:VARCHAR#,
currWet = #record.currwet:VARCHAR#,
currAir = #record.currair:VARCHAR#,
currZwx = #record.currzwx:VARCHAR#,
firstDate = #record.firstdate:VARCHAR#,
firstTemp = #record.firsttemp:VARCHAR#,
firstWind = #record.firstwind:VARCHAR#,
firstIcon1 = #record.firsticon1:VARCHAR#,
firstIcon2 = #record.firsticon2:VARCHAR#,
seconDate = #record.secondate:VARCHAR#,
seconTemp = #record.secontemp:VARCHAR#,
seconWind = #record.seconwind:VARCHAR#,
seconIcon1 = #record.seconicon1:VARCHAR#,
seconIcon2 = #record.seconicon2:VARCHAR#,
thirdDate = #record.thirddate:VARCHAR#,
thirdTemp = #record.thirdtemp:VARCHAR#,
thirdWind = #record.thirdwind:VARCHAR#,
thirdIcon1 = #record.thirdicon1:VARCHAR#,
thirdIcon2 = #record.thirdicon2:VARCHAR#,
fourthDate = #record.fourthdate:VARCHAR#,
fourthTemp = #record.fourthtemp:VARCHAR#,
fourthWind = #record.fourthwind:VARCHAR#,
fourthIcon1 = #record.fourthicon1:VARCHAR#,
fourthIcon2 = #record.fourthicon2:VARCHAR#,
fifthDate = #record.fifthdate:VARCHAR#,
fifthTemp = #record.fifthtemp:VARCHAR#,
fifthWind = #record.fifthwind:VARCHAR#,
fifthIcon1 = #record.fifthicon1:VARCHAR#,
fifthIcon2 = #record.fifthicon2:VARCHAR#,
currZs = #record.currzs:LONGVARCHAR#
update sj_weatherdata
set ID = #record.id:INTEGER#,
YHID = #record.yhid:INTEGER#,
IP = #record.ip:VARCHAR#,
savetime = #record.savetime:TIMESTAMP#,
provCity = #record.provcity:VARCHAR#,
cityName = #record.cityname:VARCHAR#,
cityCode = #record.citycode:INTEGER#,
fbTime = #record.fbtime:TIMESTAMP#,
currTemp = #record.currtemp:VARCHAR#,
currWind = #record.currwind:VARCHAR#,
currWet = #record.currwet:VARCHAR#,
currAir = #record.currair:VARCHAR#,
currZwx = #record.currzwx:VARCHAR#,
firstDate = #record.firstdate:VARCHAR#,
firstTemp = #record.firsttemp:VARCHAR#,
firstWind = #record.firstwind:VARCHAR#,
firstIcon1 = #record.firsticon1:VARCHAR#,
firstIcon2 = #record.firsticon2:VARCHAR#,
seconDate = #record.secondate:VARCHAR#,
seconTemp = #record.secontemp:VARCHAR#,
seconWind = #record.seconwind:VARCHAR#,
seconIcon1 = #record.seconicon1:VARCHAR#,
seconIcon2 = #record.seconicon2:VARCHAR#,
thirdDate = #record.thirddate:VARCHAR#,
thirdTemp = #record.thirdtemp:VARCHAR#,
thirdWind = #record.thirdwind:VARCHAR#,
thirdIcon1 = #record.thirdicon1:VARCHAR#,
thirdIcon2 = #record.thirdicon2:VARCHAR#,
fourthDate = #record.fourthdate:VARCHAR#,
fourthTemp = #record.fourthtemp:VARCHAR#,
fourthWind = #record.fourthwind:VARCHAR#,
fourthIcon1 = #record.fourthicon1:VARCHAR#,
fourthIcon2 = #record.fourthicon2:VARCHAR#,
fifthDate = #record.fifthdate:VARCHAR#,
fifthTemp = #record.fifthtemp:VARCHAR#,
fifthWind = #record.fifthwind:VARCHAR#,
fifthIcon1 = #record.fifthicon1:VARCHAR#,
fifthIcon2 = #record.fifthicon2:VARCHAR#
update sj_weatherdata
YHID = #yhid:INTEGER#
IP = #ip:VARCHAR#
savetime = #savetime:TIMESTAMP#
provCity = #provcity:VARCHAR#
cityName = #cityname:VARCHAR#
cityCode = #citycode:INTEGER#
fbTime = #fbtime:TIMESTAMP#
currTemp = #currtemp:VARCHAR#
currWind = #currwind:VARCHAR#
currWet = #currwet:VARCHAR#
currAir = #currair:VARCHAR#
currZwx = #currzwx:VARCHAR#
firstDate = #firstdate:VARCHAR#
firstTemp = #firsttemp:VARCHAR#
firstWind = #firstwind:VARCHAR#
firstIcon1 = #firsticon1:VARCHAR#
firstIcon2 = #firsticon2:VARCHAR#
seconDate = #secondate:VARCHAR#
seconTemp = #secontemp:VARCHAR#
seconWind = #seconwind:VARCHAR#
seconIcon1 = #seconicon1:VARCHAR#
seconIcon2 = #seconicon2:VARCHAR#
thirdDate = #thirddate:VARCHAR#
thirdTemp = #thirdtemp:VARCHAR#
thirdWind = #thirdwind:VARCHAR#
thirdIcon1 = #thirdicon1:VARCHAR#
thirdIcon2 = #thirdicon2:VARCHAR#
fourthDate = #fourthdate:VARCHAR#
fourthTemp = #fourthtemp:VARCHAR#
fourthWind = #fourthwind:VARCHAR#
fourthIcon1 = #fourthicon1:VARCHAR#
fourthIcon2 = #fourthicon2:VARCHAR#
fifthDate = #fifthdate:VARCHAR#
fifthTemp = #fifthtemp:VARCHAR#
fifthWind = #fifthwind:VARCHAR#
fifthIcon1 = #fifthicon1:VARCHAR#
fifthIcon2 = #fifthicon2:VARCHAR#
currZs = #currzs:LONGVARCHAR#
where ID = #id:INTEGER#
update sj_weatherdata
set YHID = #yhid:INTEGER#,
IP = #ip:VARCHAR#,
savetime = #savetime:TIMESTAMP#,
provCity = #provcity:VARCHAR#,
cityName = #cityname:VARCHAR#,
cityCode = #citycode:INTEGER#,
fbTime = #fbtime:TIMESTAMP#,
currTemp = #currtemp:VARCHAR#,
currWind = #currwind:VARCHAR#,
currWet = #currwet:VARCHAR#,
currAir = #currair:VARCHAR#,
currZwx = #currzwx:VARCHAR#,
firstDate = #firstdate:VARCHAR#,
firstTemp = #firsttemp:VARCHAR#,
firstWind = #firstwind:VARCHAR#,
firstIcon1 = #firsticon1:VARCHAR#,
firstIcon2 = #firsticon2:VARCHAR#,
seconDate = #secondate:VARCHAR#,
seconTemp = #secontemp:VARCHAR#,
seconWind = #seconwind:VARCHAR#,
seconIcon1 = #seconicon1:VARCHAR#,
seconIcon2 = #seconicon2:VARCHAR#,
thirdDate = #thirddate:VARCHAR#,
thirdTemp = #thirdtemp:VARCHAR#,
thirdWind = #thirdwind:VARCHAR#,
thirdIcon1 = #thirdicon1:VARCHAR#,
thirdIcon2 = #thirdicon2:VARCHAR#,
fourthDate = #fourthdate:VARCHAR#,
fourthTemp = #fourthtemp:VARCHAR#,
fourthWind = #fourthwind:VARCHAR#,
fourthIcon1 = #fourthicon1:VARCHAR#,
fourthIcon2 = #fourthicon2:VARCHAR#,
fifthDate = #fifthdate:VARCHAR#,
fifthTemp = #fifthtemp:VARCHAR#,
fifthWind = #fifthwind:VARCHAR#,
fifthIcon1 = #fifthicon1:VARCHAR#,
fifthIcon2 = #fifthicon2:VARCHAR#,
currZs = #currzs:LONGVARCHAR#
where ID = #id:INTEGER#
update sj_weatherdata
set YHID = #yhid:INTEGER#,
IP = #ip:VARCHAR#,
savetime = #savetime:TIMESTAMP#,
provCity = #provcity:VARCHAR#,
cityName = #cityname:VARCHAR#,
cityCode = #citycode:INTEGER#,
fbTime = #fbtime:TIMESTAMP#,
currTemp = #currtemp:VARCHAR#,
currWind = #currwind:VARCHAR#,
currWet = #currwet:VARCHAR#,
currAir = #currair:VARCHAR#,
currZwx = #currzwx:VARCHAR#,
firstDate = #firstdate:VARCHAR#,
firstTemp = #firsttemp:VARCHAR#,
firstWind = #firstwind:VARCHAR#,
firstIcon1 = #firsticon1:VARCHAR#,
firstIcon2 = #firsticon2:VARCHAR#,
seconDate = #secondate:VARCHAR#,
seconTemp = #secontemp:VARCHAR#,
seconWind = #seconwind:VARCHAR#,
seconIcon1 = #seconicon1:VARCHAR#,
seconIcon2 = #seconicon2:VARCHAR#,
thirdDate = #thirddate:VARCHAR#,
thirdTemp = #thirdtemp:VARCHAR#,
thirdWind = #thirdwind:VARCHAR#,
thirdIcon1 = #thirdicon1:VARCHAR#,
thirdIcon2 = #thirdicon2:VARCHAR#,
fourthDate = #fourthdate:VARCHAR#,
fourthTemp = #fourthtemp:VARCHAR#,
fourthWind = #fourthwind:VARCHAR#,
fourthIcon1 = #fourthicon1:VARCHAR#,
fourthIcon2 = #fourthicon2:VARCHAR#,
fifthDate = #fifthdate:VARCHAR#,
fifthTemp = #fifthtemp:VARCHAR#,
fifthWind = #fifthwind:VARCHAR#,
fifthIcon1 = #fifthicon1:VARCHAR#,
fifthIcon2 = #fifthicon2:VARCHAR#
where ID = #id:INTEGER#