Package edu.mssm.crover.tables

Interface Summary
Filter Interface for table filters.
StringAppender  
StringConverter  
Table Table data storage representation.
Table.RowIterator  
ValueComparator Compares types or objects contained in an array in a generic way.
ValueCopier Copy primitive types or objects contained in an array in a generic way.
 

Class Summary
AddToTable Adds to columns (and creates them if necessary) from an input file.
ArrayTable Array-based implementation of the Table interface.
JDBCTable Creates and fills an ORACLE table from Mineset schema and data files.
KeepAllFilter Dummy filter that keeps every row.
OrderedTable  
QueryTable Passes various requests(queries) to a table, using SQL queries.
TableActivityWatcher Queries a database to find the active table on any given key.
 

Exception Summary
ColumnTypeException Thrown when a string is presented to an appender of a specific type and this appender is unable to parse the string to a type of the elements it is supposed to append.
InvalidColumnException Thrown when the column the client tries to access does not exist in this table.
TypeMismatchException Thrown when the type of the data requested from a column of a Table does not match the type of data stored in the table implementation.
 



Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.