public interface TableSource
| Modifier and Type | Method and Description |
|---|---|
String |
getExplicitCatalogName()
Obtain the supplied catalog name
|
String |
getExplicitSchemaName()
Obtain the supplied schema name
|
String |
getExplicitTableName()
Obtain the supplied table name.
|
String |
getLogicalName()
Obtain the logical name of the table.
|
String getExplicitSchemaName()
null, the binder will apply the default.String getExplicitCatalogName()
null, the binder will apply the default.String getExplicitTableName()
String getLogicalName()
null in the case of the "primary table".RelationalValueSource.getContainingTableName()Copyright © 2012 JBoss by Red Hat. All Rights Reserved.