public interface WrapperOptions
| Modifier and Type | Method and Description |
|---|---|
TimeZone |
getJdbcTimeZone()
The JDBC
TimeZone used when persisting Timestamp and DateTime properties into the database. |
LobCreator |
getLobCreator()
Obtain access to the
LobCreator |
SqlTypeDescriptor |
remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
Allow remapping of descriptors for dealing with sql type.
|
boolean |
useStreamForLobBinding()
Should streams be used for binding LOB values.
|
boolean useStreamForLobBinding()
true/falseLobCreator getLobCreator()
LobCreatorSqlTypeDescriptor remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
sqlTypeDescriptor - The known descriptorTimeZone getJdbcTimeZone()
TimeZone used when persisting Timestamp and DateTime properties into the database.
This setting is used when storing timestamps using the PreparedStatement.setTimestamp(int, Timestamp, Calendar) method.
This way, the storage TimeZone can differ from the default JVM TimeZone given by TimeZone.getDefault().TimeZoneCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.