edu.iastate.metnet.db
Class TableCodeConfidence
java.lang.Object
edu.iastate.metnet.db.AbstractMetNetTable
edu.iastate.metnet.db.TableCodeConfidence
- All Implemented Interfaces:
- IMetNETTable
public class TableCodeConfidence
- extends AbstractMetNetTable
+--------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------+--------------+------+-----+---------+----------------+
| Code | int(11) | | PRI | [NULL] | auto_increment |
| Value | double | YES | | 0 | |
| Description | varchar(255) | YES | | | |
| Presentation | varchar(255) | YES | | | |
+--------------+--------------+------+-----+---------+----------------+
- Since:
- 5/01/04
- Author:
- Jie Li
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSharedInstance
public static TableCodeConfidence getSharedInstance()
getSelectSQL
public java.lang.String getSelectSQL()
getCodePresentationSQL
public java.lang.String getCodePresentationSQL()
getDefaultCodeSQL
public java.lang.String getDefaultCodeSQL()