接口 TableSpecificationSource
-
- 所有已知子接口:
InLineViewSource,TableSource
- 所有已知实现类:
InLineViewSourceImpl,TableSourceImpl
public interface TableSpecificationSourceContract describing source of "table specification" information.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetComment()StringgetExplicitCatalogName()Obtain the supplied catalog nameStringgetExplicitSchemaName()Obtain the supplied schema name
-
-
-
方法详细资料
-
getExplicitSchemaName
String getExplicitSchemaName()
Obtain the supplied schema name- 返回:
- The schema name. If
null, the binder will apply the default.
-
getExplicitCatalogName
String getExplicitCatalogName()
Obtain the supplied catalog name- 返回:
- The catalog name. If
null, the binder will apply the default.
-
getComment
String getComment()
-
-