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) |
public LobCreatorBuilder(Map configValues, Connection jdbcConnection)
Connection.jdbcConnection - A JDBC Connection which can be used to gauge the drivers level of support,
specifically for creating LOB references.public LobCreator buildLobCreator(LobCreationContext lobCreationContext)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.