java.lang.Object | ||
↳ | org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider | |
↳ | org.springframework.jdbc.core.metadata.OracleTableMetaDataProvider |
Oracle-specific implementation of the TableMetaDataProvider
.
Supports a feature for including synonyms in the metadata lookup.
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Initialize using provided database metadata, table and column information.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
SQLException |
---|
Initialize using provided database metadata, table and column information. This initalization can be turned off by specifying that column meta data should not be used.
databaseMetaData | used to retrieve database specific information |
---|---|
catalogName | name of catalog to use or null |
schemaName | name of schema name to use or null |
tableName | name of the table |
SQLException |
---|