net.simplace.util.hsql.HSQLListReader




public class HSQLListReader extends net.simplace.util.io.AbstractListReader {
// Public Constructors
public HSQLListReader(Object aSource, Element aConfigData, Connection
aConnection, String aTableName, FWObservable aObservable);


// Class Methods
public static String getCanonicalForm(String 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

// Protected Instance Methods
protected void createTable(Vector aColumnDatas) throws SQLException;

Creates new table in the database. The name of table depends on file from which will be the data loaded.
protected void processList(String aOrientation) throws Exception;
// Defines net.simplace.util.io.AbstractListReader




}



Hierarchy: java.lang.Object - net.simplace.util.io.AbstractDataReader - net.simplace.util.io.AbstractListReader - HSQLListReader