public class LobCreatorBuilderImpl extends java.lang.Object implements LobCreatorBuilder
LobCreator instances based on the capabilities of the environment.| Modifier and Type | Method and Description |
|---|---|
LobCreator |
buildLobCreator(LobCreationContext lobCreationContext)
Build a LobCreator using the given context
|
static LobCreatorBuilderImpl |
makeLobCreatorBuilder()
For used when JDBC Connection is not available.
|
static LobCreatorBuilderImpl |
makeLobCreatorBuilder(java.util.Map configValues,
java.sql.Connection jdbcConnection)
The public factory method for obtaining the appropriate LOB creator (according to given
JDBC
Connection). |
public static LobCreatorBuilderImpl makeLobCreatorBuilder(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 static LobCreatorBuilderImpl makeLobCreatorBuilder()
public LobCreator buildLobCreator(LobCreationContext lobCreationContext)
buildLobCreator in interface LobCreatorBuilderlobCreationContext - The LOB creation contextCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.