类 LobCreatorBuilder


  • public class LobCreatorBuilder
    extends Object
    Builds LobCreator instances based on the capabilities of the environment.
    作者:
    Steve Ebersole
    • 构造器详细资料

      • LobCreatorBuilder

        public LobCreatorBuilder​(Map configValues,
                                 Connection jdbcConnection)
        The public factory method for obtaining the appropriate (according to given JDBC Connection.
        参数:
        configValues - The map of settings
        jdbcConnection - A JDBC Connection which can be used to gauge the drivers level of support, specifically for creating LOB references.
    • 方法详细资料

      • buildLobCreator

        public LobCreator buildLobCreator​(LobCreationContext lobCreationContext)
        Build a LobCreator using the given context
        参数:
        lobCreationContext - The LOB creation context
        返回:
        The LobCreator