Java org.springframework.jdbc.core.metadata CallMetaDataContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.core.metadata CallMetaDataContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.core.metadata CallMetaDataContext.

The text is from its open source code.

Method

StringgetCatalogName()
Get the name of the catalog.
StringgetProcedureName()
Get the name of the procedure.
StringgetSchemaName()
Get the name of the schema.
booleanisAccessCallParameterMetaData()
Check whether call parameter meta-data should be accessed.
booleanisFunction()
Check whether this call is a function call.