|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.engine.data.persistence.DataSourceLayerMemento
public class DataSourceLayerMemento
Memento of the DataSource layer
| Constructor Summary | |
|---|---|
DataSourceLayerMemento(java.lang.String tableName,
java.lang.String tableAlias)
Creates a new DataSourceLayerMemento. |
|
| Method Summary | |
|---|---|
java.lang.String |
getTableAlias()
Returns the tableAlias. |
java.lang.String |
getTableName()
Returns the table name. |
void |
getXML()
Parses the memento and generates the corresponding SAX events in the content handler stablished by setContentHandler. |
void |
setContentHandler(org.xml.sax.ContentHandler saxHandler)
Sets the content handler for the getXML method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataSourceLayerMemento(java.lang.String tableName,
java.lang.String tableAlias)
tableName - table nametableAlias - table alias| Method Detail |
|---|
public java.lang.String getTableAlias()
public java.lang.String getTableName()
public void setContentHandler(org.xml.sax.ContentHandler saxHandler)
Memento
setContentHandler in interface MementosaxHandler - content handlerMemento.setContentHandler(org.xml.sax.ContentHandler)
public void getXML()
throws org.xml.sax.SAXException
Memento
getXML in interface Mementoorg.xml.sax.SAXException - If errorMemento.getXML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||