-
Nested Class Summary
Nested Classes
static enum
Default
ArrayColumns implementation for dialects that do not support array-typed columns.
static enum
Default
ArrayColumns implementation for dialects that do not support array-typed columns.
-
Method Summary
The appropriate SQL type as a String which should be used to represent the given
SQLType in an
Array.
-
Method Details
-
-
getSqlType
- Parameters:
componentType - component type of the array.
- Returns:
- the dialect-supported array type.
- Since:
- 3.1.3
-
getArrayTypeName
The appropriate SQL type as a String which should be used to represent the given
SQLType in an
Array. Defaults to the name of the argument.
- Parameters:
jdbcType - the SQLType value representing the type that should be stored in the
Array. Must not be null.
- Returns:
- the appropriate SQL type as a String which should be used to represent the given
SQLType in an
Array. Guaranteed to be not null.