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