File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ public class Author {
875
875
<code >java.lang.Short</code >, <code >short</code >
876
876
</td >
877
877
<td >
878
- Cualquiera compatible con <code >NUMERIC</code > o <code >SHORT INTEGER </code >
878
+ Cualquiera compatible con <code >NUMERIC</code > o <code >SMALLINT </code >
879
879
</td >
880
880
</tr >
881
881
<tr >
@@ -897,7 +897,7 @@ public class Author {
897
897
<code >java.lang.Long</code >, <code >long</code >
898
898
</td >
899
899
<td >
900
- Cualquiera compatible con <code >NUMERIC</code > o <code >LONG INTEGER </code >
900
+ Cualquiera compatible con <code >NUMERIC</code > o <code >BIGINT </code >
901
901
</td >
902
902
</tr >
903
903
<tr >
Original file line number Diff line number Diff line change @@ -920,7 +920,7 @@ public class Author {
920
920
Short, short
921
921
</td >
922
922
<td >
923
- NUMERIC または SHORT INTEGER 互換の型
923
+ NUMERIC または SMALLINT 互換の型
924
924
</td >
925
925
</tr >
926
926
<tr >
@@ -942,7 +942,7 @@ public class Author {
942
942
Long, long
943
943
</td >
944
944
<td >
945
- NUMERIC または LONG INTEGER 互換の型
945
+ NUMERIC または BIGINT 互換の型
946
946
</td >
947
947
</tr >
948
948
<tr >
Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ public class Author {
875
875
<td >
876
876
<code >java.lang.Short</code >, <code >short</code >
877
877
</td >
878
- <td >어떤 호환가능한 NUMERIC 또는 SHORT INTEGER </td >
878
+ <td >어떤 호환가능한 NUMERIC 또는 SMALLINT </td >
879
879
</tr >
880
880
<tr >
881
881
<td >
@@ -893,7 +893,7 @@ public class Author {
893
893
<td >
894
894
<code >java.lang.Long</code >, <code >long</code >
895
895
</td >
896
- <td >어떤 호환가능한 NUMERIC 또는 LONG INTEGER </td >
896
+ <td >어떤 호환가능한 NUMERIC 또는 BIGINT </td >
897
897
</tr >
898
898
<tr >
899
899
<td >
Original file line number Diff line number Diff line change @@ -990,7 +990,7 @@ public class Author {
990
990
<code >java.lang.Short</code >, <code >short</code >
991
991
</td >
992
992
<td >
993
- Any compatible <code >NUMERIC</code > or <code >SHORT INTEGER </code >
993
+ Any compatible <code >NUMERIC</code > or <code >SMALLINT </code >
994
994
</td >
995
995
</tr >
996
996
<tr >
@@ -1012,7 +1012,7 @@ public class Author {
1012
1012
<code >java.lang.Long</code >, <code >long</code >
1013
1013
</td >
1014
1014
<td >
1015
- Any compatible <code >NUMERIC</code > or <code >LONG INTEGER </code >
1015
+ Any compatible <code >NUMERIC</code > or <code >BIGINT </code >
1016
1016
</td >
1017
1017
</tr >
1018
1018
<tr >
Original file line number Diff line number Diff line change @@ -873,7 +873,7 @@ public class Author {
873
873
<code >java.lang.Short</code >, <code >short</code >
874
874
</td >
875
875
<td >
876
- 数据库兼容的 <code >NUMERIC</code > 或 <code >SHORT INTEGER </code >
876
+ 数据库兼容的 <code >NUMERIC</code > 或 <code >SMALLINT </code >
877
877
</td >
878
878
</tr >
879
879
<tr >
@@ -895,7 +895,7 @@ public class Author {
895
895
<code >java.lang.Long</code >, <code >long</code >
896
896
</td >
897
897
<td >
898
- 数据库兼容的 <code >NUMERIC</code > 或 <code >LONG INTEGER </code >
898
+ 数据库兼容的 <code >NUMERIC</code > 或 <code >BIGINT </code >
899
899
</td >
900
900
</tr >
901
901
<tr >
You can’t perform that action at this time.
0 commit comments