public class

DerbyCallMetaDataProvider

extends GenericCallMetaDataProvider
java.lang.Object
   ↳ org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
     ↳ org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider

Class Overview

Derby specific implementation for the CallMetaDataProvider interface. This class is intended for internal use by the Simple JDBC classes.

Summary

[Expand]
Inherited Fields
From class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
Public Constructors
DerbyCallMetaDataProvider(DatabaseMetaData databaseMetaData)
Public Methods
String metaDataSchemaNameToUse(String schemaName)
Provide any modification of the schema name passed in to match the meta data currently used.
[Expand]
Inherited Methods
From class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
From class java.lang.Object
From interface org.springframework.jdbc.core.metadata.CallMetaDataProvider

Public Constructors

public DerbyCallMetaDataProvider (DatabaseMetaData databaseMetaData)

Throws
SQLException

Public Methods

public String metaDataSchemaNameToUse (String schemaName)

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.