edu.iastate.metnet.db
Class TableBlockUnitConfidence
java.lang.Object
edu.iastate.metnet.db.AbstractMetNetTable
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
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)