Interface TableSpecificationSource
-
- All Known Subinterfaces:
InLineViewSource,TableSource
public interface TableSpecificationSourceContract describing source of "table specification" information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()java.lang.StringgetExplicitCatalogName()Obtain the supplied catalog namejava.lang.StringgetExplicitSchemaName()Obtain the supplied schema name
-
-
-
Method Detail
-
getExplicitSchemaName
java.lang.String getExplicitSchemaName()
Obtain the supplied schema name- Returns:
- The schema name. If
null, the binder will apply the default.
-
getExplicitCatalogName
java.lang.String getExplicitCatalogName()
Obtain the supplied catalog name- Returns:
- The catalog name. If
null, the binder will apply the default.
-
getComment
java.lang.String getComment()
-
-