File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2009-2019 the original author or authors.
4
+ Copyright 2009-2021 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
@@ -205,7 +205,7 @@ ps.setInt(1,id);]]></source>
205
205
</table >
206
206
</subsection >
207
207
208
- <subsection name =" insert, update and delete" >
208
+ <subsection name =" insert, update and delete" id = " insert_update_and_delete " >
209
209
<p >Los insert, update y delete statements son muy similares en su implementación:</p >
210
210
211
211
<source ><![CDATA[ <insert
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2009-2019 the original author or authors.
4
+ Copyright 2009-2021 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
@@ -237,7 +237,7 @@ ps.setInt(1,id);]]></source>
237
237
</table >
238
238
</subsection >
239
239
240
- <subsection name =" insert, update and delete" >
240
+ <subsection name =" insert, update and delete" id = " insert_update_and_delete " >
241
241
<p >
242
242
データを変更するステートメントである insert, update, delete は、非常によく似た実装となっています。
243
243
</p >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2009-2019 the original author or authors.
4
+ Copyright 2009-2021 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
@@ -192,7 +192,7 @@ ps.setInt(1,id);]]></source>
192
192
</table >
193
193
</subsection >
194
194
195
- <subsection name =" insert, update and delete" >
195
+ <subsection name =" insert, update and delete" id = " insert_update_and_delete " >
196
196
<p >데이터를 변경하는 구문인 insert, update, delete는 매우 간단하다.</p >
197
197
198
198
<source ><![CDATA[ <insert
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright 2009-2019 the original author or authors.
4
+ Copyright 2009-2021 the original author or authors.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License");
7
7
you may not use this file except in compliance with the License.
@@ -249,7 +249,7 @@ ps.setInt(1,id);]]></source>
249
249
</table >
250
250
</subsection >
251
251
252
- <subsection name =" insert, update and delete" >
252
+ <subsection name =" insert, update and delete" id = " insert_update_and_delete " >
253
253
<p >The data modification statements insert, update and delete are very similar in their implementation:
254
254
</p >
255
255
You can’t perform that action at this time.
0 commit comments