public class TableSourceImpl extends AbstractHbmSourceNode implements TableSource
Modifier and Type | Method and Description |
---|---|
String |
getCheckConstraint() |
String |
getComment() |
String |
getExplicitCatalogName()
Obtain the supplied catalog name
|
String |
getExplicitSchemaName()
Obtain the supplied schema name
|
String |
getExplicitTableName()
Obtain the supplied table name.
|
String |
getRowId() |
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
public String getExplicitCatalogName()
TableSpecificationSource
getExplicitCatalogName
in interface TableSpecificationSource
null
, the binder will apply the default.public String getExplicitSchemaName()
TableSpecificationSource
getExplicitSchemaName
in interface TableSpecificationSource
null
, the binder will apply the default.public String getExplicitTableName()
TableSource
getExplicitTableName
in interface TableSource
null
is no name specified.public String getRowId()
getRowId
in interface TableSource
public String getComment()
getComment
in interface TableSource
public String getCheckConstraint()
getCheckConstraint
in interface TableSource
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.