The Types#VARCHAR type.
(int length)
| 174 | * The {@link Types#VARCHAR} type. |
| 175 | */ |
| 176 | public static final DataType<String> VARCHAR(int length) { |
| 177 | return VARCHAR.length(length); |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * The {@link Types#CHAR} type. |
no test coverage detected