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.