edu.iastate.metnet.db
Class AbstractMetNetTable

java.lang.Object
  extended by edu.iastate.metnet.db.AbstractMetNetTable
All Implemented Interfaces:
IMetNETTable
Direct Known Subclasses:
TableAbbreviationRules, TableBlockUnitConfidence, TableClassRelation, TableCodeClass, TableCodeConfidence

public class AbstractMetNetTable
extends java.lang.Object
implements IMetNETTable

Author:
Jie Li

Field Summary
protected  java.lang.String sql
           
 
Constructor Summary
AbstractMetNetTable()
           
 
Method Summary
 java.lang.String getSQL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sql

protected java.lang.String sql
Constructor Detail

AbstractMetNetTable

public AbstractMetNetTable()
Method Detail

getSQL

public java.lang.String getSQL()
Specified by:
getSQL in interface IMetNETTable