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

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

Introduction

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

The text is from its open source code.

Method

StringgetCatalogName()
Get the name of the catalog for this context.
StringgetSchemaName()
Get the name of the schema for this context.
StringgetTableName()
Get the name of the table for this context.
booleanisAccessTableColumnMetaData()
Are we accessing table meta-data?
booleanisOverrideIncludeSynonymsDefault()
Are we overriding include synonyms default?