接口 WrapperOptions

    • 方法详细资料

      • useStreamForLobBinding

        boolean useStreamForLobBinding()
        Should streams be used for binding LOB values.
        返回:
        true/false
      • remapSqlTypeDescriptor

        SqlTypeDescriptor remapSqlTypeDescriptor​(SqlTypeDescriptor sqlTypeDescriptor)
        Allow remapping of descriptors for dealing with sql type.
        参数:
        sqlTypeDescriptor - The known descriptor
        返回:
        The remapped descriptor. May be the same as the known descriptor indicating no remapping.