uk.ac.ed.inf.csb.taweka
Class ArffFileTableWriter

java.lang.Object
  extended by uk.ac.ed.inf.csb.taweka.ArffFileTableWriter

public class ArffFileTableWriter
extends java.lang.Object

An ArffFileTableWriter object writes the database table that contains the elements essential to build an arff file (the name of the arff file, the query to select instances, attributes, class values etc)

Version:
16-Apr-2007
Author:
Luna

Constructor Summary
ArffFileTableWriter(uk.ac.ed.inf.csb.utils.databaseutils.DbConnProps dbConn)
          Constructor 1: initialises the table (uses given database connection file)
 
Method Summary
 void createArffFileTable()
          Creates the table for the ARFF file records
static void main(java.lang.String[] args)
          Main for testing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArffFileTableWriter

public ArffFileTableWriter(uk.ac.ed.inf.csb.utils.databaseutils.DbConnProps dbConn)
                    throws java.sql.SQLException
Constructor 1: initialises the table (uses given database connection file)

Throws:
java.sql.SQLException
Method Detail

createArffFileTable

public void createArffFileTable()
                         throws java.sql.SQLException
Creates the table for the ARFF file records

Throws:
java.sql.SQLException

main

public static void main(java.lang.String[] args)
                 throws java.sql.SQLException
Main for testing

Parameters:
args -
Throws:
java.sql.SQLException