select
Other_Int,
Other_Long,
Other_Bit,
Other_String
from Others
Other_Int = #year#
Other_Long = #areaid#
select
Other_Int,
Other_Long,
Other_Bit,
Other_String
from Others
Where Other_Bit = #Bool#
Insert into Others
( Other_Int, Other_Long, Other_Bit, Other_String )
values
( #Int#, #Long#, #Bool#, 'Yes')
Insert into Others
( Other_Int, Other_Long, Other_Bit, Other_String )
values
( ?, ?, ?, ?)
select
Other_Int,
Other_Long,
Other_Bit,
Other_String
from Others
Where Other_Int = #value#
Insert into Others
( Other_Int, Other_Long, Other_Bit, Other_String )
values
( #Int#, #Long#, #Bool#, #Bool2,type=bool,dbType=Varchar#)
Insert into Others
( Other_Int, Other_Long, Other_Bit, Other_String )
values
( #Int#, #Long#, #Bool#, #Bool2,typeHandler=OuiNonBool#)
select
Other_Int,
Other_Long,
Other_Bit,
Other_String
from Others
Where Other_Int = #value#