T - the array element typepublic interface SqlArrayType<T>
| Modifier and Type | Method and Description |
|---|---|
Object |
convertArrayElement(T element)
Returns an equivalent value in a type supported by the JDBC vendor.
|
String |
getTypeName()
Returns the vendor-specific SQL type name
String for the element type T. |
Object convertArrayElement(T element)
T is already
supported by the JDBC vendor, this method may return element without modification.element - the element to convertString getTypeName()
String for the element type T. This value will be
passed to Connection.createArrayOf(String, Object[]) to create SQL arrays.Copyright © 2017. All rights reserved.