rdbtoonto.dbmodel
Class DBReader
java.lang.Object
rdbtoonto.dbmodel.DBReader
public class DBReader
- extends java.lang.Object
Abstract class from which database readers should be derived.
Constructor Summary |
DBReader(java.lang.String loc,
java.lang.String user,
java.lang.String password)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBReader
public DBReader(java.lang.String loc,
java.lang.String user,
java.lang.String password)
throws DBReaderException
- Throws:
DBReaderException
getDatabase
public Database getDatabase()
readDatabase
public boolean readDatabase()
readData
public boolean readData()
readSchema
public boolean readSchema()
readDataTable
public boolean readDataTable(TableDef td)
lookForTableIgnoreCase
public TableDef lookForTableIgnoreCase(java.lang.String tName)
lookForAttIgnoreCase
public Attribute lookForAttIgnoreCase(java.lang.String attName,
TableDef td)