public class HSQLListReader extends net.simplace.core.io.AbstractListReader { // Public Constructors public HSQLListReader(Object aSource, Element aConfigData, Connection aConnection, String aTableName, FWObservable aObservable); // Class Methods
public static String getCanonicalForm(String aText);
aText
returns string which can be used for table name, column name, ... in a database based on passed attribute
// Public Instance Methods
public boolean isTableCreated();
returns true, if the Table was successfully created, otherwise returns false