|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dewdrop.sqlml.SqlmlComponent
net.sf.dewdrop.sqlml.SchemaComponent
net.sf.dewdrop.sqlml.Ref
Field Summary | |
protected String |
column
|
protected String |
table
|
Fields inherited from class net.sf.dewdrop.sqlml.SchemaComponent |
description, name |
Fields inherited from class net.sf.dewdrop.sqlml.SqlmlComponent |
indentLevel, logger |
Constructor Summary | |
Ref()
|
Method Summary | |
boolean |
equals(Object o)
|
String |
getColumn()
|
String |
getTable()
|
void |
onWriteSql(Writer out,
Configuration cfg)
|
void |
setColumn(String column)
|
void |
setTable(String table)
|
Methods inherited from class net.sf.dewdrop.sqlml.SchemaComponent |
getDescription, getName, setDescription, setName |
Methods inherited from class net.sf.dewdrop.sqlml.SqlmlComponent |
getIndentLevel, i18n, i18n, i18n, setIndentLevel, toSql, toSql, toSql, toString, writeSql, writeSql, writeSql |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected String table
protected String column
Constructor Detail |
public Ref()
Method Detail |
public String getTable()
public void setTable(String table)
public String getColumn()
public void setColumn(String column)
public void onWriteSql(Writer out, Configuration cfg)
onWriteSql
in class SqlmlComponent
public boolean equals(Object o)
equals
in class SchemaComponent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |