public class LobCreatorBuilder
extends java.lang.Object
LobCreator instances based on the capabilities of the environment.| Constructor and Description |
|---|
LobCreatorBuilder(java.util.Map configValues,
java.sql.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(java.util.Map configValues,
java.sql.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-2018 Red Hat, Inc. All Rights Reserved.