Interface WrapperOptions

    • Method Detail

      • useStreamForLobBinding

        boolean useStreamForLobBinding()
        Should streams be used for binding LOB values.
        Returns:
        true/false
      • getLobCreator

        LobCreator getLobCreator()
        Obtain access to the LobCreator
        Returns:
        The LOB creator
      • remapSqlTypeDescriptor

        SqlTypeDescriptor remapSqlTypeDescriptor​(SqlTypeDescriptor sqlTypeDescriptor)
        Allow remapping of descriptors for dealing with sql type.
        Parameters:
        sqlTypeDescriptor - The known descriptor
        Returns:
        The remapped descriptor. May be the same as the known descriptor indicating no remapping.
      • getJdbcTimeZone

        java.util.TimeZone getJdbcTimeZone()
        The JDBC 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().
        Returns:
        JDBC TimeZone