public interface JdbcTypeFactory
Array
.Modifier and Type | Method and Description |
---|---|
Array |
createArray(Object[] value)
Converts the provided value in a
Array instance. |
static JdbcTypeFactory |
unsupported()
An implementation used in places where a proper
JdbcTypeFactory can not be provided but an instance needs
to be provided anyway, mostly for providing backward compatibility. |
static JdbcTypeFactory unsupported()
JdbcTypeFactory
can not be provided but an instance needs
to be provided anyway, mostly for providing backward compatibility. Calling it will result in an exception. The
features normally supported by a JdbcTypeFactory
will not work.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.