public class JdbcSupportLoader extends Object
JdbcSupport
instances based on the capabilities of the environment.Constructor and Description |
---|
JdbcSupportLoader() |
Modifier and Type | Method and Description |
---|---|
static JdbcSupport |
loadJdbcSupport(Connection jdbcConnection)
The public factory method for obtaining the appropriate (according to given JDBC
Connection )
JdbcSupport . |
public static JdbcSupport loadJdbcSupport(Connection jdbcConnection)
Connection
)
JdbcSupport
.jdbcConnection
- A JDBC Connection
which can be used to gauge the drivers level of support,
specifically for creating LOB references.JdbcSupport
instance.Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved