www.element4solution.com

e4s.db.dict
Class E4DBView.ColumnSelected

java.lang.Object
  extended by e4s.db.dict.E4DBView.ColumnSelected
Enclosing class:
E4DBView

public class E4DBView.ColumnSelected
extends java.lang.Object

This subclass holds the information about fields (columns) beeing selected. Selection also has the possibility of alialising (renaming) a column.


Constructor Summary
E4DBView.ColumnSelected(E4DBColumnName name, E4DBColumnType ctype, int len, java.lang.String renamed)
           
 
Method Summary
 boolean equals(E4DBColumnName cName)
           
 E4DBColumnName getColumnName()
           
 E4DBColumnType getColumnType()
           
 int getLen()
           
 java.lang.String getRenamed()
           
 boolean renameColumn(E4DBColumnName oldname, E4DBColumnName newname)
           
 boolean renameType(E4DBColumnType oldname, E4DBColumnType newname)
           
 void toXml(E4PrintStream pstr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E4DBView.ColumnSelected

public E4DBView.ColumnSelected(E4DBColumnName name,
                               E4DBColumnType ctype,
                               int len,
                               java.lang.String renamed)
Method Detail

equals

public boolean equals(E4DBColumnName cName)

getRenamed

public java.lang.String getRenamed()

getColumnType

public E4DBColumnType getColumnType()

getLen

public int getLen()

getColumnName

public E4DBColumnName getColumnName()

toXml

public void toXml(E4PrintStream pstr)
           throws java.lang.Exception
Throws:
java.lang.Exception

renameType

public boolean renameType(E4DBColumnType oldname,
                          E4DBColumnType newname)

renameColumn

public boolean renameColumn(E4DBColumnName oldname,
                            E4DBColumnName newname)

www.element4solution.com