@@ -122,7 +122,7 @@ The following table shows the supported data types in each JDBC database and the
122122 | varbinary | BLOB | See warning [ 2] ( #2 ) below. |
123123 | varchar | TEXT | See warning [ 2] ( #2 ) below. |
124124
125- Data types not listed in the above are not supported. The following are some common data types that are not supported:
125+ Data types not listed above are not supported. The following are some common data types that are not supported:
126126
127127 - bigint unsigned
128128 - bit(n) (n > 1)
@@ -152,7 +152,7 @@ The following table shows the supported data types in each JDBC database and the
152152 | timestamp | TIMESTAMP | |
153153 | timestamp with time zone | TIMESTAMPTZ | |
154154
155- Data types not listed in the above are not supported. The following are some common data types that are not supported:
155+ Data types not listed above are not supported. The following are some common data types that are not supported:
156156
157157 - bigserial
158158 - bit
@@ -205,7 +205,7 @@ The following table shows the supported data types in each JDBC database and the
205205 | timestamp with local time zone | TIMESTAMPTZ | |
206206 | varchar2 | TEXT | See warning [ 2] ( #2 ) below. |
207207
208- Data types not listed in the above are not supported. The following are some common data types that are not supported:
208+ Data types not listed above are not supported. The following are some common data types that are not supported:
209209
210210 - interval
211211 - rowid
@@ -239,7 +239,7 @@ The following table shows the supported data types in each JDBC database and the
239239 | varbinary | BLOB | See warning [ 2] ( #2 ) below. |
240240 | varchar | TEXT | See warning [ 2] ( #2 ) below. |
241241
242- Data types not listed in the above are not supported. The following are some common data types that are not supported:
242+ Data types not listed above are not supported. The following are some common data types that are not supported:
243243
244244 - cursor
245245 - decimal
0 commit comments