java.lang.Object | ||
↳ | org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider | |
↳ | org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider |
DB2 specific implementation for the CallMetaDataProvider
interface.
This class is intended for internal use by the Simple JDBC classes.
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Initialize using the provided DatabaseMetData.
| |||||||||||
Provide any modification of the schema name passed in to match the meta data currently used.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Initialize using the provided DatabaseMetData.
databaseMetaData | used to retrieve database specific information |
---|
SQLException |
---|
Provide any modification of the schema name passed in to match the meta data currently used. The reyurned value will be used for meta data lookups. This could include alterig the case used or providing a base schema if mone provided.