net.simplace.core.database.HSQLListReader
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);
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.core.io.AbstractListReader
- aColumnsIndices
- aColumnHeads
- aRowHeadStartCol
- aRowHeadEndCol
- aOrientation
- tLine
- rowIdx
}
Hierarchy: java.lang.Object - net.simplace.core.io.AbstractDataReader - net.simplace.core.io.AbstractListReader - HSQLListReader