net.simplace.util.hsql.HSQLAsciiReader

Simple I/O and conversion methods for jFreeChart.


public class HSQLAsciiReader extends net.simplace.util.io.AbstractAsciiReader {
// Public Constructors
public HSQLAsciiReader(File aSourceFile, Element aConfigData, String aTabLen,
String aSeperator, String aDefaultDateFormat, Connection aConnection,
String aTableName, FWObservable aObservable);


// Class Methods
public static void createTable(Connection aConnection, String aTableName,
Vector aColumnDatas, boolean aDropBeforeDelete);

Creates new table in the database. The name of table depends on file from which will be the data loaded.
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 if Table was created

// Protected Instance Methods
protected void processLineOfFile(String aOrientation, String aLine, int
aRowIdx) throws Exception; // Defines
net.simplace.util.io.AbstractAsciiReader




}



Hierarchy: java.lang.Object - net.simplace.util.io.AbstractDataReader - net.simplace.util.io.AbstractAsciiReader - HSQLAsciiReader