public class

SybaseCallMetaDataProvider

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

Class Overview

Sybase 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
SybaseCallMetaDataProvider(DatabaseMetaData databaseMetaData)
Public Methods
boolean byPassReturnParameter(String parameterName)
Should we bypass the return parameter with the specified name.
String parameterNameToUse(String parameterName)
Provide any modification of the column 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 SybaseCallMetaDataProvider (DatabaseMetaData databaseMetaData)

Throws
SQLException

Public Methods

public boolean byPassReturnParameter (String parameterName)

Should we bypass the return parameter with the specified name. This allows the database specific implementation to skip the processing for specific results returned by the database call.

public String parameterNameToUse (String parameterName)

Provide any modification of the column name passed in to match the meta data currently used. This could include altering the case.

Parameters
parameterName name of the parameter of column