public interface ArrayColumns
Modifier and Type | Interface and Description |
---|---|
static class |
ArrayColumns.Unsupported
Default
ArrayColumns implementation for dialects that do not support array-typed columns. |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getArrayType(Class<?> userType)
Translate the
user type of an array into the dialect-specific type. |
boolean |
isSupported()
Returns true if the dialect supports array-typed columns.
|
boolean isSupported()
Class<?> getArrayType(Class<?> userType)
user type
of an array into the dialect-specific type. This method considers only the
component type.userType
- component type of the array.UnsupportedOperationException
- if array typed columns are not supported.IllegalArgumentException
- if the userType
is not a supported array type.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.