protected static class PostgresDialect.PostgresArrayColumns extends Object implements ArrayColumns
ArrayColumns.Unsupported| Modifier | Constructor and Description |
|---|---|
protected |
PostgresArrayColumns() |
| 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.
|
public boolean isSupported()
ArrayColumnsisSupported in interface ArrayColumnspublic Class<?> getArrayType(Class<?> userType)
ArrayColumnsuser type of an array into the dialect-specific type. This method considers only the
component type.getArrayType in interface ArrayColumnsuserType - component type of the array.Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.