edu.iastate.metnet.db
Class TableBlockUnitConfidence

java.lang.Object
  extended by edu.iastate.metnet.db.AbstractMetNetTable
      extended by edu.iastate.metnet.db.TableBlockUnitConfidence
All Implemented Interfaces:
IMetNETTable

public class TableBlockUnitConfidence
extends AbstractMetNetTable

  
   +--------------------+---------+------+-----+---------+-------+
   | Field              | Type    | Null | Key | Default | Extra |
   +--------------------+---------+------+-----+---------+-------+
   | BlockID            | int(11) |      | PRI | 0       |       |
   | LocationConfidence | int(11) | YES  |     | 0       |       |
   | FunctionConfidence | int(11) | YES  |     | 0       |       |
   +--------------------+---------+------+-----+---------+-------+
   
 

Since:
5/1/04
Author:
Jie Li

Field Summary
(package private) static org.apache.log4j.Logger logger
           
 
Fields inherited from class edu.iastate.metnet.db.AbstractMetNetTable
sql
 
Method Summary
 java.lang.String getSelectConfidenceSQL(int blockID)
           
 java.lang.String getSelectSQL(int blockID)
          select the record number based on the blockID
static TableBlockUnitConfidence getSharedInstance()
           
 
Methods inherited from class edu.iastate.metnet.db.AbstractMetNetTable
getSQL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
Method Detail

getSharedInstance

public static TableBlockUnitConfidence getSharedInstance()

getSelectSQL

public java.lang.String getSelectSQL(int blockID)
select the record number based on the blockID

Parameters:
blockID - the blockID to be selected
Returns:
the select SQL string

getSelectConfidenceSQL

public java.lang.String getSelectConfidenceSQL(int blockID)