public interface TableSpecificationSource
Contract describing source of "table specification" information.
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getExplicitCatalogName()
Obtain the supplied catalog name
|
String |
getExplicitSchemaName()
Obtain the supplied schema name
|
String getExplicitSchemaName()
Obtain the supplied schema name
null, the binder will apply the default.String getExplicitCatalogName()
Obtain the supplied catalog name
null, the binder will apply the default.String getComment()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.