public class LobCreatorBuilder extends Object
LobCreator instances based on the capabilities of the environment.| Constructor and Description | 
|---|
LobCreatorBuilder(Map configValues,
                 Connection jdbcConnection)
The public factory method for obtaining the appropriate (according to given JDBC  
Connection. | 
| Modifier and Type | Method and Description | 
|---|---|
LobCreator | 
buildLobCreator(LobCreationContext lobCreationContext)
Build a LobCreator using the given context 
 | 
public LobCreatorBuilder(Map configValues, Connection jdbcConnection)
Connection.configValues - The map of settingsjdbcConnection - A JDBC Connection which can be used to gauge the drivers level of support,
 specifically for creating LOB references.public LobCreator buildLobCreator(LobCreationContext lobCreationContext)
lobCreationContext - The LOB creation contextCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.