public class JdbcSupportLoader
extends java.lang.Object
JdbcSupport
instances based on the capabilities of the environment.Constructor and Description |
---|
JdbcSupportLoader() |
Modifier and Type | Method and Description |
---|---|
static JdbcSupport |
loadJdbcSupport(java.sql.Connection jdbcConnection)
The public factory method for obtaining the appropriate (according to given JDBC
Connection )
JdbcSupport . |
public static JdbcSupport loadJdbcSupport(java.sql.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 © 2013. All Rights Reserved.