|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.common.jdbc.model.spi.CoreMetaDataBean
org.jboss.dna.common.jdbc.model.spi.ReferenceBean
public class ReferenceBean

Provides all database table REF column specific metadata.
| Constructor Summary | |
|---|---|
ReferenceBean()
Default constructor |
|
| Method Summary | |
|---|---|
SqlType |
getSourceDataType()
Returns source type of a distinct type or user-generated Ref type. |
Table |
getSourceTable()
Returns table name that this the scope of a reference attribure |
void |
setSourceDataType(SqlType sourceDataType)
Sets source type of a distinct type or user-generated Ref type. |
void |
setSourceTable(Table sourceTable)
Sets table name that this the scope of a reference attribure |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReferenceBean()
| Method Detail |
|---|
public Table getSourceTable()
getSourceTable in interface Referencepublic void setSourceTable(Table sourceTable)
setSourceTable in interface ReferencesourceTable - table name that this the scope of a reference attriburepublic SqlType getSourceDataType()
getSourceDataType in interface Referencepublic void setSourceDataType(SqlType sourceDataType)
setSourceDataType in interface ReferencesourceDataType - source type of a distinct type or user-generated Ref type,
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||