and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, `name`, project_id, protocol, socket, `domain`, port
`variables`, headers, config, `hosts`
delete from api_test_environment
where id = #{id,jdbcType=VARCHAR}
delete from api_test_environment
insert into api_test_environment (id, `name`, project_id,
protocol, socket, `domain`,
port, `variables`, headers,
config, `hosts`)
values (#{id,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{projectId,jdbcType=VARCHAR},
#{protocol,jdbcType=VARCHAR}, #{socket,jdbcType=VARCHAR}, #{domain,jdbcType=VARCHAR},
#{port,jdbcType=INTEGER}, #{variables,jdbcType=LONGVARCHAR}, #{headers,jdbcType=LONGVARCHAR},
#{config,jdbcType=LONGVARCHAR}, #{hosts,jdbcType=LONGVARCHAR})
insert into api_test_environment
id,
`name`,
project_id,
protocol,
socket,
`domain`,
port,
`variables`,
headers,
config,
`hosts`,
#{id,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{projectId,jdbcType=VARCHAR},
#{protocol,jdbcType=VARCHAR},
#{socket,jdbcType=VARCHAR},
#{domain,jdbcType=VARCHAR},
#{port,jdbcType=INTEGER},
#{variables,jdbcType=LONGVARCHAR},
#{headers,jdbcType=LONGVARCHAR},
#{config,jdbcType=LONGVARCHAR},
#{hosts,jdbcType=LONGVARCHAR},
update api_test_environment
id = #{record.id,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
project_id = #{record.projectId,jdbcType=VARCHAR},
protocol = #{record.protocol,jdbcType=VARCHAR},
socket = #{record.socket,jdbcType=VARCHAR},
`domain` = #{record.domain,jdbcType=VARCHAR},
port = #{record.port,jdbcType=INTEGER},
`variables` = #{record.variables,jdbcType=LONGVARCHAR},
headers = #{record.headers,jdbcType=LONGVARCHAR},
config = #{record.config,jdbcType=LONGVARCHAR},
`hosts` = #{record.hosts,jdbcType=LONGVARCHAR},
update api_test_environment
set id = #{record.id,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
project_id = #{record.projectId,jdbcType=VARCHAR},
protocol = #{record.protocol,jdbcType=VARCHAR},
socket = #{record.socket,jdbcType=VARCHAR},
`domain` = #{record.domain,jdbcType=VARCHAR},
port = #{record.port,jdbcType=INTEGER},
`variables` = #{record.variables,jdbcType=LONGVARCHAR},
headers = #{record.headers,jdbcType=LONGVARCHAR},
config = #{record.config,jdbcType=LONGVARCHAR},
`hosts` = #{record.hosts,jdbcType=LONGVARCHAR}
update api_test_environment
set id = #{record.id,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
project_id = #{record.projectId,jdbcType=VARCHAR},
protocol = #{record.protocol,jdbcType=VARCHAR},
socket = #{record.socket,jdbcType=VARCHAR},
`domain` = #{record.domain,jdbcType=VARCHAR},
port = #{record.port,jdbcType=INTEGER}
update api_test_environment
`name` = #{name,jdbcType=VARCHAR},
project_id = #{projectId,jdbcType=VARCHAR},
protocol = #{protocol,jdbcType=VARCHAR},
socket = #{socket,jdbcType=VARCHAR},
`domain` = #{domain,jdbcType=VARCHAR},
port = #{port,jdbcType=INTEGER},
`variables` = #{variables,jdbcType=LONGVARCHAR},
headers = #{headers,jdbcType=LONGVARCHAR},
config = #{config,jdbcType=LONGVARCHAR},
`hosts` = #{hosts,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=VARCHAR}
update api_test_environment
set `name` = #{name,jdbcType=VARCHAR},
project_id = #{projectId,jdbcType=VARCHAR},
protocol = #{protocol,jdbcType=VARCHAR},
socket = #{socket,jdbcType=VARCHAR},
`domain` = #{domain,jdbcType=VARCHAR},
port = #{port,jdbcType=INTEGER},
`variables` = #{variables,jdbcType=LONGVARCHAR},
headers = #{headers,jdbcType=LONGVARCHAR},
config = #{config,jdbcType=LONGVARCHAR},
`hosts` = #{hosts,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=VARCHAR}
update api_test_environment
set `name` = #{name,jdbcType=VARCHAR},
project_id = #{projectId,jdbcType=VARCHAR},
protocol = #{protocol,jdbcType=VARCHAR},
socket = #{socket,jdbcType=VARCHAR},
`domain` = #{domain,jdbcType=VARCHAR},
port = #{port,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}