Interface TableSpecificationSource
- All Known Subinterfaces:
InLineViewSource
,TableSource
- All Known Implementing Classes:
InLineViewSourceImpl
,TableSourceImpl
public interface TableSpecificationSource
Contract describing source of "table specification" information.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the supplied catalog nameObtain the supplied schema name
-
Method Details
-
getExplicitSchemaName
String getExplicitSchemaName()Obtain the supplied schema name- Returns:
- The schema name. If
null
, the binder will apply the default.
-
getExplicitCatalogName
String getExplicitCatalogName()Obtain the supplied catalog name- Returns:
- The catalog name. If
null
, the binder will apply the default.
-
getComment
String getComment()
-