Uses of Class
proper.database.ExecutorObject

Packages that use ExecutorObject
proper.database All classes concerning Database access and traversal or related structures can be found here. 
 

Uses of ExecutorObject in proper.database
 

Subclasses of ExecutorObject in proper.database
 class ColumnLister
          This class retrieves a list of column names for a given table.
 class Dropper
          This class is just a convenient way for dropping tables.
 class Joiner
          This class can perform different kinds of joins: NATURAL, LEFT OUTER and RIGHT OUTER
the two tables are joined via some keys like in SQL BEST
before the join is performed the class checks whether a LEFT OUTER or a RIGHT OUTER join is better
 class Modifier
          A small helper class e.g.
 class Reader
          This class reads all the data from a given SQL table and creates WEKA instances from that.
A verbose level of 2 prints also the SQL statements for retrieving the instances.
 class Sparser
          This class retrieves a certain percentage of data from a table.
 class TableLister
          This class retrieves a list of table names for the current database.