public class TableSourceImpl extends AbstractHbmSourceNode implements TableSource
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCheckConstraint() |
java.lang.String |
getComment() |
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 |
getRowId() |
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
public java.lang.String getExplicitCatalogName()
TableSpecificationSource
getExplicitCatalogName
in interface TableSpecificationSource
null
, the binder will apply the default.public java.lang.String getExplicitSchemaName()
TableSpecificationSource
getExplicitSchemaName
in interface TableSpecificationSource
null
, the binder will apply the default.public java.lang.String getExplicitTableName()
TableSource
getExplicitTableName
in interface TableSource
null
is no name specified.public java.lang.String getRowId()
getRowId
in interface TableSource
public java.lang.String getComment()
getComment
in interface TableSpecificationSource
public java.lang.String getCheckConstraint()
getCheckConstraint
in interface TableSource
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.